Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
API_AppRun and command line parameters
Message
De
19/01/2006 14:50:34
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01088569
Message ID:
01088591
Vues:
7
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform