Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying .frx file from .exe to disk
Message
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00867063
Message ID:
00867067
Views:
23
This message has been marked as the solution to the initial question of the thread.
>I want to make changes to the report file (.frx) at run time. The .frx file is included in the project, therefore it is in the .exe file. Therefore, I need to copy it to a different-name file on the disk. I am getting an error message when I try to use COPY command. Is there another syntax/command to copy a .frx file from .exe to the hard drive?
>
>TIA.

You can open report as a table and make a copy this way.
USE myreport.FRX
COPY TO (FORCEEXT(lcTemRepName, "FRX"))
USE
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform