Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I pass parameters to an fpw EXE
Message
 
 
À
20/09/2001 17:32:21
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00559018
Message ID:
00559048
Vues:
16
>Hi guys, I think you guys have covered this before,
>how do you pass parameters to your compile EXE on Fox
>either fpw or VFP
>
>thanks\
>
>mark oliva

Include LPARAMETERS/PARAMETERS into main program of you project and than call your exe with parameters separated by spaces. Just remember that all parameters're passed as string.
* Main program
LPARAMETERS tcPar1, tcPar2, tcPar3

* Call exe
myapp.exe Param1 Param2 Param3
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform