G
Guest
hi all,
I tried creating menus programatically using the MENUITEM and the MAINMENU object. Everything is fine but how come the menuitem object does not have any property to which i could add some information which would make it unique in all the menus on that form like either a 'name' or 'tag' or any other such property.
Right now the only property is index which makes the menu unique in only the menuitems of it's parent. My program requires me to know which menu the user has clicked on and there might be a possiblity that 2 menus would have the same caption.
Please let me know if there is any possible way i could tag some information to each of the menus.
thanks
Juno
I tried creating menus programatically using the MENUITEM and the MAINMENU object. Everything is fine but how come the menuitem object does not have any property to which i could add some information which would make it unique in all the menus on that form like either a 'name' or 'tag' or any other such property.
Right now the only property is index which makes the menu unique in only the menuitems of it's parent. My program requires me to know which menu the user has clicked on and there might be a possiblity that 2 menus would have the same caption.
Please let me know if there is any possible way i could tag some information to each of the menus.
thanks
Juno