Loading...
 

CX_SYSTEM_OBJECT::SetShowStackOnError

CX_SYSTEM_OBJECT::SetShowStackOnError

Description:

This sets whether to display the InstantView stack in case of an error. To display the stack, the stack must be copied with each InstantView command. This is an overhead in processing that is normally unnecessary and is therefore switched off by default.

Code example:

The following code example shows how to turn on the power to save and display the stack.

TRUE SystemObject Call(SetShowStackOnError)
Stack
Stack Position Object type Brief description
Stack(In) Top SystemObject the method is called from the SystemObject
Top 1 INTEGER TRUE: Stack is displayed, FALSE: Stack is not displayed
Stack(Out) Top
Function call: Call(SetShowStackonerror)