Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing the NotesSession Object in Lotus Notes
Message
From
15/11/2001 10:23:59
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00581093
Message ID:
00582073
Views:
25
I have another issue at hand:

Before an email is sent, I need to check the email address (stored in a variable) against the database (names.nsf) to make sure it is valid.

loNotes = CreateObject("Lotus.NotesSession") && create notes session
loNotes.initialize("password") && initialize session
loDb = loNotes.Getdatabase("//server090/M/DCF","names.nsf")
>>I get an error when i try to get the view "the database is not open"
loContact = loDb.GetView("People")

1.What logic should be used to perform this check and would be faster (i.e.,copy the view to the local machine and check against that or check agaist the database, names.nsf,directly on the server)

You seem to be the Expert with Lotus, so thank you for sharing your time and knowledge!

TIA
>> WES
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform