Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select last 5 days in between
Message
 
 
To
21/08/2004 17:23:58
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00935195
Message ID:
00935241
Views:
31
You can scan crsDates cursor, run query for each record and than excute your code on that cursor. Or you can use FOR clause of the List commmand to do the same.

>You are right but actually I want to send into 5 texts files instead of using myreport.frx in which can not fit my output lines more than 1000 characters per line.
>
>report form myreport to myfilename
>
>will not fit many characters.
>
>That's why I need you to provide 5 cursors dates to produce 5 texts reports
>
>by coding
>SET PRINT TO REPORT1.TXT
>SET PRINT On
>SET CONSOLE OFF
>
>SELECT MYCURSOR1
>LIST OFF
>
>SET PRINT TO
>SET PRINT Off
>SET CONSOLE ON
>..................... and so on to the next report2 ...
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform