Thanks!! That works just fine. I will also add that if Notes is not open, it will prompt for the password and still work without opening Notes.
Here is what I used:
Dim session As Object
Dim db As Object
Set session = CreateObject("Notes.Notessession")
Set db = session.GetDatabase(""...
I have found out that you can use the following if you know the password.
Session.Initialize("password")
But this will be used by others and I cannot hardcode in everyones passwords, and I want to eliminate the need for them to be bothered with the login if they already have notes open. Not...
I am trying to access a lotus database to read some data via vba code, but it keeps prompting me via a dialog box to enter the lotus notes password. I would like to bypass it. Anyone have any ideas?
Here is my code:
Dim session As New NotesSession
Dim db As NotesDatabase
Dim dc As...
I have two image maps that work fine individually.
One is body.map, and the other is head.map.
What I am trying to do is to put both of them together.
The first image map (body.map) comes up and you will click on the head area. This is linked to the head.html that has the head.map in it...
I am not sure how to do this and need a little help.
I have been using some script for a Tabbed Interface I found on the net. The script example and process can be seen at the link below:
http://www.devx.com/gethelpon/10MinuteSolution/16463/0/page/1
I have incorporated that script as a form...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.