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

(Global Index)

Syntax

enum NavigationBarMode;

Description

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

Values Summary

NONE no navigation bar is provided and navigation on the current form is only possible with the keyboard (TAB/SHIFT TAB).

CURRENT a navigation bar is provided and navigation will be performed on the current/active form.

PARENT a navigation bar is provided and navigation will be performed on the parent of the current/active form.

Values Details



NONE

Syntax

NONE,

Description

no navigation bar is provided and navigation on the current form is only possible with the keyboard (TAB/SHIFT TAB).


CURRENT

Syntax

CURRENT,

Description

a navigation bar is provided and navigation will be performed on the current/active form.


PARENT

Syntax

PARENT,

Description

a navigation bar is provided and navigation will be performed on the parent of the current/active form.

Top of Page