swampy
|
| Posted: 08/12/2002, 8:41 AM |
|
I've read the forum postings on how to highlight search results in CC. I was wondering how it could be done in CCS. I use ASP2 with templates. Any help will be greatly appreciated.
|
|
|
 |
Nicole
|
| Posted: 08/13/2002, 7:10 AM |
|
Hello,
the approach is the same for CCS.
Place the code from CC form Open event to CCS form Before Build Select event.
Instead GetParam() use CCgetParam(), to replace Where clause use code:
EventCaller.Where = "new value"
The code from CC Before Show event put into CCS form Before Show Row event. To assign new value for the field name use code:
form_name.field_name.Value = "value"
|
|
|
 |
|