Consultor Eletrônico



Kbase P73315: ADM2: Error 5365 using submitRow after migrate from Progress 9.1D to OpenEdge 10.0x
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   08/02/2008
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.x
Windows

SYMPTOM(s):

Source element of a BUFFER-COPY statement has no record. (5365)

Calling submitRow in a SmartDataObject

Passing the RowObject RowID as the first parameter to submitRow

CHANGE:

Migration from Progress 9.1D to OpenEdge 10.0x

CAUSE:

The submitRow API completely ignored the Rowident parameter from version 9.1B to version 9.1D inclusive. This is no longer the case.
The visual data target's Rowident is different from the SmartDataObject Rowident.

FIX:

Version 10.0B has been improved to allow ? to be passed as the first parameter, to indicate that it is the current record that is to be updated