Consultor Eletrônico



Kbase P105220: Child combo query is wrong if the parent field is a fillin
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/10/2005
Status: Unverified

FACT(s) (Environment):

Dynamics 2.1B
OpenEdge 10.0B

SYMPTOM(s):

Child combo query is wrong if the parent field is a fillin

Manual running refreshChildDependencies to update a combo from a parent field.

The query of a child combo is not correctly updated when a manual refreshChildDependencies is called from a lookup's lookupComplete override.

Using the new lookup API.

CAUSE:

This is a known issue being investigated by Development

FIX:

Remove the new lookup API by starting the session with the session startup parameter
keep_old_field_API = YES. This will revert the session back to the old API functionality.