Versions Compared

Key

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

Description

Closes the special message below the control (or SRP EditTable cell) that was created with the DisplayControlMessage serviceUpdates the caption text of a form with the data being passed in.

Syntax

Code Block
rv = Form_Services("DisplayHelpInfoPopupSetWindowText", NewText, CtrlEntIdWindow)

Parameters

Fully qualified control entity ID that is tied to the message. Default is control with focus
ParameterDescriptionCtrlEntId
NewText

Content to be used when updating the window's caption bar. This can be @FM delimited in case the data is coming from different sources, such as a control on the window itself. Controls will be identified with a double tilde. E.g., ~~EDL_NAME means "Get the TEXT property from the EDL_NAME control."

Window

Window (form) to be updated. Default is @Window.

Remarks

This is intended to allow forms to have additional information added to the caption bar so that users can more easily identify the form among many others already visible in the workspace.

Version

16.0.18