Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FORMS & MENUS

Status
Not open for further replies.

ekobudy

Programmer
Jul 28, 2002
42
ID
Dear guys,

I have 1 oracle form the name is mainprogram.fmx, and i have 2 menus the name are mainmenu001.mmx and mainmenu002.mmx

when i push a push_button1 at forms, i want to change the menu to mainmenu001.mmx and when i push a push_button2 i want to change the menu to mainmenu002.mmx

what should i do?

thanks for helping...

regards,

ekow
 
You cant dynamically change the menu module at runtime.

instead I would suggest you combine the two menus into one module, then at run time either show or hide the menu items at the top level that you need.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top