Description

Returns an @FM delimited list of controls that are not required for the current form. The default logic used by this service is to rely upon those fields which are set to be Required in the Form Designer. Other methods might be used to track non-required controls. In which case this logic should be adjusted accordingly. If the control is an edit table, then the required column will be appended to the control name with a colon (:) as the delimiter.

Syntax

rv = Form_Services("GetNonRequiredControls", Window)

Parameters

ParameterDescription
Window

Form whose non-required controls need to be returns. Default is @Window.

Version

16.0.18

  • No labels