Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FRX to PDF
Message
 
 
À
04/12/2001 15:48:12
Fabian Borghi
Xenon Information Technology
Itaparica, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00589488
Message ID:
00589503
Vues:
26
>Do you mean wwPDF?
> Yes i download from here
>
>What kind of problem do you have?
> It's print a report but no generate the pdf file
>What version of Acrobat are you using?
> 4.0
>
>Where can i put the parameters in the win.ini file ?
>I need to put this ?
>
You specify parameters in the call to PrintReport method. Here's a sample code from wwPDF help file that included with wwPdf class.
SET PROCEDURE TO WWAPI ADDITIVE
SET PROCEDURE TO WWPDF ADDITIVE

oPDF=CREATE('wwPDF40')

*** Filter condition
lcCust = 'A'

SELECT * from TT_CUST INTO CURSOR Tquery

llResult = oPDF.PrintReport('Report.frx',;
  'c:\temp\MyPdf.pdf','FOR Customer = ''+lcCust+''')
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform