FormRun.firstField Method

Is called when a user opens a form or uses the CTRL+SHIFT+HOME keyboard shortcut.

Syntax

public void firstField([int flags])

Run On

Client

Parameters

  • flags
    Type: int
    An integer that specifies a field flag; optional.

Remarks

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

For information about best practices for forms and code, see No Code in Forms.

See Also

Reference

FormRun Class