Subject | Re: [IBO] Transaction question |
---|---|
Author | Harald Klomann |
Post date | 2001-03-23T13:03:33Z |
Riho-Rene Ellermaa wrote:
procedure TForm1.Button1Click(Sender: TObject);
begin
IB_Query1.InvalidateBookmark(IB_Query1.Bookmark);
IB_Query1.Edit;
end;
Harald
> After Refresh() and First(), I get the values OK. When I callthis is the syntax in Delphi :
> InvalidateBookmark() and then try to access values, I get 0
> Seems like my bookmark calling is wrong
procedure TForm1.Button1Click(Sender: TObject);
begin
IB_Query1.InvalidateBookmark(IB_Query1.Bookmark);
IB_Query1.Edit;
end;
Harald