delayedOpen

Specifies the number of seconds to delay opening the data source after a connection is made.

Syntax

Reference_Syntax.delayedOpen = "string"

Values

Type

Values

String

A valid string representing the number of seconds.

Applies to

Version

XFA 2.1

Examples

In these examples, Titles represents the data connection name.

JavaScript

xfa.sourceSet.Titles.connect.delayedOpen = "5";

FormCalc

xfa.sourceSet.Titles.connect.delayedOpen = "5"

// Ethnio survey code removed