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.
|
Examples
In
these examples,
Titles
represents the data connection
name.
JavaScript
xfa.sourceSet.Titles.connect.timeout = "10";
FormCalc
xfa.sourceSet.Titles.connect.timeout = "10"
|
|
|