Consultor Eletrônico



Kbase P97410: Value from RowObject field in SmartDataViewer gets lost when saving changes back to database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/11/2004
Status: Unverified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Value from RowObject field in SmartDataViewer gets lost when saving changes back to database

Value appears on the screen properly and no errors happen when record is saved

CAUSE:

The SmartToolbar is publishing the displayFields event against an unrelated SmartDataViewer and the code in this SmartDataViewer is resetting the value of the RowObject field in the SmartDataObject to null.

FIX:

Modify the code in the SmartDataViewer so that it detects the publish of displayFields and properly handles it so that the RowObject field in the SmartDataObject is not set to null