AddMessage Method (MDPartsDatabaseMessages)
In This Topic
Adds a new message associated with part number to the PartsDatabase message management window.
Syntax
Parameters
- nErrNr
- A message with this message number is added.
- strErrTextParam
- It references to a parameter string to substitute placeholders in the resource error text. Multiple parameters must be separated with "|". In the error text parameters should be signed by "%1!s!", "%2!s!" etc. If the error text doesn't have any parameter to substitute strErrTextParam must be an empty string
- strPartNumber
- The message refers to this part number. Cannot be empty or null.
- strPartVariant
- The message refers to this part variant. Cannot be empty or null.
Exceptions
See Also