Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A form that set filter to a report.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00387726
Message ID:
00387764
Vues:
14
Instead of SYS(2015) you could also use SYS(2023)+'\SomeTempFileOfYourOwnName'
to create a temp table called SomeTempFileOfYourOwnName.dbf in the Default Temp directory...each time you run the report you'd overwrite the previous results, so it's just a matter of do you want to allow the previous results to hang around.

Rick
------------------------
>>Another option would be to build a temporary SQL Cursor before you run the report, that way, you can SELECT ... WHERE and only have records in the cursor you are going to print.
>
>That´s a grat idea, but i´ll have use the sys(2015) function in order to create a unique name for the cursor i create, then modify the report's dataenvironment so it open the cursor i created then, after the report is printed, delete the file i created.... tricky eh?
>
>Thanks a lot.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform