📚 SAP Business One SDK Help

FormSettings Object Members
See Also  Overview 

Public Properties

Public Property EnabledIndicates whether the Form Settings function is enabled.

The default is false. When set to true, this function enables: 

  • The Form Settings menu option and icon
  • The Row Format tab in the Form Settings window
  • Displaying row content in the Row Details window by double-clicking the row
  • The application to save the settings when the form is closed and to load them when the form is displayed again.
    Form settings are loaded automatically only if the form is loaded from XML.
Public Property EnableRowFormatIndicates whether Row Details is enabled for the table.

The default is true.

Public Property MatrixUIDThe ID of the grid for which the preferences apply.

By default, the property is set with the unique ID of the first grid on the form. 

See Also