Top   Module   Use   Manual   Index 

com :: sun :: star :: form ::

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

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
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
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