Subject | Re: [IBO] BookmarkValid. I think it's a bug. |
---|---|
Author | Jason Wharton |
Post date | 2001-08-16T15:37:59Z |
This should be fixed in the latest sub-release 4.2 Eb.
Please get it and try it and let us know.
Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
Please get it and try it and let us know.
Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Artur Anjos" <arsoft@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, August 13, 2001 3:23 PM
Subject: [IBO] BookmarkValid. I think it's a bug.
>
> I think that the implementation of BookmarkValid it's not ok for
> IBOQuery (TDataSet).
>
> If we do:
>
> var
> Bm : TBookmark;
> Ts : Boolean;
> begin
> Bm := IBOQTest.GetBookmark;
> Ts := BookmarkValid( Bm );
> ...
>
> We got this results:
> If CurrentRecord is BOF or anywhere else, Ts=False;
> If CurrentRecord is EOF we Ts=True;
>
> However, if we do GotoBookmark( Bm ) it works!
>
> It must return True in all cases, don't it?
>
> Regards,
>
> Artur Anjos
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>