FoDialog

Description

Specifies whether DataWindow Designer displays a runtime dialog box indicating when a failover occurs.

NoteWhen to specify FoDialog You must specify the FoDialog parameter before connecting to the database.

Applies to

Syntax

FoDialog='value' 

Parameter

Description

value

Specifies whether you want DataWindow Designer to display a runtime dialog box indicating when a failover occurs. Values are:

  • No (Default) DataWindow Designer should not display a dialog box.

  • Yes DataWindow Designer should display a dialog box.

Default

FoDialog = 'No'

Usage

You can display a runtime dialog box only if you have enabled failover.

This parameter cannot be set dynamically. The value set when the connection is made remains in effect until it is disconnected.

Examples

Example 1

To tell the DataWindow server to display a runtime dialog box when a failover occurs:

See also

SvrFailover