executeType

Specifies whether to import new data into the existing form or merge new data with the original form design to create a new form.

Syntax

Reference_Syntax.executeType = "import | remerge"

Values

Type

Values

String

  • import (default)

  • remerge

Imports data into the current form without merging that data with the form design.

  • remerge

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.

Applies to

Model

Object

Form Model

execute

Version

XFA 2.1

Examples

JavaScript

Button1.resolveNode("#event.#execute").executeType = "remerge";

FormCalc

Button1.#event.#execute.executeType = "remerge"

// Ethnio survey code removed