Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Multi-asking with multi-form
Karim,
It is not possible with call_form. The latter causes the caller to be
suspended
(i.e. the called form is modal with respect to the calling form). You
must use
open_form instead. Using the no-session option is sufficient. However,
if you
specify session, the two forms may independently commiit data.
Received on Mon Jan 13 1997 - 00:00:00 CST
![]() |
![]() |