Specifies the number of seconds
to delay opening the data source after a connection is made.
SyntaxReference_Syntax.delayedOpen = "string"
Values
Type
|
Values
|
String
|
A valid string representing the number of
seconds.
|
ExamplesIn
these examples, Titles represents the data connection
name.
JavaScriptxfa.sourceSet.Titles.connect.delayedOpen = "5";
FormCalcxfa.sourceSet.Titles.connect.delayedOpen = "5"
|
|
|