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

enum TabulatorCycle

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