Description

Checks to see if the current form has all required controls populated. If not, then the appropriate message display is used. If the Apply Special Colors flag from the Preferences Manager (Frameworks) is set then this will use the custom colors property and SRP Popup control. Otherwise a message box will appear.  This service replaces the Win_Check_Req_Fields function, which called by the Promoted_Write_Event function.

Syntax

rv = Form_Services("CheckRequiredControls", Window)

Parameters

ParameterDescription
Window

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

Version

16.0.18

  • No labels