![]() |
Sergey Kornilov admin 9/3/2005 |
You can modify ..._search.asp file for this purpose. Sub WriteSearchOptions(sFormat, sValue) Response.Write "<input type=hidden ID=""SearchOption"" NAME=""SearchOption"" value=""Equals"">" End Sub |
|
501240 9/3/2005 |
Thanks for that................ |
![]() |
Sergey Kornilov admin 9/5/2005 |
To hide this column you need to do the following for each field on the search page. Se my changes in bold: <td width=0> <% call WriteSearchOptions(GetEditFormat("FieldName"), Session("SearchOption_" & strTableName & "_FieldName")) %> </td> |