Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General MS InfoPath Questions / October 2004

Tip: Looking for answers? Try searching our database.

sleeping

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bolek Wisniewski - 28 Oct 2004 18:59 GMT
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
Greg Collins [MVP] - 29 Oct 2004 00:51 GMT
Do you mean like setTimeout() and setInterval()?

Signature

Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com

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
Bolek Wisniewski - 29 Oct 2004 15:14 GMT
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

> Do you mean like setTimeout() and setInterval()?
>
[quoted text clipped - 11 lines]
>
> Is this possible? thanx in advance- bolek
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.