FormRun.activate Method [AX 2012]

Is called by the system when a form receives focus.

public void activate(boolean active)

Run On

Client

Parameters

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

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.

Community Additions

ADD
Show: