Many Thanks chiph and strongm for your replys
I've tried to access notes with the notes.ini file in the c:\notes directory and again with the notes.ini file in the c:\winnt\system32 directory both came up with the error that the administration program could not be run when I tried to run notes...
Sorry typing error in my previous response
stongm
I open notes using a shortcut on the windows toolbar
which has the following
Target c:\notes\notes.exe
Start in x:\notes
Thanks for your response
Jas
stongm
I open notes using a shortcut on the windows toolbar
which has the following
Target c:\notes\notes.exe
Start in h:\notes
Thanks for your response
Jas
Hi Craig
I've tried the code you gave
Dim Session As Object
ChDrive "x"
ChDir "x:\notes"
MsgBox (App.Path)
Set Session = CreateObject("Notes.NotesSession")
and the messagebox return x:\notes but unfortunately I still get the error message...
Thanks for the info.
I've put this in the code but VB still look for the notes.ini file in the c:\WINNT\system32 directory
When this line of code
Set Session = CreateObject("Notes.NotesSession")
is executed, I get the following error message
The NOTES.INI file cannot be found on the...
Hi, here's a sample copy of code
Private Sub Command3_Click()
Dim sDatabase As String
Dim sServer As String
Dim sWindowsPath As String
sServer = "UK_RLT/AS/RTY"
sDatabase = "Mail\rtl101.nsf"
Dim Session As Object
ChDir...
Thanks for your email Craig,
The commands you've posted to change the drive and directory will come in very useful.
Unfortuately the vb program must be looking at the system path in the windows registry (which I cannot change), because even though I've changed the current path to x:\notes...
Many Thanks for your reply.
I'm trying to get VB to send a message through Lotus notes.
The only problem is when I try to run it the program looks for the notes.ini in the c:\winnt\system directory and errors saying it cannot find this file as it exist on another drive x:\notes. The c:\ is read...
Please could anyone let me know if it is possible to change the path of the system directory in a program which VB picks up from the registry, and what code is required
Thanks
When a user previews a report with several subreports on(say 5 subreports) and views a page with data from sub report 2 if he clicks on the page and clicks refresh, it seems to only refresh the data up to sub report 2.
Can you let me know if there is anyway to get the report to refresh all the...
When I preview a report which has many subreport on it and
I am previewing a page which has a sub report on. If this is the say the 3 subreport on the preview the other sub report do not seem to refresh where I try to refresh the data. Please could you tell me if there is a way I can get all...
I have 3 reports that i want to combine to 1
all 3 have the same data and 2 of them look exctly the same
except 2 fields but 1 report has 2 subreports in it on the haeder.
how do i combine those 3 together to be the same report only it changes with the click event
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.