Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: costin77
  • Content: Threads
  • Order by date
  1. costin77

    How to use FoxyPreviewer to generate a pdf from a label programmatically

    Hey there, I found this code which works very well to generate a pdf from a report using FoxyPreviewer : SET PROCEDURE TO LOCFILE("FoxyPreviewer.App") ADDITIVE LOCAL loReport AS "PreviewHelper" OF "FoxyPreviewer.App" loReport = CREATEOBJECT("PreviewHelper") WITH loReport AS ReportHelper...

Part and Inventory Search

Back
Top