Kbase P18726: How to move data from screen to database ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/15/2003 |
|
Status: Unverified
GOAL:
How to move data from screen to database ?
GOAL:
How to move data from screen to database using Assign statements ?
SYMPTOM(s):
Progress 9.1D
FIX:
DO WITH FRAME {&FRAME-NAME} :
ASSIGN
table.field1
table.field2
table.field3
.
END.