Consultor Eletrônico



Kbase P68893: Child SmartDataBrowse does not display data from parent brow
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/26/2004
Status: Unverified

FACT(s) (Environment):

Dynamics 2.1A

SYMPTOM(s):

Child SmartDataBrowse does not display data from parent browse in Web UI

When selecting another row in a smartDataBrowse on the Web UI the findRowInCurrentBatch() error appears in the webspeed broker log file.

The findRowInCurrentBatch() function can not be called with data in the object
** 4GL Debug-Alert Stack Trace **
-->
findRowInCurrentBatch adm2/data.p (.\src\adm2\data.r) at line 25552
processEvents ry\app\ryuimsrvrp.r at line 9498
processRequest \ry\app\ryuimsrvrp.r at line 9804
processRequest ry\app\ryreqsrvrp.r at line 8015
run-web-object ry/app/rywebspeed.p at line 7708
SYSTEM-TRIGGER web/objects/web-disp.p at line 745

CAUSE:

The query was open when findRowInCurrentBatch() was called within the ADM.

FIX:

In the SDO there were procedures that re-open the query. In these procedures close the query at the end of their execution with:

DYNAMIC-FUNCTION('closeQuery':U IN TARGET-PROCEDURE).