Idle starts a timer after each user activity (such as a keystroke or a
mouse click), and after n seconds of inactivity it triggers an Idle
event. The Idle event script for an application typically closes some
windows, logs off the database, and exits the application or calls the
Restart function.
The timer is reset when any of the following activities occur:
• A mouse movement or mouse click in any window of the application
• Any keyboard activity when a window of the PowerBuilder application
is current
• A mouse click or any mouse movement over the icon when a
PowerBuilder application is minimized
• Any keyboard activity when the PowerBuilder application is minimized
and is current (its name is highlighted)
• Any retrieval on a visible DataWindow that causes the edit control
to be painted
"Victor H" <victorh...@gmail.com> wrote in message
news:07c55ddd-e519-497b...@a21g2000yqc.googlegroups.com...