Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix C Sample Screen Definitions for Menus : Definition for the WEEKLY_REPORT Screen

Definition for the WEEKLY_REPORT Screen
The following sections provide sample definitions for the WEEKLY_REPORT screen and its screen tables used for the menu in shown Chapter 8, Creating a Selection Manager Menu:
WEEKLY_REPORT Screen
The following example illustrates the definition for the WEEKLY_REPORT screen:

 
DEFINE SCREEN: WEEKLY_REPORT Unit: CSS
COMMAND ===>
PFkey Assignments Scroll Amount Entry Default Cursor Position
--------------- ---------------- ----------------
Up: 7 Down: 8 Table: Table: SELECTION
Left: 10 Right: 11 Field: Field: EXPENSES
Validation Exit: 12
Help: 1 Refresh: 24
SCREEN TABLES: Origin Max Title Fix Last
Name Row Col occ Scroll Validation Rule Rows Col Row Col
---------------- --- --- --- - --------------- -- --- --- ---
_ TITLE 1 1 1 N 0 0
_ SELECTION 5 1 1 N 0 0
_ PFKEY_SPECS -2 1 1 N 0 0
_ SESSMGR_MSG -1 1 1 N 0 0
_
_
_
_
PFKEYS: 6=PAINT 16=EXCLD 21=DISPLAY 18=SPEC_FCNKEYS 19=SCR_HELP 13=PRINT

 
TITLE Screen Table
The following example illustrates the definition for the TITLE screen table:

 
SCREEN PAINTER COMMAND ==> Scroll: P
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....
¬99999999999 SOFTWARE DEVELOPMENT CORPORATION UNIT ¬AAAAAA
Table: TITLE Unit: CSS
ROW COL FIELD NAME Type Syn Len Dec Just Fill Prot Show Rqd Hi Skip Null
--- --- --------------- - - ---- --- - - - - - - - -
1 1 DATE D B 11 0 L . Y Y N N Y Y
1 68 USERID S C 6 0 L . Y Y N N Y Y
PFKEYS: 6=+FLD 18=-FLD 4=+LINE 5=CUT 19=FLD_HELP 17=PASTE 16=-LINE 13=PRINT

 
SELECTION Screen Table
The following example illustrates the definition for the SELECTION screen table:

 
SCREEN PAINTER COMMAND ==> Scroll: P
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....
¬A Weekly Expenses
¬A Weekly Status Report ¬A open ¬A closed
Press ENTER beside the option desired
Table: SELECTION Unit: CSS
ROW COL FIELD NAME Type Syn Len Dec Just Fill Prot Show Rqd Hi Skip Null
--- --- --------------- - - ---- --- - - - - - - - -
1 22 EXPENSES S C 1 0 L - N Y N N Y Y
3 22 STATUS S C 1 0 L - N Y N N Y Y
3 50 OPEN S C 1 0 L - N Y N N Y Y
3 60 CLOSED S C 1 0 L - N Y N N Y Y
PFKEYS: 6=+FLD 18=-FLD 4=+LINE 5=CUT 19=FLD_HELP 17=PASTE 16=-LINE 13=PRINT

 
PFKEY_SPECS Screen Table
The following example illustrates the definition for the PFKEY_SPECS screen table:

 
SCREEN PAINTER COMMAND ==> Scroll: P
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....
¬AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Table: PFKEY_SPECS Unit: UTIL
ROW COL FIELD NAME Type Syn Len Dec Just Fill Prot Show Rqd Hi Skip Null
--- --- --------------- - - ---- --- - - - - - - - -
1 1 PFKEYS S C 78 0 L Y Y N Y Y Y
PFKEYS: 6=+FLD 18=-FLD 4=+LINE 5=CUT 19=FLD_HELP 17=PASTE 16=-LINE 13=PRINT

 
SESSMGR_MSG Screen Table
The following example illustrates the definition for the SESSMGR_MSG screen table:

 
SCREEN PAINTER COMMAND ==> Scroll: P
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....
¬AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Table: SESSMGR_MSG Unit: SMG
ROW COL FIELD NAME Type Syn Len Dec Just Fill Prot Show Rqd Hi Skip Null
--- --- --------------- - - ---- --- - - - - - - - -
1 1 MSG V 78 0 L Y Y N N N N
PFKEYS: 6=+FLD 18=-FLD 4=+LINE 5=CUT 19=FLD_HELP 17=PASTE 16=-LINE 13=PRINT

 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved