Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FRX to PDF
Message
 
 
To
04/12/2001 15:48:12
Fabian Borghi
Xenon Information Technology
Itaparica, Brazil
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00589488
Message ID:
00589503
Views:
23
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform