Exit_form trouble [message #79618] |
Thu, 27 June 2002 05:21 |
Serhiy
Messages: 1 Registered: June 2002
|
Junior Member |
|
|
I have a strange problem in my Oracle Forms multiform application.
In a few complex forms after issuing exit_form command
I lose a connection to database. Maybe, it's not a connection problem, but parent form doesn't work any more.
However, same application works perfect on a different instance.
Even more interesting thing that I have solved this problem once by recreating a table in the database..!
How could it be possible?
Any idea?
|
|
|
Re: Exit_form trouble [message #79620 is a reply to message #79618] |
Thu, 27 June 2002 13:07 |
Tyler
Messages: 123 Registered: January 2002
|
Senior Member |
|
|
Try SYNCHRONIZE; before and after your calling code.
This built in will return full control to the parent form upon exit of the child form.
Hope This Helps..
~ T ~
|
|
|