Subject | Re: [IBO] BookmarkValid. I think it's a bug. |
---|---|
Author | Jason Wharton |
Post date | 2001-08-14T16:21:01Z |
I have it logged as an item of concern.
Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Artur Anjos" <arsoft@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, August 14, 2001 7:51 AM
Subject: Re: [IBO] BookmarkValid. I think it's a bug.
> Jason:
>
> Pls take a moment to look at this!
>
> Regards,
>
> Artur
> ----- Original Message -----
> From: Artur Anjos
> To: IBObjects@yahoogroups.com
> Sent: Monday, August 13, 2001 11: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 the Yahoo! Terms of Service.
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>