Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy file x to y - but x is in an .exe
Message
From
26/08/2001 23:49:59
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00549332
Message ID:
00549340
Views:
18
>I'm trying to copy a file (report) which is included in an exe to another location, make some changes, print and then delete it.
>
>I'd really like to keep my reports embedded in the exe for ease of handling - my users aren't wildly computer literate.
>
>My logic is that if I can query a table which is included surely I can copy a file which is embedded. My code (a class in the exe also) works fine for excluded files (ie dev environment) but not for included files (test environment).
>
>Does anyone know a way I can acheive this?

Would this work for you?
USE MyReport.FRX
COPY TO c:\temp\MyCopyofReport.FRX
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform