| PROTOCOLS for List Manager |
The following are generic actions in the PROTOCOL
file. They may be attached to any application defined Protocol menu specified.
* VALM DOWN A LINE Move down a line.
________________________________________________________
* VALM UP ONE LINE Move up a line
________________________________________________________
* VALM FIRST SCREEN This action will display the first screen.
________________________________________________________
* VALM LAST SCREEN The action will display the last items.
________________________________________________________
* VALM NEXT SCREEN This action will allow the user to view the next
screen of entries, if any exist.
________________________________________________________
* VALM PREVIOUS SCREEN This action will allow the user to view the
previous screen of entries, if any exist.
________________________________________________________
* VALM PRINT LIST This action allows the user to print the entire list of
entries currently being displayed.
________________________________________________________
* VALM PRINT SCREEN This action allows the user to print the current List
Manager display screen. The header and the current portion of the list are
printed.
________________________________________________________
* VALM REFRESH This actions allows the user to re-display the current
screen.
________________________________________________________
* VALM SEARCH LIST Finds text in list of entries.
________________________________________________________
* VALM TURN ON/OFF MENUS This toggles the menu of actions to be
displayed/not displayed automatically.
________________________________________________________
* VALM GOTO PAGE This protocol will allow the user to move to any page in
the list.
________________________________________________________
* VALM RIGHT This protocol will allow the user to move the screen to the
right if the List Template is set up for a width of more then 80 characters.
________________________________________________________
* VALM LEFT This protocol will allow the user to move the screen to the
left if the List Template is set up for a width of more then 80 characters.
________________________________________________________
* VALM QUIT This protocol can be used as a generic 'quit' action.
________________________________________________________
* VALM HIDDEN ACTIONS This menu protocol contains all the above action
protocols. The developer will usually specify this protocol as the 'Hidden
Menu' protocol in the List Template set up. The Workbench will automatically
designate this protocol as the 'Hidden Menu' protocol when a List Template is
initially created.
________________________________________________________
|