Subject | Re: [IBO] Problem in Bind Cursor |
---|---|
Author | Luiz Alves |
Post date | 2001-01-21T19:07:26Z |
Very thanks, Jason.
Luiz.
Luiz.
----- Original Message -----
From: Jason Wharton <jwharton@...>
To: <IBObjects@egroups.com>
Sent: Sunday, January 21, 2001 6:17 AM
Subject: Re: [IBO] Problem in Bind Cursor
> I believe that this will be fixed in the version I am releasing tonight.
>
> Regards,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: "Luiz Alves" <cprmlao@...>
> To: "IBO List" <IBObjects@egroups.com>
> Sent: Thursday, January 04, 2001 6:10 PM
> Subject: [IBO] Problem in Bind Cursor
>
>
> > 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.
>
>
>
>
>