Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select last 5 days in between
Message
From
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:
00935239
Views:
23
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 ...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform