Specifies whether to import new
data into the existing form or merge new data with the original
form design to create a new form.
SyntaxReference_Syntax.executeType = "import | remerge"
Values
Type
|
Values
|
String
|
Imports data
into the current form without merging that data with the form design.
Merges the
data in the connectionData dataset with the form design. The merge
process creates dynamic subforms, if necessary, depending on the
data returned by the web service.
|
JavaScriptButton1.resolveNode("#event.#execute").executeType = "remerge";
FormCalcButton1.#event.#execute.executeType = "remerge"
|
|
|