As part of our security implementation, we want to disable some controls on
some forms for some groups. This information will be kept in a database.
when the form will load the security information will be read and controls
on the form will be disabled or enabled depending on the security
information kept in the database.

After a control has been disabled on a form, we want to prevent any code on
the form being able to enable the control again. Is there any way change
those controls, so that they will not be enbaled again.

Thanks,
Mokles