enum TabulatorCycle in module com::sun::star::form::

(Global Index)

Syntax

enum TabulatorCycle;

Description

values are used to specify what happens when the TAB key is pressend and the focus is in the last control of a data bound form.

Values Summary

RECORDS pressing the TAB key from the last control moves the focus to the first control in the tab order of the next record.

CURRENT pressing the TAB key from the last control moves the focus to the first control in the tab order of the same record.

PAGE pressing the TAB key from the last control of a form moves the focus to the first control of the next form in the tab order.

Values Details



RECORDS

Syntax

RECORDS,

Description

pressing the TAB key from the last control moves the focus to the first control in the tab order of the next record.


CURRENT

Syntax

CURRENT,

Description

pressing the TAB key from the last control moves the focus to the first control in the tab order of the same record.


PAGE

Syntax

PAGE,

Description

pressing the TAB key from the last control of a form moves the focus to the first control of the next form in the tab order.

Top of Page