Page 1 of 1

GotoBookMark method after using FilterSQL

Posted: Thu 18 Dec 2008 13:26
by sergey_kln
When I call GotoBookMark method after using FilterSQL it doesn't work. What i do wrong?

Code: Select all

procedure Test;
VAR B: TBookmark;
      sql_Test : TMyQuery;
begin
  B:=sql_Test.GetBookmark;
  sql_Test.FilterSQL:='id='+sql_TestID.AsString;
  sql_Bill.GotoBookmark(B);
  sql_Bill.FreeBookmark(B);
end;

Posted: Fri 19 Dec 2008 13:04
by Dimon
I can not reproduce the problem. Please give a more detailed description of the problem.
Also try to compose a small sample to demonstrate it and send it to dmitryg*devart*com.