Subject Re: [IBO] Re: CalculatedField problem with MIDAS
Author Jason Wharton
I hope to track this down and resolve it soon. The longest part is just
isolating it and getting an environment I can test and resolve it in.

Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <Dominique@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, February 20, 2001 1:10 AM
Subject: [IBO] Re: CalculatedField problem with MIDAS


> Hi Jason,
>
> The problem described below is still there in 3.6 Cf.
> When do you plan to fix it ?
> Thanks
> Dominique Van Roie
>
> --- In IBObjects@y..., "Jason Wharton" <jwharton@i...> wrote:
> > Excellent find. I'll get it resolved as soon as I can.
> >
> > Thanks,
> > Jason Wharton
> > CPS - Mesa AZ
> > http://www.ibobjects.com
> >
> >
> > ----- Original Message -----
> > From: "Dominique Van Roie" <Dominique@e...>
> > To: <IBObjects@e...>
> > Sent: Thursday, January 04, 2001 10:51 AM
> > Subject: [IBO] CalculatedField problem with MIDAS
> >
> >
> > > Hi,
> > >
> > > I found an other problem with IBOQuery caclulated fields when
> viewed
> > through
> > > a client DataSet.
> > > If you set ClientDataSet.PacketRecords to a positive number like
> 20, the
> > > caclulated fields are empty
> > > on the clientDataSet side but are ok on the IBOQuery side.
> > > All is ok if ClientDataSet.PacketRecords = -1 but I really prefer
> the
> > > incremental fetching
> > >
> > > I found that the calculated fields values are lost in
> > > procedure TDataSetProvider.InternalGetRecords
> > > ...
> > > DataSet.BlockReadSize := Count; // count is the
> > > ClientDataSet.PacketRecords
> > > ...
> > > end;
> > >
> > > As an attachment is a small .dpr reproducing the problem.
> > > You will have to adapt the path to employee.gdb (demo file
> comming with
> > > delphi)
> > >
> > > <<CalcFieldsBug.zip>>
> > > I made all my testing with the latest version of IBO :
> IBO_3_6_Cc.zip
> > >
> > > Does anybody know a fix or a workAround
> > > Thanks
> > > Dominique