formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Basic

fzrt_error_set_alrt_on_error

Description

Causes an error alert to be posted when an error is set. If set is TRUE, an error alert dialog will be displayed for every subsequent call to fzrt_error_set or fzrt_error_set_with_detail. Setting set to FALSE, will turn off this behavior and an error alert dialog will only be displayed when is called.

Plugin Prototype

void fzrt_error_set_alrt_on_error(

fzrt_boolean

set )

Parameters

set [Input]

If TRUE, an error alert will be displayed every time a set error function is called.

Availability

5.0.0.0

See Also

fzrt_error_set, fzrt_error_set_with_detail,

Function Set

fz_fzrt_base_fset


Defined in

fzrt_api.h