Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing parameters into compiled VFP EXE
Message
 
À
12/08/1999 13:50:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00253120
Message ID:
00253127
Vues:
31
>Does anyone knows how to pass parameters into a compiled VFP executable (EXE) file ?
>
>thank you,
>
>Alaster

If they're being passed from another VFP application, the DO...WITH < expr > is the proper method. If it's from the Windows run command line or short cut, simply adding the whatever parameter does it (i.e. Myexe.exe myparm). The main program will receive myparm as a string. Of course, the main program should have a PARAMETERS or LPARAMETERS statement and parameter list.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform