Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can I run FXP on customer pc without a project?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01256220
Message ID:
01256227
Vues:
13
>>>I need to do a small change/update to a table residing on a customer's PC. I created a small .prg that does just that. I wonder if I can send them the .FXP (compiled version of the .prg) file and ask them to run it. Will it work? Or must I include the .PRG in a project?
>>
>>FXP can only be run from VFP EXE or VFP IDE.
>
>Thank you. I will create a small project for this .PRG.

You can create a wrapper EXE that can run any FXP/APP passed as parameter to it. Something like
LPARAMETER tcRun
DO (tcRun)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform