Subject GotoCurrent in IBO 4. 2 Ea
Author Stefan Rausch
Hi,

I try to convert an Application from BDE to Interbase/IBO.

There seems to be a Problem with TIBOtable.GotoCurrent
in IBO4.2 Ea:
* Exception EDatabaseError: ADR2: Record not found

It works fine in IBO 3.6 Di


I tried it in a small sample-application with 2
TIBOTables on the same physical Table:

procedure TForm1.Button12Click(Sender: TObject);
begin
ADR1.Next;
ADR2.GotoCurrent(ADR1);
end;


Thanks for your help,

Stefan Rausch