 |
ALPHA-VISION® Actions for Listbox: Usr_LbGoToPage
|
Usr_LbGoToPage
SUMMARY
Usr_LbGoToPage - Go to specific page of listbox
SYNTAX
Usr_LbGoToPage (
<Cursorname>,
<Page>)
ARGUMENTS
- Cursorname
-
- Connects the Listbox to a resource.
- Page
-
- Target Page
DESCRIPTION
Scrolls in the listbox to the defined page.
EXAMPLES
Usr_LbGoToPage (ALARM,12)
Scrolls to page 12
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times