Share via


FormRun.activate Method

Is called by the system when a form receives focus.

Syntax

public void activate(boolean active)

Run On

Client

Parameters

  • active
    Type: boolean
    A Boolean data type that specifies whether a form has focus.

Remarks

The form must be visible for the method to have effect.

To override this method on a form, right-click the Methods node below the form, click Override Method, and then click activate.

See Also

Reference

FormRun Class