how do i disable the menu items on mdi parent form when i open a child form and enable them when i close the form. i am trying to enable only one form from opening at a time. i have used .showdialog on some forms and its working perfectly, but on this one i have a button that opens another form...
Hi,
I have a gridview with one of the columns disabled at design time and based on a specific role of the user I need to enable it in run time.
so:
If user_role = isfromthisgroup then
gridview.col(4).enable
end if
How can this be achieved? Any help is appreciated. Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.