Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
API_AppRun and command line parameters
Message
From
19/01/2006 14:50:34
 
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:
01088591
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()
>
It was this way that I tried, it kept reporting the error.
Greg Reichert
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform