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
oFr:SetProperty("PDFExport", "FileName", "\Myfile.pdf")
oFr:SetProperty("PDFExport", "OpenAfterExport", .f.)
oFr:SetProperty("PDFExport", "ShowDialog",.f.)
oFr:PrepareReport()
oFr:DoExport("PDFExport")
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot], Willi Quintana and 51 guests