enum TabulatorCycle in module com::sun::star::form:: |
enum TabulatorCycle;
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 |
||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.