Subject Re: [IBO] IncSearch and Dataset
Author Rick Roen
I got it working anyway by using the OnReceiveFocus event.

Just to clarify, I wanted to know what event is triggered when a new
dataset get focus. This would be the same thing that triggers the
change in a NavBar or IncSearch bar I assume.

I was trying to trap the message so I could fill out the items in a
combo box ( the OrderingItems list ) whenever the focused dataset
changed.

Thanks,

Rick

--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
wrote:
> Your request is not very clear.
> Please tell us more details.
>
> Jason Wharton
> www.ibobjects.com
>
>
> > -----Original Message-----
> > From: IBObjects@yahoogroups.com
[mailto:IBObjects@yahoogroups.com]On
> > Behalf Of Rick Roen
> > Sent: Tuesday, July 05, 2005 3:32 PM
> > To: IBObjects@yahoogroups.com
> > Subject: [IBO] IncSearch and Dataset
> >
> >
> > D7
> > IBO 4.5B
> >
> > I leave an IncSearch control's DataSource blank so it is
> > automatically
> > assigned.
> >
> > I want to detect when the IncSearch control gets a new
Datasource
> > assigned so I can fill out a combobox with the OrderingItemsList
and
> > change the search.
> >
> > Is there some message I need to trap, or how is this done?
> >
> > Rick
> >