Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Translating WSH sample
Message
From
27/07/2001 10:05:31
 
 
To
27/07/2001 09:52:40
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00536302
Message ID:
00536381
Views:
9
>>Do you mean that you tried to make all the calls on one object and VFP gave an error? What error?
>
>
>WScript = CREATEOBJECT("WScript.Shell")
>WshShell = CreateObject("WScript.Shell")
>WshShell.Run("calc")
>WScript.Sleep(100)
>
>
>The fourth line causes the error (translated from Spanish): "OLE Error Code 0x80020006: Unknown Name".
>
>Hilmar.

Ahh, ok. I think that the sleep method is only available in the scripting environment. For a script file, it's your only choice (you can't use the API). For your case, I would use Alexander's suggestion of using the Sleep API function.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform