Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling an App
Message
From
24/02/2003 10:46:28
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00756308
Message ID:
00757004
Views:
10
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
Previous
Reply
Map
View

Click here to load this message in the networking platform