Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copying .frx file from .exe to disk
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00867063
Message ID:
00867067
Vues:
24
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform