I need to open a Lotus Notes database on a thumb drive using LotusScript. Is there a way to do this? OR does the database have to be in a path subordinate to my data folder?
Thanks,
Jack
I need to open a Lotus Notes database on a thumb drive using LotusScript. Is there a way to do this? OR does the database have to be in a path subordinate to my data folder?
Thanks,
Jack
Subject: Just use the full path
As it says in the online help e.g.
Set db = session.GetDatabase(“”, “V:\Temp\ZZZ.nsf”, False)
Subject: Just use…
Yup! Worked like a charm! Musta taken my dumb pills last week.
Thanks,
Jack