Consultor Eletrônico



Kbase P97334: SBO EndTransactionValidate does not pass updates back to the client
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/11/2004
Status: Unverified

SYMPTOM(s):

SBO EndTransactionValidate does not pass updates back to the client

Database changes made in the EndTransactionValidate procedure of an SBO are not passed back to the client objects.

CAUSE:

This is because the refetchDBRow procedure executes in the SDO before the SBO EndTransactionValidate procedure executes.

FIX:


Update the buffer record for the SDO with the same value being used to update the database. For example:

Find First vacationfullo where rowmod = "u".
Assign
vacation.<field> = value
vacationfullo.<field> = value.