Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mind's Eye
Message
 
À
18/02/2004 14:56:30
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Divers
Thread ID:
00878464
Message ID:
00878629
Vues:
19
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform