Is there's a way to prevent the users form an Notes application to Visualise or Launch an embedded object so they'll only have the option of saving it ? I hope I'm clear enough
Ask for more informations if you need some
Thanks
Thx, but I wanted to know, if there's a way to enforce the workspace as the default welcome page for Notes. I know you can do it manually with the action "Set bookmark as welcome page"
But where in Notes is this preference's kept ?
Hope I'm a little more clear
I need to know if it's possible to set a default welcome page (workspace) with script or in any other way in Lotus Notes v6.5.
I don,t know if I need to edit any INI file or to design any special database like desktop.sdk...
Thanks.
Is it possible to have an agent being executed when the user press the "Enter" key while in a certain field ? I have to specify that we are in native Notes (not it's Web form)
Is it possible in a view to give focus to any new document that was created ?
I have a view X and I create a document Y that will appear in the view X. Is it possible that the document Y will have the focus (or whatever it is called in Notes) once we return to that view Y ???
Hello,
I need to store all the values of a view's column in an array variable so I can perform certain operation with an agent. Is there's a way to do that in LS ?
If I'm totally unclear, just tell me I'll provide further explanations
thx in advance
I need to know if it's possible to add arguments in a URL the URL command OpenDocument to specify the form to use.
ex.
notes://server/database/view/UNID?OpenDocument&Form="form"
Or something like that...
maybe I'm dumb, but I can't seem to be able to get rid of my field with remove or removeitem methode...
Dim session As New NotesSession
'création des nécessités
Dim workspace As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Dim view As NotesView
Dim docEcran As NotesDocument...
that was not my problem really. My problem is passing all the values of the Name field. I can pass them one by one that way :
uidoc.document.les_membres(0) for exemple
so if I have to pass all thoses values, I need to know how many of them I have to pass, so I can do a simple For like this...
no they aren't on the same form
Dim w As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = w.CurrentDocument
Dim i As Integer
Dim var As String
Dim UIDoc2 As notesUIDocument
Set UIDoc2 = w.ComposeDocument("","","Courrier")
'Remplir les champs du...
I need to pass all the name that are in the name field "invites" to another name field called "CopyTo", but I'm not very familliar with LS so I don't know how to do.. I tried
UIDoc2.FieldSetText("SendTo",uidoc.document.invites)
and...
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.