Previous Next

AddMessage( ) method
Adds a message to the AppError object with the values from the ErrorMessage and MessageNumber arguments to the end of the message list. Your application provides the message number and text. Access error messages and message numbers with the GetMessage( ) and GetMessageNum( ) methods. This method increments the NumMessages property on the AppError by 1.
Return type:
Access:
Applies to:
 
Syntax 
AddMessage ( INPUT ErrorMessage  AS CHARACTER, 
             INPUT MessageNumber AS INTEGER )

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.