ckroon
Posts: 869
|
| Posted: 06/23/2006, 11:22 PM |
|
Hi all.
I have a serach grid that filters out locations according to region: North, West, Northwest...etc.
The problem I am having is that when I filter for North, it brings up all the Northwest and Northeast locations. Where can I go to specify that it should match the exact word in the search field?
Thanks!
_________________
Walter Kempees...you are dearly missed. |
 |
 |
DonB
|
| Posted: 06/25/2006, 11:45 AM |
|
The grid to which the Search form returns. The Data Source of that grid
will have a Where parameter specifying s_parametername Starts With (or
Contains) somvealue. Change it to '=' for an exact match.
--
DonB
http://www.gotodon.com/ccbth
"ckroon" <ckroon@forum.codecharge> wrote in message
news:2449cda2e46e79@news.codecharge.com...
> Hi all.
> I have a serach grid that filters out locations according to region:
North,
> West, Northwest...etc.
> The problem I am having is that when I filter for North, it brings up all
the
> Northwest and Northeast locations. Where can I go to specify that it
should
> match the exact word in the search field?
>
> Thanks!
>
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
ckroon
Posts: 869
|
| Posted: 06/26/2006, 8:00 AM |
|
Thnaks Don!
_________________
Walter Kempees...you are dearly missed. |
 |
 |
|