Subject | Re: [IBO] IB_lookuplist box inc search does not work |
---|---|
Author | Tim Meneely |
Post date | 2003-07-10T13:40:01Z |
James,
I spent too much time chasing identical behavior earlier this week. My issue
was evidentally a data problem.
I used typical trial-and-error techniques: I tried to reproduce it with a
different set of data, and couldn't, so I copied the data to a new column,
etc, etc.
Finally - in my case, which is no doubt different from yours - when I tried to
make a copy of my data into a column with "not null" Firebird gave me an
error - I guess I had managed to embed a null value where I didn't know about
it, and it was screwing up the search.
So the moral is: Check your data before you spend too long pounding on IBO.
Tim
I spent too much time chasing identical behavior earlier this week. My issue
was evidentally a data problem.
I used typical trial-and-error techniques: I tried to reproduce it with a
different set of data, and couldn't, so I copied the data to a new column,
etc, etc.
Finally - in my case, which is no doubt different from yours - when I tried to
make a copy of my data into a column with "not null" Firebird gave me an
error - I guess I had managed to embed a null value where I didn't know about
it, and it was screwing up the search.
So the moral is: Check your data before you spend too long pounding on IBO.
Tim
On Thursday 10 July 2003 02:57 am, james_027 wrote:
> > > I have the orderlinks and searching links set, and in my
> > > ib_lookuplist I have set allowincsearch to true. What happen is
>
> this
>
> > > at first I can see which row is currenctly highlighted or
> > > selected ... after pressing a key then press enter (because I
>
> didn't
>
> > > set the incsearch to true) the selected row has disappear and it
> > > looks like the dataset.eof has become true.
> > >
> > > what should I do to make it work right.