Description

Returns an @FM delimited list of controls that are 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 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("GetRequiredControls", Window)

Parameters

ParameterDescription
Window

Form whose required controls need to be returned. Default is @Window.

Version

16.0.18

  • No labels