📚 SAP Business One SDK Help

SupportedModes Property
See Also 

Description

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.

Property type

Read-write property

Syntax

Visual Basic
Public Property SupportedModes() As Long

Remarks

The value is a mask of BoAutoFormMode enumeration values.

Relevant for system forms only.

See Also