Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Saving reports for later viewing
Message
De
06/08/1997 12:16:14
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00042777
Message ID:
00043359
Vues:
41
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform