Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create temp table and use it in report
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00558841
Message ID:
00558911
Views:
36
You can use cursor instead of table. It will be deleted by foxpro as soon as you close it. See CRETAE CURSOR command.

>I am trying to create a custom report. I have writtem extensive code to arrive at the desired data for the custom report. I want to populate the data in a randomly named table and then use that table in the report. Since it is possible that 2 different user at the same time might run my code that generates the data, I have decided to populate the data in randomly named tables. After the report is run, I will delete the randomly named table. I guess I am trying to mimic what stonefield reports does, except that I am writing custom code to get appropriate data while stonefield reports gets data from existing table without manipulating the data.
>
>Thanks
>Nick Patel
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform