Consultor Eletrônico



Kbase P165715: refreshChildDependancies causes viewer to go into update mode
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/18/2010
Status: Unverified

SYMPTOM(s):

refreshChildDependancies causes viewer to go into update mode

Using refreshChildDependancies to refresh the query of a DynCombo in a RowDisplay override places the viewer in update mode

FACT(s) (Environment):

Windows
OpenEdge 10.1A
Dynamics

CAUSE:

This works as expected based on the place in the stack where the call was made.

FIX:

It is almost always better to add parent filter query fields to the SDO as a calculated field and backfill them while the SDO is getting records. This way no overrides are necessary to refresh child lookups and combos as the parent value is provided naturally.