Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy file x to y - but x is in an .exe
Message
De
26/08/2001 23:49:59
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00549332
Message ID:
00549340
Vues:
11
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform