sleeping

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
 
B

Bolek Wisniewski

Hi Greg,

It says here that the setTimeout/setInterval method is used only on a
XMLHTTPRequest and with server communication...I only need to let an
executable located on the same machine as the infopath project finish
running. It just takes longer if i wait for the system interupt...so i would
like to signal it if i can -(if its possible in a simple way). - thanks
again, bolek
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top