docReady event

Description

Initiates immediately after the form opens in Acrobat or Adobe Reader.

Type

Application event

Support

Client application

Availability

Acrobat and Adobe Reader

yes

HTML browser

no

Version

XFA 2.1

Example

This event is the first one that initiates after the form opens in Acrobat or Adobe Reader. Any calculation or scripting tasks that require the full form, or that should only run once when the form filler first opens the form, should use this event. For example, you can use the docReady event to check the version of Acrobat or Adobe Reader and return a message to the form filler if the form filler must upgrade the application before filling the form.

// Ethnio survey code removed