Call form associated with a menu, from another form. [message #87321] |
Sat, 18 December 2004 02:44 |
Prashanth
Messages: 41 Registered: September 1999
|
Member |
|
|
Hi
I have a form (form1) to which a menu is attached (menu1). Form1 is being called from form2 thro call_form.
When i call form1 from form2, menu attached to form1 is not to be seen.But when i run the form1 as stand alone then i cud see menu.
Form1 is being called from form2 using
CALL_FORM('k:form2', no_hide, no_replace, no_query_only);
Let me know whats wrong with this?
Thanks in adv
Prashanth
|
|
|
|
|
|
Re: Call form associated with a menu, from another form. [message #87340 is a reply to message #87337] |
Mon, 20 December 2004 04:18 |
Prashanth
Messages: 41 Registered: September 1999
|
Member |
|
|
Hi Himanshu
It worked out! Thanx for that.
Now From Login Screen(form1), i am calling form2(txn form). When i close form2, it'll come back to form1 and at this point of time, form1 will be having old data. Hw will i ensure that when i come back to form1, screen is cleared by default?
Thanks and Regards
Prashanth
|
|
|