Live Scores
Shareware
Movie Stars
Programming
Multimedia
Mobile
Database
Enterprise
in
Lotus Notes
Internet / Email
(Entire Site)
Questions and answers to issues related to Software: Business, Database, Firewalls, Office, Graphics, Security, System, Server.
»
Internet / Email
»
Email
»
Email Clients
»
Lotus Notes
»
lotusscript search
lotusscript search
Can someone please let me know if the method db.search() in lotusscript is case sensitive. If so what can I do to make it ignore case sensitivity?
Solution: lotusscript search
In the Search method you use Formulas as you use in View selection.
Say if you wanted to search for Field Product containing Electronics, then you have to use this formula in your search
SearchStr = {@UpperCase(Product) = "} + Ucase(doc.ProductSelected(
0)) + {"}
db.Search(SearchStr, nothing, 0)
~Hemanth
Popular Tags
Tags:
6.5
access
address
agent
attachment
cannot
database
document
domino
email
error
excel
field
file
formula
IBM
lotus
Lotus Notes
lotus script
lotusscript
mail
notes
nsf
outlook
server
smtp
vba
view
web
Browse All Tags