Kbase P9952: New value of a field sent by SDO is not displayed in a Newly
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  18/03/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
New value of a field sent by SDO is not displayed in a Newly created record
A User Interface event makes a Visual Smart Object (SDV or SDB) asks the SDO to update rowObject record then PUBLISH "dataAvailable"
CHANGE:
Updating an existing record
CAUSE:
Expected behavior. Visual object's DataAvailable does not call DisplayRecord while its NewRecord is 'ADD' or 'COPY' so the record that comes from the SDO is in the record buffer, but not in the screen-buffer.
FIX:
Call DisplayRecord and take care about the SCREEN-VALUE's that you would like to keep.