Subject Problem in Bind Cursor
Author Luiz Alves
List,

I have a detail qry where I need to do a refresh with "qry.RefreshRows",
after execute other actions on event of a button:

KeyLinksAutoDefine=False;
FetchWholeRows=False;

QUERY:
"select nrav,sum(tot_autz-TOT_SECTRANSF_OUTROAV) as Tot_aut,sum(creditos) as
tot_cred,sum(secfeitas) as tot_feitas
, sum(TOT_SECTRANSF_OUTROAV) as Tot_transf
from guias_aut
group by nrav"

Using the query editor after I click in RefreshRows,
I get the error message 'Problem in Bind Cursor" and I can't go away. I
click 'OK' and this message appears again. I have then to use CTRL ALT DEL
to kill Delphi. I already tried FetchWholeRows=True and the same error
occur.

I am using the last version of IBO.
In previous versions this code worked well.

I need to use RefreshRows in my code to make a refresh on this query.

Is there another way?


Thanks in advance,

Luiz.