Kbase 19493: ADM2 - SmartDataField not Saving Modified Data correctly
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/03/2009 |
|
Status: Unverified
SYMPTOM(s):
ADM2
SmartDataField
SmartDataObject not updating correctly
FACT(s) (Environment):
Progress 9.1x
Windows
FIX:
The DataModified attribute must be manually set to true in order for a SmartDataViewer to know that the value for the SmartDataField has changed, and to grab the modified value and send it to the SmartDataObject so that it is written to the database.
The code you must add is as follows:
DYNAMIC-FUNCTION('setDataModified':U, TRUE).