Description
Occurs when form IO logic wants to report an error or warning.
Syntax
bForward = SYSMSG (ctrlentID, ctrlclassID, msgCode, cancelFlag, statCode)
Parameters
SYSMSG accepts arguments for the following parameters.
Parameter | Description | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
msgCode | Message code could be one of the following values (see PS_EQUATES) | ||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||
cancelFlag | This value is assign by system SYSMSG event handler if user choose to "cancel" out of corresponding message box. | ||||||||||||||||||||||||||||||||||||||||
statCode | If passed, assumed to be a code retrieved by the call to Get_Status(statCode). System SYSMSG event handler uses REVERROR.DAT file to replace the statCode with the corresponding textual message. |
Returns
True or false. If false, the program execution returns to the calling procedure. If true, the event processing goes to the next level.