Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling an App
Message
De
24/02/2003 10:46:28
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00756308
Message ID:
00757004
Vues:
19
Hi John.

>Do you have any idea how to program around it?

You could add a procedure in your EXE called, say, DOFORM, that expects the name of the form to run and any parameters to pass it.

eg.

procedure DOFORM(tcFormName, tcParm1, ...)
do form (tcFormName) with tcParm1, ...

Then you can call this procedure from outside the EXE using DO DOFORM IN MYAPP.EXE WITH parm1, ...

Doug
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform