Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Writing to .frx as table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00132700
Message ID:
00133187
Vues:
14
>David,
>
>Another idea. Since it is cleaner to include the report in the exe, you can make a copy of the frx/frt file into a temporary table, modify it the way you want to, and the run the new, temporary report.
>
>lcTemp = SYS(3)
>SELECT * FROM ReportName INTO TABLE (lcTemp)
>REPLACE ...
>USE
>REPORT FORM (lctemp+'.dbf')
>DELETE FILE (lcTemp+'.dbf')
>DELETE FILE (lcTemp+'.fpt')
>
Hi Alex,

You can also use:
lctemp = SYS(3) + ".FRX"
SELECT * FROM ReportName INTO TABLE (lctemp)
The resulting table will have the extensions associated with reports.
George

Ubi caritas et amor, deus ibi est
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform