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