This method only works with lookups to the PERSON file. ID must be in the CDD Element To Inherit input of the SEIO screen. Enter an ID in field e and the name appears in field f. --------------------------------------------------------------------------------- | aaaaaaaa bbbbbb ccccccccccccccccccccccccccccc dddddd | | | | | | | |------------------------------------------------------------------------------| | | | | | | | | | 1. HRPER ID .1: eeeeeee ffffffffffffffffffffffffffffff | | .2: ....... .............................. | | .3: ....... .............................. | | .4: ....... .............................. | | | | | | | | | | | | | | | | | |X HR XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX|
| e is JS.LIST.VAR1 as a Standard field. |
| f is LIST.VAR1 as an Inquiry field. |
| From field e press F7 and choose Windows | |
| Enter (L)ine, (F)ld Seq, (M)ove, (D)isplay, (C)hange, (W)indows: | |
| Wndw 1-Employees: (N)ame, (C)ount, (S)ep, (L)ast, (D)igits, (U)ndo: | Name (here Employees or whatever name) | Count (here equals 4 or number of lines down screen.) | Last (here LIST.VAR1) |
|
IF LEN(V.JS.LIST.VAR1) THEN CALL S.FORMAT.NAME(OUTPUT.DATA, V.JS.LIST.VAR1, "", "6") END |