Page History
...
* If no data entry for 15 seconds
If ((#Seconds = 15) *And (*Not #TimedOut))
#TimedOut := True
Endif
Endroutine
* User input detected
Evtroutine Handling(#Sys_Appln.IdleEnd)
#TimedOut := False
Endroutine
...
* If no data entry for 15 seconds
If ((#Seconds = 15) *And (*Not #TimedOut))
#TimedOut := True
Endif
Endroutine
* User input detected
Evtroutine Handling(#Sys_Appln.IdleEnd)
#TimedOut := False
Endroutine
Copyright © 2004-2026 IDERA, Inc.