Consultor Eletrônico



Kbase P9282: Browse widget must contain at least one record before SELECT-FOCUSED-ROW method is used. (2108)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/12/2004
Status: Unverified

FACT(s) (Environment):

Windows
Progress 8.x

SYMPTOM(s):

Browse widget must contain at least one record before SELECT-FOCUSED-ROW method is used. (2108)

CAUSE:

Trying to delete a smart data browse row when there is none.

CAUSE:

A Bug in the internal procedure adm-get-last of the ADM1 Query.I Procedure

FIX:

Modify the statement:

q-stat = browser-handle:SELECT-FOCUSED-ROW().

with:
q-stat = browser-handle:SELECT-FOCUSED-ROW() NO-ERROR.