|
|
|
Re: How to trace last action [message #386519 is a reply to message #386370] |
Sun, 15 February 2009 23:44  |
 |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
You do NOT need to quote the last thread. We can read.
Oracle Forms is a block mode application system. It does not know that a user is, or is not, doing anything until the user causes a Forms trigger to fire. That means that if the user takes 5 minutes to enter the data into a particular item then the timer would fire and the form would be closed. You need to refresh the timer in EVERY trigger you code and also have a 'key-others' trigger at the form level to refresh the timer when a trigger you have not coded is invoked.
David
PS You also have to call the invoked trigger manually in this 'key-others' trigger. Best of luck.
|
|
|