Time Out

This forum is for eXpress++ general support.
Post Reply
Message
Author
omni
Posts: 531
Joined: Thu Jan 28, 2010 9:34 am

Time Out

#1 Post by omni »

Roger,

I vaguely remember there is a method to time out a user and close the window if no activity. Would like to add it to our user login, as many may leave them open without knowing it at the bottom of their screen. Something in the gui read, i think.

Fred

User avatar
Tom
Posts: 1165
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Time Out

#2 Post by Tom »

Yes, it's an option of DCREAD GUI:

Code: Select all

DCREAD GUI ... TIMEOUT {nSecs,bBlock}
nSecs is the number of seconds to wait for an event, bBlock is a codeblock that is evaluated if there was nothing for nSecs seconds. It returns .F. to end the dialog, .T. to keep it running.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

omni
Posts: 531
Joined: Thu Jan 28, 2010 9:34 am

Re: Time Out

#3 Post by omni »

Good grief. We already had it there set to 210. Guess I should have checked first.

Old age is H.

bwolfsohn
Posts: 648
Joined: Thu Jan 28, 2010 7:07 am
Location: Alachua, Florida USA
Contact:

Re: Time Out

#4 Post by bwolfsohn »

>>Old age is H.

It's a bit better than the alternative..

Sometimes, only a small bit..

like an 8 bit, and a whole 64 bit.. :)
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises

Post Reply