Activate Event

Applies To   See Also

Occurs when a Form, FormSet, or Page object becomes active or when a Toolbar object is shown.

Syntax

PROCEDURE Object.Activate

Remarks

Triggers for this event depend on the type of object:

If you use the Show method for a form set, all forms with their Visible property set to true (.T.) are shown. The Activate event is triggered first for the form set, then for the form, and then for the page.