msgHelp
msgHelp(S_prodIDS_msgID) => t / nil
Description
This function is used to access extended help for an error or a warning message. Currently, Distributed Processing (DP) is the only product that supports this feature.
Arguments
|
The product ID. In case of Distributed Processing, it is |
|
|
The error message ID. This is the numeric identifier that is available in the error message box. |
Value Returned
Example
(msgHelp ’DP 8)
Displays extended help for the DP error message, whose message ID is 28.
Return to top