Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API_AppRun and command line parameters
Message
 
 
To
19/01/2006 14:18:12
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01088569
Message ID:
01088588
Views:
8
>Thanks, I was using the wrong approuch to the class.

Here's another way
SET CLASSLIB TO PROCESS.VCX ADDITIVE
lcParams = "H:\temp\test.txt"
lcCommandline = "NOTEPAD.EXE " + lcParams
oProcess = CREATEOBJECT('API_AppRun')
oProcess.iccommandline = lcCommandline
oProcess.icwindowmode = "NOR"
oProcess.LaunchAppAndWait()
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform