ArcPad Scripting Object Model
OnLoad Event
See Also  Send comments on this topic.
Form Object : OnLoad Event

Glossary Item Box

Description

Occurs when the form is loaded.

Remarks

Use this event to write code that performs any initialization when the form is loaded. The OnLoad event is fired after the form has been created but before the data for the form has been read from the feature. If you need to reference the Fields property of the Form object during an initialization, use the OnSetActive event instead.

See Also

© 2012 All Rights Reserved.