Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report To PDF
Message
From
03/11/2011 08:34:10
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
01527697
Message ID:
01527929
Views:
81
lc_proofpdf = the full path and name of the file to be created.
lc_frmfile = the name of the report file to be run
      loSession=XFRX("XFRX#INIT")
      *-- Call the xfrx routine to create the PDF
      lnRetVal = loSession.SetParams(lc_proofpdf,,.T.,,,,"PDF")
      IF lnRetval = 0
        loSession.ProcessReport(lc_frmfile)
        loSession.finalize()
      ELSE
        DO notice WITH "PDF Creation Error. Get help."
      ENDIF             
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Previous
Reply
Map
View

Click here to load this message in the networking platform