Tommy
|
| Posted: 06/05/2002, 10:10 AM |
|
I'm using the release version of Studio.
If I use the application builder, there's a search option 'Use single
keyword field for text and memo fields on Search'.
I can't find where to select this option anywhere else. I'm trying to use
this single keyword field search within an app that's already built.
If anyone can lend a hand, I'd appreciate it!!
Thanks!
-Tommy
|
|
|
 |
Nicole
|
| Posted: 06/06/2002, 12:05 AM |
|
Tommy,
if you’re using wizard to create search form just select 'OR' operation and add all fields you want to search on. CCS will generate all necessary code and WHERE clause.
In case you want to modify existing form, remove rows from search form and left only one. Then modify WHERE parameters for results Grid form. Open DataSource dialog and check each Where condition to be assigned to correct field with proper data type but it should refer to one URL parameter.
|
|
|
 |
Tommy
|
| Posted: 06/06/2002, 4:04 AM |
|
I appreciate it!!!
-Tommy
|
|
|
 |
|