At 11:16 AM 3/9/2011, you wrote:
I am starting to use the timeout in my apps, but have one form that I start from the app which I want to close after about 10 minutes. My question is- I know that timeout resets with each key stroke, but does form timer do the same or if I set it for 10 minutes the eep will run after 10 minutes regardless of a keystroke. I know I could use timeout but would rather not on this particular form.
Tom Hart

Tom,

You can control the Form Timer enabled state and interval
with the PROPERTY command:

PROPERTY RBASE_FORM TIMERENABLED 'TRUE'
PROPERTY RBASE_FORM TIMERENABLED 'FALSE'
PROPERTY RBASE_FORM TIMERINTERVAL nnn

With the available "On Key Press" EEPs for DB/Var Edit
and DB/Var Memo fields, you should be able to reset the
Form Timer after a keystroke.

Best regards,

John Minyo II
R:BASE Technologies, Inc.
Customer Service
--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to