Subject | Re: [IBO] Topic: KeyDescLinks with CalculatedFields bug? |
---|---|
Author | Jason Wharton |
Post date | 2002-01-29T16:55Z |
I don't see how this could be a bug since I tested this thoroughly...
Please expound on this.
Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
"Geoff Worboys (TeamIBO)" <geoff@...> wrote in message
news:164105406.20020129111845@......
Please expound on this.
Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
"Geoff Worboys (TeamIBO)" <geoff@...> wrote in message
news:164105406.20020129111845@......
> > Ibo 4.2Fp
>
> Marco, I have not tried to interpret everything you posted, simply the
> fact that your are using 4.2.Fp and have trouble with CalculateFields.
>
> Did you catch my earlier post about a bug in the KeyToChildAction
> method (IBA_Dataset.IMP file)...
>
> procedure TIB_Dataset.KeyToChildAction( AAction: TIB_KeyChildAction;
> Info: longint );
> <...>
> ADataset.Prepare;
> file://TIB_Row( Info ).Values[ tmpVals ] :=
> // TIB_BDataset( ADataset ).Lookup(
> // tmpKeyVals,
> // TIB_Row( Info ).Values[ tmpKeyFlds ], tmpFlds );
> TIB_Row( Info ).Values[ tmpVals ] :=
> TIB_BDataset( ADataset ).Lookup(
> tmpKeyFlds,
> TIB_Row( Info ).Values[ tmpKeyVals ], tmpFlds );
> <...>
> end;
>
> The commented out code is what was there, below it is the replacement
> that gets the locate parameters in the correct order.
>
> --
> Geoff Worboys - TeamIBO
> Telesis Computing
>
>