help me with menu [message #122229] |
Sat, 04 June 2005 02:04 |
vatsjai
Messages: 23 Registered: May 2005 Location: delhi
|
Junior Member |
|
|
Hello All the guru of D2K
I have two forms attached with their respective menus. when i call 2nd form from 1 form then it shows the menu of form1 instead of its own menu. i hope you understand the problem.
Please Reply
Jai
|
|
|
|
Re: help me with menu [message #122322 is a reply to message #122229] |
Sun, 05 June 2005 22:13 |
doraistud
Messages: 14 Registered: April 2005
|
Junior Member |
|
|
Hi Jai,
Please do check the call_form syntax,
i hope you have used "DO_REPLACE" parameter.
call_form('c:\form1.fmx', no_hide, DO_REPLACE);
and you got to set the "menu module" parameter in forms property to the menu name you want to set.
Hope this answers your queries.
Rgds
Raj
|
|
|