Date Posted:
Product: ChemBioOffice Enterprise
Product: ChemBioOffice Enterprise
Problem:
When I do a search, I am getting more hits than I want. For example, if I search for 50-1, I get 50-10, 50-11, etc. How can I make this value absolute?
Solution:
If you are searching on a text field, you must be sure to use the "=" operator. For example, you would type: =50-1 to find the exact value.
In COWS 2000a, there is a parameter that can be changed in the ShowInputField routine that will force the search of the field to be "=" without haveing to enter it (the fifth parameter is set to "3" to get this).
Edit the GetRelStrWhere function in search_func_vbs.asp. Add a case "3":
strFieldDelimeter = ""Then in the ShowInputField routine enter "3" for the fifth parameter.
strOrgOperator = "="
Comments
0 comments
Article is closed for comments.