startNew

Determines whether it is necessary to start a new content area or page even when the current content area or page has the required name.

This property has no effect unless the before (deprecated) property has the value contentArea or pageArea.

Syntax

Reference_Syntax.startNew = "0 | 1"

Values

Type

Values

String

  • 0 (default)

  • 1

Does not start a new content area or page area if the current one has the specified name.

  • 1

Starts a new content area or page.

The name of the content area or page is supplied by the accompanying beforeTarget (deprecated) property.

Version

XFA 2.1

Examples

JavaScript

Subform1.break.startNew = "1";

FormCalc

Subform1.break.startNew = "1"

// Ethnio survey code removed