Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending PARAMETER in an EXE file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00363794
Message ID:
00363809
Vues:
13
>I want to send parameter to another EXE from my program by running that EXE from my program. Suppose I'm working on my program (PROGRAM1.exe)and from one of the form in my program I'm running PROGRAM2.exe, I want to send a parameter to a form in PROGRAM2.exe from PROGRAM1 by running PROGRAM1.exe. Please If anybody can solve my problem let me know. THANK YOU

If you're running it on the command line, just pass it as an argument. Then go into your main program in the other .exe and set a parameter statement to accept it...

! yourexe.exe myparm

main.prg

PARAMETERS lcParm


HTH
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform