| 
       FRAME-DB
       | 
| 
       FOR EACH Customer NO-LOCK:
        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 " in database: " FRAME-DB WITH FRAME a ROW 15 NO-LABELS CENTERED. READKEY. APPLY LASTKEY. END. /* EDITING */ END. | 
 If the cursor is not in an enabled input field when the last input statement is executed, or the input field is not associated with a database field, FRAME-DB returns an empty string.
If the cursor is not in an enabled input field when the last input statement is executed, or the input field is not associated with a database field, FRAME-DB returns an empty string.
   Use this syntax to find the name of a schema holder for a non-OpenEdge database:
Use this syntax to find the name of a schema holder for a non-OpenEdge database:
  | 
       SDBNAME ( FRAME-DB )
       |