Consultor Eletrônico



Kbase P14547: Changes made to data in a SmartDataViewer do not all appear
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/01/2003
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

Changes made to data in a SmartDataViewer do not all appear in the corresponding SmartDataBrowser when the data is saved

CAUSE:

The SmartDataObject had code in beginTransactionValidate that modified the changedFields value of the RowObjUpd record and accidentally erased to list of fields that the user modified.

FIX:

Correct the assignment of the RowObjUpd.changedFields value so that it does not erase the list of fields modified by the user.