i have an auto generated menu for my mdiForm form the menu designer and im having problems in puting actions actions to the selected menu. what i did is appended codes to the generated menu.mpr
*!* code i appended
ON SELECTION BAR 1 OF file mdiForm.fmethod1() --> not working [Transaction Log]
ON SELECTION BAR 2 OF file mdiForm.fmethod2() --> not working [Exit]
ON SELECTION BAR 1 OF manage DO FORM formManage1.scx --> working [Manage Employee]
ON SELECTION BAR 2 OF manage DO FORM formManage2.scx --> working [Manange Dependents]
ON SELECTION BAR 3 OF manage DO FORM formManage3.scx --> working [Manage Users]
ON SELECTION BAR 1 OF hep mdiForm.hmethod1() --> not working [About]
ON SELECTION BAR 2 OF help mdiForm.hmethod2() --> not working [Manual]
is there a better or easier way to put actions to these? or is there a correct way of implementing methods to these?
thanks for the help!
Dexter
*!* code i appended
ON SELECTION BAR 1 OF file mdiForm.fmethod1() --> not working [Transaction Log]
ON SELECTION BAR 2 OF file mdiForm.fmethod2() --> not working [Exit]
ON SELECTION BAR 1 OF manage DO FORM formManage1.scx --> working [Manage Employee]
ON SELECTION BAR 2 OF manage DO FORM formManage2.scx --> working [Manange Dependents]
ON SELECTION BAR 3 OF manage DO FORM formManage3.scx --> working [Manage Users]
ON SELECTION BAR 1 OF hep mdiForm.hmethod1() --> not working [About]
ON SELECTION BAR 2 OF help mdiForm.hmethod2() --> not working [Manual]
is there a better or easier way to put actions to these? or is there a correct way of implementing methods to these?
thanks for the help!
Dexter