Top   Module   Use   Manual   Index 

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

enum NavigationBarMode


Description
describes in which way the navigation of the records of a database form is performed.


Values

NONE
Description
no navigation bar is provided and navigation on the current form is only possible with the keyboard (TAB/SHIFT TAB).
CURRENT
Description
a navigation bar is provided and navigation will be performed on the current/active form.
PARENT
Description
a navigation bar is provided and navigation will be performed on the parent of the current/active form.
Top of Page