The ErrMsgIdProperty is a derived class that is a container for the ErrorMessageId Property Editor and SubfileMessageId Property Editor values.
For a list of all members of this type, see ErrMsgIdProperty Members.
Inheritance Hierarchy
ASNA.Monarch.WebDspF ASNA.Monarch.WebDspF.ConditionalProperty ASNA.Monarch.WebDspF.ErrMsgIdProperty
Syntax
Public class ErrMsgIdProperty Inherits ConditionalProperty
Thread Safety
Any public static (Shared) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Remarks
An instance of ErrMsgIdProperty represents a collection of messages by ID's for a control that is set when the ErrorMessageId or SubfileMessageId properties are set.
Each array element contains:
- Condition: An indicator expression under which the message will be displayed. Text cannot be specified.
- Message ID: The message identifier for the message.
- Message File: The library (optional) and message file name as [library/]messagefile.
- Response Indicator: Optionally response indicator that will be set *ON. If the response indicator is entered, it should be the same as the option indicator used to condition the ERRMSGID keyword.
- Data Field Definitions: Optionally field name that contains one or more substitution values used as data fields within the predefined message. The substitution values take the place of the substitution variables defined in the message text when the message was initially defined. The field must exist in the record format and defined as *Char.
Requirements
Namespace: ASNA.Monarch.WebDspF
Assembly: ASNA.Monarch.WebDspF.DLL
Platforms: Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8 Pro, Windows 10 Pro
