profiles B/D and Forms 6i [message #454477] |
Wed, 05 May 2010 16:20 |
adrianavillota
Messages: 13 Registered: April 2010 Location: ecuador
|
Junior Member |
|
|
Hi all, I need your help.
I have an application in Form 6i and I have implemented expiration of Session-level database of profiles, the problem I have is that I do not know in which time expired the session because it shows me no message and the application is open, try to do something and begin to get errors but I would please help me with knowledge of this method yasi to close the application.
Thank you.
|
|
|
|
Re: profiles B/D and Forms 6i [message #454569 is a reply to message #454477] |
Thu, 06 May 2010 05:27 |
gregor
Messages: 86 Registered: March 2010 Location: Germany
|
Member |
|
|
Hi ,
never made s.th. like this but two ideas:
What Errormessage do you get ?
- When it is : "ORA-02399 max connect-time exceeded",
you can trap this message in the ON-Error-Trigger,
to send an alert( or not) and exit form.
when not this message comes:
Try to use an Timer which fires shortly before the
session is expired. ( there is a javabean-Timer
availible to prevent server-roundtrips used by
forms-builtin-Timer).. to send an alert( or not..
|
|
|