Subject | Re: [IBO] LookupCombo - seek nearest |
---|---|
Author | Helen Borrie |
Post date | 2002-11-11T04:16:46Z |
At 01:47 AM 11-11-02 +0000, you wrote:
In the ColumnAttributes *for the open-case column* set the CASE INSENSITIVE
attribute to true AND name the proxy column in the field alongside
it. That's all you have to do to get the high-performance case-insensitive
search on the open-case column.
The other parts of implementing this are, of course, to create the proxy
column, to write the two triggers for populating it and to index it.
Helen
>OK, thanks for another thorough reply!Yes, that's exactly right.
>
>Are you saying though, that once set up, the user will see the open-
>case data in the combo, but when certain letters are hit, it uses
>the upper-case column for selection?
>I'm getting a little confused, but will definately give it a try.
In the ColumnAttributes *for the open-case column* set the CASE INSENSITIVE
attribute to true AND name the proxy column in the field alongside
it. That's all you have to do to get the high-performance case-insensitive
search on the open-case column.
The other parts of implementing this are, of course, to create the proxy
column, to write the two triggers for populating it and to index it.
Helen