HELP! Work in different forms at the same time [message #78063] |
Thu, 10 January 2002 00:13 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Vincent van Halderen
Messages: 1 Registered: January 2002
|
Junior Member |
|
|
Can someone help me with this problem:
If i open a form in the menu, i can work on this form.
But when i open another form i can only work one the last form i opened. I can switch between the forms, but
then the first form don`t react.
Can someone help me with this problem.
Thanks,
Vincent
|
|
|
Re: HELP! Work in different forms at the same time [message #78149 is a reply to message #78063] |
Tue, 22 January 2002 06:45 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Gert
Messages: 2 Registered: January 2002
|
Junior Member |
|
|
Hi, I'm a newbie to forms, but maybe it depends on the command you use to open the second form.
For instance if you use "CALL_FORM(...)" then the second form is opened MODAL (eg. you have to close the second form before you can return to the first form).
Maybe you can try to use "OPEN_FORM", that way you can switch between the calling form and the called form.
Hope this helps
|
|
|