How to change the default Search Type in the thin client.
Version: 11.00
Article ID: PE000013
Description
Summary
You can edit the SearchCriteria.ASP page that is located in Program FilesDigitech SystemsPaperVisionWebServer. This change needs to take place around line 124 , the two examples below show what needs to be changed for each search type:
To set the default Search Type to “Or”:
If Trim(sSearchType) = "" Then sSearchType = "Or"
To set the default Search Type to “And”:
If Trim(sSearchType) = "" Then sSearchType = "And"