VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Connect to Lotus Notes View using COM and Loop through records

Todd Walling  (3 Submissions)   OLE/COM/DCOM/Active-X   Visual Basic 3.0   Beginner   Wed 3rd February 2021

This piece of code allows you to connect to an existing Lotus Notes View using COM and Loop through the records within that View. This is simple, but for those people out there that deal with Notes and SQL Server/Access databases, then this is a must. Very easy to manipulate.

Inputs
None.

Assumes
Be sure to reference the Lotus Domino Object!

Returns
Nothing.

Side Effects
None that I am aware of.

API Declarations
' Declare Notes COM variables
Dim n_Session As New Domino.NotesSession
Dim n_Database As New Domino.NotesDatabase
Dim n_Document As NotesDocument
Dim n_ViewEntry As NotesViewEntry
Dim n_View As NotesView
Dim n_ViewNav As NotesViewNavigator
Dim l_TestVariable As String

Rate Connect to Lotus Notes View using COM and Loop through records (3(3 Vote))
Connect to Lotus Notes View using COM and Loop through records.bas

Connect to Lotus Notes View using COM and Loop through records Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters