I have the follwing code but cannot get to compile:
serv = "njros1nap2020"
app = "webchat\iLi\cvcchatlog.nsf"
Dim db As NotesDatabase
Set db = Session.CURRENTDATABASE
Set db = New NotesDatabase(serv,app) I get' Expected: end of statement error' at the '('character before 'serv'.
I also have the code to search Lotus Notes db as:
searchFormula$ = "'((Form = "ITAgentLogEntry") & ITLog_ConversationText != "Sample Logging" ) "
I cannot get the variable searchFormula$ to return any data. It just returns the string itself.
Any assistance that can be provided would be greatly appreciated.
serv = "njros1nap2020"
app = "webchat\iLi\cvcchatlog.nsf"
Dim db As NotesDatabase
Set db = Session.CURRENTDATABASE
Set db = New NotesDatabase(serv,app) I get' Expected: end of statement error' at the '('character before 'serv'.
I also have the code to search Lotus Notes db as:
searchFormula$ = "'((Form = "ITAgentLogEntry") & ITLog_ConversationText != "Sample Logging" ) "
I cannot get the variable searchFormula$ to return any data. It just returns the string itself.
Any assistance that can be provided would be greatly appreciated.