Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to extract .frx from .app?
Message
De
28/06/2006 03:42:56
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01131551
Message ID:
01132287
Vues:
14
Hi Dmitry,

You could try StrToFile() and FileToStr().

In my test app I include the report 'repoincl.frx' into my app and extract it into 'c:\temp\'.
STRTOFILE(FILETOSTR("repoincl.frx"),"c:\temp\repoincl.frx")
STRTOFILE(FILETOSTR("repoincl.frt"),"c:\temp\repoincl.frt")
MESSAGEBOX("report 'repoincl.frx / .frt' extracted to 'c:\temp\'")
HTH

>Is there a way to extract an frx (report) file from an .app file from another .exe program?
robert.oh.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform