Kbase P68539: Can you update records when the changes are in a file with t
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/20/2004 |
|
Status: Unverified
GOAL:
Can you update records when the changes are in a file with the format of FieldName, DataType, OldValue, NewValue?
FACT(s) (Environment):
Progress 9.x
FIX:
Yes, you can. Simply use dynamic database objects to retrieve the record you want to update then get a buffer-field handle for the field you want to update (i.e. the FieldName from the file) then set the fields new value using the STRING-VALUE method.