EMF Question

EMF Question

Postby Randal » Thu Sep 24, 2009 6:46 pm

All,

How can I create meta files with treport or tprinter and not show the preview? I want to convert the emf files to pdf but I don't want to show the print preview.

Thanks,
Randal
Randal
 
Posts: 260
Joined: Mon Oct 24, 2005 8:04 pm

Re: EMF Question

Postby Otto » Sat Sep 26, 2009 5:30 pm

Randal,
I would suggest FastReport.
Take the time and have a look to FR. You can download a demo and try.

Here is how you would do it with FR.

Code: Select all  Expand view
oFr:SetProperty("PDFExport", "FileName", "\Myfile.pdf")
oFr:SetProperty("PDFExport", "OpenAfterExport", .f.)
oFr:SetProperty("PDFExport", "ShowDialog",.f.)
oFr:PrepareReport()
oFr:DoExport("PDFExport")


Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6329
Joined: Fri Oct 07, 2005 7:07 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Willi Quintana and 44 guests