Navigator Notify Events


In BBj 4.0 and higher, the navigator controls contain the following notify events:

 

Name

Code

Description

NAV_FIRST

1

The user clicked on the "First" button ("|<").

NAV_PREVIOUS

2

The user clicked on the "Previous" button ("<").

NAV_NEXT

3

The user clicked on the "Next" button (">").

NAV_LAST

4

The user clicked on the "Last" button (">|").

 

See Also

NOTICE() Function - Get SYSGUI Notice String

NOTICETPL() Function - Get Notice String Template

BBjNavigatorMoveFirstEvent

BBjNavigatorMoveLastEvent

BBjNavigatorMoveNextEvent

BBjNavigatorMovePreviousEvent