Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling an exe with parameters
Message
 
 
À
14/01/2002 11:09:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00604354
Message ID:
00604358
Vues:
24
>I am trying to call an exe from within a form. How do I send parameters to this exe? when i try to send a parameter i get an error - no parameter list found. Where do i put the code to accept the parameters? right now i have it in the formset init, what is the correct place to put it?

The PARAMETERS statement should be the first statement in the project's main program.
LPARAMETERS tcParam1, tcParam2, ..., tcParam27
Rememeber that you can pass only character parameters into EXE.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform