Hello,
Can anybody help me, I need to create a hotspot button (lotus script) that will automatically create location for the users when they click on it.
Does anybody have that script?
Thanks
Hello,
Can anybody help me, I need to create a hotspot button (lotus script) that will automatically create location for the users when they click on it.
Does anybody have that script?
Thanks
Subject: Creating location using lotus script
Although I dont have a script ready that will fit your needs, I believe you can write your own in a simple way…
From the Notes.ini read the variable “Names=” and get the first element (usually “names.nsf”)
create a new document (NotesDatabase.CreateDocument)
Set all the fields and adjust the content as you need it…
Remark: check if a document with this name already exists, otherwise the user will get a new document each time they click on the button.
Subject: RE: Creating location using lotus script
Thanks, i will work on it.