Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to extract .frx from .app?
Message
From
28/06/2006 03:42:56
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01131551
Message ID:
01132287
Views:
13
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform