Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Total pages with Crystal
Message
From
28/01/1999 10:03:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Total pages with Crystal
Miscellaneous
Thread ID:
00181312
Message ID:
00181312
Views:
41
I am trying to return the total pages being printed from Crystal. Here is the basic part of the Object, could anyone suggest the next part?

oCrystal=CreateObject('Crystal.CRPE.Application') &&create object
oReport=oCrystal.OpenReport('report2.rpt') && Report to use
oReport.database.Verify && Verify Table
oReport.Printout(.F.) && only show Cancel button
pn_TotalReportPages= ??????

I need the amount of pages to be put back into a table, then to replace the table with new data, then re-run the report, then store how many pages that report is.
Iain Brodie
Next
Reply
Map
View

Click here to load this message in the networking platform