[613] | 1 | ZVEMDH4 ;DJB,VEDD**Help Text - Field Global Location [08/01/94]
|
---|
| 2 | ;;12;VPE;;COPYRIGHT David Bolduc @1993
|
---|
| 3 | ;
|
---|
| 4 | VEDD2 ;;;
|
---|
| 5 | ;;; E N T E R R E S U L T
|
---|
| 6 | ;;; --------- ----------------------------------------------------------------
|
---|
| 7 | ;;;
|
---|
| 8 | ;;; ^ Quit back to Main Menu.
|
---|
| 9 | ;;;
|
---|
| 10 | ;;; ^^ Exit VEDD completely.
|
---|
| 11 | ;;;
|
---|
| 12 | ;;; <SPACE> Quit back to Main Menu
|
---|
| 13 | ;;;
|
---|
| 14 | ;;; <ESC>H Help text for scrolling.
|
---|
| 15 | ;;;
|
---|
| 16 | ;;; I Allows you to select a field and display its data dictionary.
|
---|
| 17 | ;;;
|
---|
| 18 | ;;; 'n' Entering a field's Reference number from the REF column, is a
|
---|
| 19 | ;;; shortcut method for displaying a field's data dictionary.
|
---|
| 20 | ;;;
|
---|
| 21 | ;;; <TAB> As noted above, you enter the REF number to select a field.
|
---|
| 22 | ;;; You may also select a field by positioning the highlight
|
---|
| 23 | ;;; located on the extreme left hand side of the screen, and then
|
---|
| 24 | ;;; hitting <TAB>.
|
---|
| 25 | ;;;
|
---|
| 26 | ;;; D Data display. In addition to the data dictionary, you may
|
---|
| 27 | ;;; look at the actual data in the file. After selecting a REF
|
---|
| 28 | ;;; number or range of numbers, you select the type of display
|
---|
| 29 | ;;; you want. You have the following choices:
|
---|
| 30 | ;;; E = External values
|
---|
| 31 | ;;; I = Internal values
|
---|
| 32 | ;;; EN = External values, null fields ignored
|
---|
| 33 | ;;; IN = Internal values, null fields ignored
|
---|
| 34 | ;;; You will then be asked which entry you want to see. If any
|
---|
| 35 | ;;; of the fields you requested are multiples, you will also be
|
---|
| 36 | ;;; asked which multiple entry you want to see. After viewing
|
---|
| 37 | ;;; the data, you are returned to the Global Location screen.
|
---|
| 38 | ;;;
|
---|
| 39 | ;;; F Find a field. You will be prompted for a field name. Enter a
|
---|
| 40 | ;;; name or part of a name. VEDD will locate the field and position
|
---|
| 41 | ;;; it at the top of the display. If no field is found the screen
|
---|
| 42 | ;;; will be blank because you are at the end of the file. Use the
|
---|
| 43 | ;;; Up-Arrow key to scroll up and again display fields.
|
---|
| 44 | ;;;***
|
---|