Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create temp table and use it in report
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00558841
Message ID:
00558911
Vues:
35
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform