IJ
|
| Posted: 03/03/2003, 5:04 PM |
|
I am wanting to perform a search on the first letter of a title of my title field in a table...I can perform a keyword search and obtain results in that manner, but I would like to search and return results based on the first letter of the title. What would be the best way to accomplish this? I am using CCS.
|
|
|
 |
Edd
|
| Posted: 03/03/2003, 10:38 PM |
|
In your grid the parameters for the grid defaults to "Like '%{SearchField}%'"
Remove the first '%' so it is "Like '{SearchField}%'"
Hope that helps.
Edd
|
|
|
 |
IJ
|
| Posted: 03/04/2003, 6:59 AM |
|
Thanks for the response, but I cannot seem to find the line that you referenced above...I looked through the code and did not come across it...could you give me an approximate place and which page...is it included on a common page or the search/grid pages?
Thanks.
|
|
|
 |
IJ
|
| Posted: 03/04/2003, 1:04 PM |
|
Appreciate the steer in the right direction...found the information I needed and now have it working...appreciate the help.
|
|
|
 |