Menu Module [message #305553] |
Tue, 11 March 2008 04:43 |
*munnabhai*
Messages: 157 Registered: March 2008 Location: Riyadh
|
Senior Member |
|
|
Hi guyz,
Hope everyone is well...
I have a problem hope i get the response from here.
i have two forms there is no menu bar in form1 and on second formb have default (menu bar).
1) when im calling the second form from the first form through the push button the first form will hide and second will appear.
2)i want when im calling the second form the first form should Exit not hide?
the problem is
the first form will not have any default menu bar and the second will have default menu bar
when im calling second form from the first form the menu bar will disappear. how to get back the dafault menu bar in second form
Even though i gave the value (Default&Smartbar)in 2nd form even though it will not appear
how can resolve this issue?
Waiting for response.
Regards
|
|
|
|
Re: Menu Module [message #307201 is a reply to message #305553] |
Tue, 18 March 2008 02:23 |
islam175
Messages: 10 Registered: March 2008 Location: Jordan
|
Junior Member |
|
|
you can put
CALL_FORM('formname', no_hide, no_replace, query_only);
and remove the menu module value from the second form
|
|
|
|