Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving reports for later viewing
Message
From
06/08/1997 12:16:14
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00042777
Message ID:
00043359
Views:
44
>How do you save the report cursor?
>
>Joe
>
Cursor is temporary table and you can save it into permanent free table with some particular name which could be used for future retrievals. Basically, you:
1. Have a folder 'tmpreports'.
2. Have a table 'RptNames with field 'Name'.
3. Store report cursor (temporary table from where you type report form) to table using COPY TO ("c:\tmpreports\"+cRptname).
4. Store report name into Rptnames: INSERT into RptNames Values(cRptname)
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform