Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Calling One Form from another

598072Aug 20 2008 — edited Aug 21 2008
Hi All,

I am calling a FMB file from another fmb. Initially it was working correctly.
But now as soon as the FMB is called, it hiding behind the calling FMB.

Exact Scenario is

Form A ----> Form B -----> Form C

Initially i used call_form, to call form B from A. Later when I coupled B with C, it started giving some error like 'Form in Query Mode, Cannot assign values to database fields'. To fix this, I used Open_Form instead of call_form in Form A.
That error is resolved but now form is opening and going behind the calling form.

P.S.: I hadnt touched code in Form B as they are part of another set of forms and are working fine there.

Thanks in Advance,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2008
Added on Aug 20 2008
17 comments
14,377 views