Subject Re: [IBO] Forcing Bookmark
Author Paul Gallagher
Thanks, I'll give it a try.

Paul

----- Original Message -----
From: "Jason Wharton" <jwharton@...>
To: <IBObjects@yahoogroups.com>
Sent: Saturday, February 17, 2001 8:01 PM
Subject: Re: [IBO] Forcing Bookmark


> There is a method that you can use similar to Disable/EnableControls.
Can't
> remember what it is called but if you look in IBG_Custom.IMP you should
find
> it.
>
> Something like DisableCallbacks or PreventCallbacks...
>
> It is a useful mechanism but sometimes callbacks need to be suppressed.
>
> HTH,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: "Paul Gallagher" <paul@...>
> To: <IBObjects@yahoogroups.com>
> Sent: Saturday, February 17, 2001 6:22 PM
> Subject: Re: [IBO] Forcing Bookmark
>
>
> > Well, I'm really on a roll here fixing my own problems....
> >
> > Just for kicks, I set CallbackInc to -1, and now it works. Since this is
a
> > component descendant, it would not be a good idea to mess with the
> > callbackInc of the dataset. There needs to be a better solution to this.
> >
> > I guess one question is, why does IBO give up so quickly on finding the
> > bookmark? As a temporary fix, I think I will set CallbackInc to -1 in
the
> > component code, and set it back again after the SetBookmark call is
> > complete.
> >
> > Paul
> >
>
>
>
>
>
>