Consultor Eletrônico



Kbase P137532: Dataset callback procedures not run for updates using non-default buffer
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/19/2009
Status: Unverified

SYMPTOM(s):

Dataset callback procedures not run for updates using non-default buffer

Callback procedures active for default buffer changes only

FACT(s) (Environment):

OpenEdge 10.0x
OpenEdge 10.1x
OpenEdge 10.2x
All Supported Operating Systems

CAUSE:

Enhancement request# 0000003854

CAUSE:

This is expected behavior based on the current design.
The dataset callback procedures get passed the dataset by-reference, and they cannot recognize buffers other than those part of the dataset

FIX:

This Enhancement has not been implemented in the product.

The only way to have the logic usable for non-default buffers is to move it out of the callback and ensure it can be called for any buffer object.
Then, ensure the logic is run whenever a non-default buffer is updated.