Communications/Transactions Guide and Reference

APPC Error Actions

debug

The debug action opens a VisualAge debugger window enabling the developer to trace through the application execution to determine the cause of the error.

display

The display action displays a message box for the error that occurred.

For example, to display a message box, connect this to the errorOccurred event.

printOn:

The printOn: action sends the textual error message as defined by the communication protocol. This action require one parameter representing the output stream where the error is to be printed.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]