Skip to content

Display_Error_State - BusinessProcess

Determines whether errors that occur in a BusinessProcess are displayed

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer Display_Error_State
Access Type Syntax
Read Access: Get Display_Error_State to IntegerVariable
Write Access: Set Display_Error_State to IntegerVariable/Value

Description

If Display_Error_State is true, the error will get redirected to the standard DataFlex error object, which will cause the error message to be displayed in a message box.

Since you normally do not want interactive error messages displayed during a batch process, this property defaults to false.