Hi,
I have a security requirement to maintain 5 levels of user access to buttons on my forms. I am planning to store the button names (by form) in a database table, and call a class on entry to each form so that the respective buttons are enabled or visible.
Is it possible to loop through my dataset and set the button properties when I only have the buttons "NAME" saved in the database? If not, can I store a reference to the object that I can use instead?
Thanks
JJ
I have a security requirement to maintain 5 levels of user access to buttons on my forms. I am planning to store the button names (by form) in a database table, and call a class on entry to each form so that the respective buttons are enabled or visible.
Is it possible to loop through my dataset and set the button properties when I only have the buttons "NAME" saved in the database? If not, can I store a reference to the object that I can use instead?
Thanks
JJ