[613] | 1 | ZVEMDH5 ;DJB,VEDD**Help Text - Field Global Location [11/05/94]
|
---|
| 2 | ;;12;VPE;;COPYRIGHT David Bolduc @1993
|
---|
| 3 | ;
|
---|
| 4 | VEDD2 ;;;
|
---|
| 5 | ;;;
|
---|
| 6 | ;;; G Goto a REF number. Select a REF number from the left hand
|
---|
| 7 | ;;; column, and that field will be positioned at the top of the
|
---|
| 8 | ;;; display. If you select a REF number that has not yet been
|
---|
| 9 | ;;; displayed, the last field viewed will be positioned at the top
|
---|
| 10 | ;;; of the display. G 1 to return to the beginning display.
|
---|
| 11 | ;;;
|
---|
| 12 | ;;; <HOME> Returns you to beginning dislay. Since your terminal emulation
|
---|
| 13 | ;;; software may use the <HOME> key for other purposes, you may
|
---|
| 14 | ;;; type the word HOME for the same effect.
|
---|
| 15 | ;;;
|
---|
| 16 | ;;; <END> Returns you to the highest field that's been displayed. You
|
---|
| 17 | ;;; may type the word END for the same effect.
|
---|
| 18 | ;;;
|
---|
| 19 | ;;; N Allows you to do a look up by global node. At the 'Select
|
---|
| 20 | ;;; NODE:' prompt type '?' to see all nodes, or enter node. If
|
---|
| 21 | ;;; that node is a multiple you will be asked for subnode. You
|
---|
| 22 | ;;; will then get a list of all fields that are contained by
|
---|
| 23 | ;;; that node. You may then do an 'Individual Field Summary' on
|
---|
| 24 | ;;; any field listed.
|
---|
| 25 | ;;; Example: If you wanted to know what fields are contained
|
---|
| 26 | ;;; in ^DPT(34,"DA",3,"T",0) you would enter '^DPT' at
|
---|
| 27 | ;;; the 'Select FILE:' prompt, select option 7, enter
|
---|
| 28 | ;;; 'N' for node, and then enter the following:
|
---|
| 29 | ;;; Select NODE: 'DA'
|
---|
| 30 | ;;; Select 'DA' SUBNODE: 'T'
|
---|
| 31 | ;;; Select 'T' SUBNODE: '0'
|
---|
| 32 | ;;; VEDD will now display all the fields contained in
|
---|
| 33 | ;;; the selected node and allow you to do an 'Individual
|
---|
| 34 | ;;; Field Summary'.
|
---|
| 35 | ;;;
|
---|
| 36 | ;;; P Allows you to branch off to a pointed-to file. P will prompt
|
---|
| 37 | ;;; you for a REF number from the left hand column. If the
|
---|
| 38 | ;;; field you select is a pointer field, the display will branch
|
---|
| 39 | ;;; to that file. Pointer fields are marked with "<-Pntr".
|
---|
| 40 | ;;;
|
---|
| 41 | ;;; VGL Victory Global Lister
|
---|
| 42 | ;;;***
|
---|