Subject | Re: [IBO] How use SearchMask with TIB_LocateEdit |
---|---|
Author | Carlos Daniel |
Post date | 2011-12-09T10:37:27Z |
Hi Jason,
My question is... is possible use the "TIB_IncSearch" or "TIB_LocateEdit" to find a record having only one piece of information?
See the example...
My registration has three people...
1 Sarah Holmes
2 Jonny Bravo
3 Peter Gomes
But my research is only from the surname..
With the components mentioned, i see what they can find records based only on the beginning of the name with the same effect as "starting with" present in SQL, but how to have an effect similar to "containing" noting in SQL?
Thanks
Carlos Daniel
My question is... is possible use the "TIB_IncSearch" or "TIB_LocateEdit" to find a record having only one piece of information?
See the example...
My registration has three people...
1 Sarah Holmes
2 Jonny Bravo
3 Peter Gomes
But my research is only from the surname..
With the components mentioned, i see what they can find records based only on the beginning of the name with the same effect as "starting with" present in SQL, but how to have an effect similar to "containing" noting in SQL?
Thanks
Carlos Daniel
--- In IBObjects@yahoogroups.com, "Support List" <supportlist@...> wrote:
>
> Hi Carlos,
>
>
> > I am working better with TIB_LocateEdit, but when i need find something
> > with mask i donĀ“t know how to do this, does anybody knows how to do this?
> >
> > I need find a information with a part of information...
> > example
> >
> > Complete name -> "Sarah Hermes"
> >
> > I have "hermes" only, i need find the "Sarah"
> >
> > My TIB_LocateEdit is
> > .SearchWithMask = true
> > .LocateOptions = [lopPartialKeys]
>
>
> I think I'll need more specific information about what you are trying to
> accomplish before I can help you.
>
> Jason
>