Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Code Block
rv = Form_Services("GetNonRequiredControls", Window)

...