| SupportedModes Property | |
| See Also |
The range of modes available to the form. You can use one mode only, more than one mode (using OR), or all modes available in the application.
In SAP Business One, forms can appear in several modes that determine the type of actions users can perform on the form. For example, Add mode is used to add records to a form, while OK mode is used to display the form information.
Read-write property
| Visual Basic |
|---|
Public Property SupportedModes() As Long |
The value is a mask of BoAutoFormMode enumeration values.
Relevant for system forms only.