Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report To PDF
Message
De
03/11/2011 08:34:10
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
01527697
Message ID:
01527929
Vues:
82
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform