Hi All,
i am trying to import some data from a lotus notes db. problem i'm having is that every time i run the code i get a password prompt.
this is what i'm trying...
..but i still get the prompt.
can anyone help. thanks.
spin.
i am trying to import some data from a lotus notes db. problem i'm having is that every time i run the code i get a password prompt.
this is what i'm trying...
Code:
Dim s As New NotesSession
Call s.Initialize("cheque")
..but i still get the prompt.
can anyone help. thanks.
spin.