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.
SyntaxReference_Syntax.startNew = "0 | 1"
Values
Type
|
Values
|
String
|
Does not start a
new content area or page area if the current one has the specified
name.
Starts
a new content area or page.
The name of the content area
or page is supplied by the accompanying beforeTarget (deprecated) property.
|
JavaScriptSubform1.break.startNew = "1";
FormCalcSubform1.break.startNew = "1"
|
|
|