Consultor Eletrônico



Kbase 33239: getNewRecord function behavior changed with 9.1C
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
Solution ID: P3239

FACT(s) (Environment):

Progress 9.1C
Progress 9.1D
Windows

SYMPTOM(s):

getNewRecord returns "No" from SmartDataObject submitRow function when adding or copying records

When adding or copying records getNewRecord should return "Add" or "Copy"

9.1B and 9.1C (no patches) behaves as expected. 9.1C22 and 9.1D exhibit the changed behavior.

CHANGE:

Applied patch 9.1C22

CAUSE:

getNewRecord function behavior changed with 9.1C

FIX:

This is a known bug. It may be possible to workaround the problem by using the getNewMode function in the SmartDataObject instead of the getNewRecord function, however, this function does not distinguish between an add and a copy.