Calling One Form from another
598072Aug 20 2008 — edited Aug 21 2008Hi 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,