Consultor Eletrônico



Kbase P24642: Error (5639) invoking 'setQueryWhere' before SDO is instanti
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   08/05/2003
Status: Unverified

FACT(s) (Environment):

Windows

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

User-defined function '<function>' invoked dynamically but could not be
found. (5639)

User-defined function 'setQueryWhere' invoked dynamically but could not be
found. (5639)

Trying to invoke the 'setQueryWhere' from the Main block of the Smart Window Container passing it the handle of the Smart Data Object.

CAUSE:

Invoking the 'setQueryWhere' immediately after {src/adm2/windowmn.i} fails because the SDO has not been instantiated yet.

FIX:

Invoke the 'setQueryWhere' function after the SDO has been instantiated like in an initializeObject override of the Smart Window container object.