Why doesn't this work?!!
dim ndc as NotesDocumentCollection
searchFormula$ = {Form = "Region"}
Set ndc = db.search(searchFormula$, 0)
db.search should return a notesdocumentcolletion, and ndc is a notesdocumentcollection - I practically copied this out of the example in the help file, so why won't it work!?
I have very little hair or cigarettes left by now...
dim ndc as NotesDocumentCollection
searchFormula$ = {Form = "Region"}
Set ndc = db.search(searchFormula$, 0)
db.search should return a notesdocumentcolletion, and ndc is a notesdocumentcollection - I practically copied this out of the example in the help file, so why won't it work!?
I have very little hair or cigarettes left by now...