timeout

Specifies the number of seconds to attempt a query.

Syntax

Reference_Syntax.timeout = "string"

Values

Type

Values

String

A valid string representing the number of seconds before the query times out.

Applies to

Version

XFA 2.1

Examples

In these examples, Titles represents the data connection name.

JavaScript

xfa.sourceSet.Titles.connect.timeout = "10";

FormCalc

xfa.sourceSet.Titles.connect.timeout = "10"

// Ethnio survey code removed