exit form (error 40735) [message #87078] |
Sat, 04 December 2004 02:24 |
odeveloper
Messages: 34 Registered: September 2004
|
Member |
|
|
hi all!
i am using 10g for.
i create a form which is login form for clients, its work perfectly but when, in any circumstances, database link droped the form generating error FRM-40735 and giving users default logon screen to login, in which mentioned user name, password and link name but i don't want to show this screen to clients for security reasons.
i wrote On-Error trigger on form level but i cannot use Exit_Form in this trigger (default behaviour), how i can prevent this default logon screen. also i don't want users to see this screen which are currently working in forms and forcefully exit them when this error occured.
thanks for help in advance.
|
|
|
Re: exit form (error 40735) [message #87100 is a reply to message #87078] |
Mon, 06 December 2004 11:01 |
Just John
Messages: 69 Registered: November 2004
|
Member |
|
|
Have you tried to automaically re-connect them - you can capture their log-in details after a successful connection, then (on-error) try to re-connect them.
Alt: Try to redirect the window to the first form in the application(?).
|
|
|