Hi Team,
I have a menu , in this menu all the menu items are added dynamically. Now I want to add '3' submenu item for a particular menu item. How can I do it.
My approach
---------------
In the menu, I found out what is the index number where I want to add these submenu item.In the Powerbuilder IDE, in the menu, I found out that menu item and add the submenus there. But now I want to access these submenus dynamically , but I am not able to access .
Add1, Add2,Add3 and More are the submenu items.As I mentioned the parent menu items are created dynamically, so I found the exact index number where I need to make this submenus visible .
Here the 'Add to Existing title Block' is the menu text where I need to add my submenu items.
once I get to to know how I should access these submenu items then I can rename the menu items, make it visible or enable.
OR is there any alternative way to add these submenuitems to the menu dynamically please suggest.
Regards
Subrat