Type: Integer
Availability: Read or write at run time
The userSecurityLevel property of the Application class contains the security level for the current user. The default value is zero (0).
It is your responsibility to assign a value to this property. The userSecurityLevel property is used in conjunction with the
When a form is loaded, the following rules determine the state of controls and menu items on the form.
If securityLevelEnabled > app.userSecurityLevel for a form, control, or menu item, it is automatically disabled, regardless of the value of the
If securityLevelVisible > app.userSecurityLevel for a control or menu item, its
If securityLevelVisible > app.userSecurityLevel for a form when the
You can subsequently override the values of the
You should set the userSecurityLevel property during the initialize method or getAndValidateUser process before the creation of a form, as the setting of this property is actioned when forms and controls are created.
Changing the value of
Changing the value of the
Changing the value of the