Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mind's Eye
Message
 
To
18/02/2004 14:56:30
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
00878464
Message ID:
00878629
Views:
18
Jim,

Here is some sample code from the Help File on using the NEXT clause with the Report Engine.

Example that prints only the NEXT 20 Records:
SET CLASSLIB TO MindsEyeReportEngine
o = CREATEOBJECT('MindsEyeReportEngine')
o.cScope = 'NEXT'
o.nRecords = 20
oRPT = o.ReportFormObject('SomeReport.FRX')

I'm using the mindseye reporting tools. In our previous logic to display or print a report we used the "next 1" clause. There is not a way to currently do this in the reporting controls, so I am filtering the tables that the data is from. The report is displaying 400+ pages and should only display 1. What am I doing wrong?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform