Hi
I'm developing an application in PB 12.5. There are several users who are going to access this app. Depending upon the login I've to enable only those menu items that are applicable for him. I'm storing these user rights in a seperate database populated by admin.
My MDI form contains a menu 'm_mymenu'. It has several menu items named 'm_item1', 'm_item2' and so on.
My requirement is :
If I use m_mymenu.m_item1.Enable() it is working well. But I want to make the m_item1 portion dynamic.
How do I do it?
Thanks in advance..