Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing a report for each key record in a cursor
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Printing a report for each key record in a cursor
Miscellaneous
Thread ID:
00838874
Message ID:
00838874
Views:
56
Can somebody help me please?

I have a cursor with information by mainkey. I would like to print out a report for each mainkey in the cursor.
SELECT crsfinal.mainkey, modacad.moc011 FROM crsfinal, modacad WHERE crsfinal.mainkey=modacad.mainkey ;
INTO CURSOR crsmerged

SCAN
SELECT crsmerged
REPORT FORM "c:\Foxpro Projects\Critical Path\ ;
critical path.frx" NOEJECT NOCONSOLE TO PRINTER
ENDSCAN
This just prints out the first record in the cursor. How do I print out the report for EACH record in the cursor.

Many Thanks
Neil Lewis
IT R&D Manager
Velmore Ltd
Next
Reply
Map
View

Click here to load this message in the networking platform