hi again,

put the following code line after the forms init() method:

    element.setTimeOut("close", 5*1000, true);

where:
"close" is the form-method to call,
5*1000  is the waitin-time in milliseconds
true    indicates the time should only measured when form is idle
 

the form will be closed after 5 sec's of non activity by the user. 
the 5-second-period will start again, if user will perform any 
activity with the current form (moves cursor between controls, enter 
data in any control, etc).

regards
WoHeGro





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/kGEolB/TM
--------------------------------------------------------------------~-> 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Axapta-Knowledge-Village/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to