| 
       FRAME-FIELD
       | 
| 
       FOR EACH Customer:
        UPDATE Customer.CustNum Customer.Name Customer.Address Customer.Address2 Customer.City Customer.State Customer.PostalCode WITH 1 DOWN 1 COLUMN CENTERED EDITING: DISPLAY "You are editing field:" FRAME-FIELD SKIP "of file:" FRAME-FILE SKIP "Its value is:" FRAME-VALUE FORMAT "x(20)" WITH FRAME a ROW 15 NO-LABELS CENTERED. READKEY. APPLY LASTKEY. END. /* EDITING */ END. | 
 If the current or last input field is an array, FRAME-FIELD returns the name of the field but does not indicate the array element that the input field represents. To display the array element, use the FRAME-INDEX function.
If the current or last input field is an array, FRAME-FIELD returns the name of the field but does not indicate the array element that the input field represents. To display the array element, use the FRAME-INDEX function.
   If the cursor was not in an enabled input field when the last input statement ended, FRAME-FIELD returns an empty string.
If the cursor was not in an enabled input field when the last input statement ended, FRAME-FIELD returns an empty string.