Reg Calling Form associated with a Menu from another form [message #87315] |
Fri, 17 December 2004 04:30 |
Prashanth
Messages: 41 Registered: September 1999
|
Member |
|
|
Hi<\P>
I have a Form(say form1.fmx) which is attached to a menu(menu.mmx). I have a login screen(form2.fmx) from which i am calling form1.fmx. When i am doing so, the menu is not to be seen with form1.mmx, but when i run form1 as stand alone, i cud see it with menu.<\P>
I am calling form1 from form2 like this.<\P>
CALL_FORM('K:form1.fmx', no_hide, no_replace, no_query_only);<\P>
Hw do i get form1 with menu ,when i call it from form2?<\P>
Thanks in advance<\P>
Prashanth<\P>
<\P>
|
|
|