form:ready event

Description

Initiates after the form design and data are merged, the finished form exists in memory, and the initialize , calculate , and validate events are complete.

Note: The form:ready event only applies to Design View objects, and does not apply to Master Page objects (see Process events ).

Type

Processing event

Support

Client application

Availability

Acrobat and Adobe Reader

yes

HTML browser

no

Version

XFA 2.1

Example

You can use this event to perform tasks after the form design and data are merged but before the layout is established. For example, you can use this event to customize the ordering or placement of subforms on your form before the form is paginated and rendered.

// Ethnio survey code removed