Creating location using lotus script

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…

  1. From the Notes.ini read the variable “Names=” and get the first element (usually “names.nsf”)

  2. create a new document (NotesDatabase.CreateDocument)

  3. 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.