Subject | Re: [IBO] IncSearch and Dataset |
---|---|
Author | Rick Roen |
Post date | 2005-07-06T20:50:52Z |
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:
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.[mailto:IBObjects@yahoogroups.com]On
> Please tell us more details.
>
> Jason Wharton
> www.ibobjects.com
>
>
> > -----Original Message-----
> > From: IBObjects@yahoogroups.com
> > Behalf Of Rick RoenDatasource
> > 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
> > assigned so I can fill out a combobox with the OrderingItemsListand
> > change the search.
> >
> > Is there some message I need to trap, or how is this done?
> >
> > Rick
> >