occur

The occur object describes the constraints over the number of allowable instances for its enclosing container.

Modify the occur object on the template:ready event. However, the template:ready event is not accessible in the user interface. You cannot modify the occur object at the form:ready event, because this event occurs too late in the form processing.

Hierarchy of objects

Model

Child objects

Form Model

extras

script ( occur.script is reserved for future use)

Parent class

node class class

Properties

Name

Description

Type

Access

initial

Specifies the initial number of occurrences for a subform or a subform set. This property should be used only for printed and static forms.

String

Read

max

Specifies the maximum number of occurrences for the enclosing container, or -1 to set no upper boundary for occurrences.

String

Read /Write

min

Specifies the minimum number of occurrences for the enclosing container.

String

Read /Write

use

Invokes a prototype.

String

Read /Write

usehref

Invokes an external prototype.

String

Read /Write

Methods

None

// Ethnio survey code removed