B
Bolek Wisniewski
howdy everybody...
is there anyway i can make the infopath form sleep from script, something
like WScript.Sleep(100)?
I am using WScript.shell ActiveXObject and executing an executable...I would
like to sleep while it executes
var grabber = shell.Exec("C:\\clipboard\\grabber.exe");
while (grabber.Status==0){
//wish i could go to sleep
}
Is this possible? thanx in advance- bolek
is there anyway i can make the infopath form sleep from script, something
like WScript.Sleep(100)?
I am using WScript.shell ActiveXObject and executing an executable...I would
like to sleep while it executes
var grabber = shell.Exec("C:\\clipboard\\grabber.exe");
while (grabber.Status==0){
//wish i could go to sleep
}
Is this possible? thanx in advance- bolek