Description

Displays a special message below the control (or SRP EditTable cell) specified.

Syntax

rv = Form_Services("DisplayControlMessage", Message, Title, CtrlEntId, MessageType, Theme)

Parameters

ParameterDescription
Message

Message that should be displayed for the current control.

Title

Title that should be displayed for the control message.

CtrlEntId

Fully qualified control entity ID that is tied to the message.

MessageType

Type of message being displayed. For example: HELP, VALIDATION, REQUIRED. This will determine the color scheme for the message display as defined by the Preferences Manager. Default is HELP.

Theme

Special color theme values to use for the message display. This will override the MessageType scheme.

Example

This is an example of a HELP message used on an editline.

Remarks

Requires that the form has both a SRP Subclass and a SRP Popup control.  Uses the subroutine Display_Control_Message.

Version

16.0.18

  • No labels