|
|
I would love an extra parameter added to the NotesDatabase.CreateReplica method, so that the programmer can select whether to createa full replica, or just the replication stub, and allow the database to replicate fully as scheduled. So it would become NotesDatabase.CreateReplica(newServer$, newDBFile$, CreateImmediately] where the "CreateImmediately" parameter is Boolean.
You can
|
|
|
Work on the interface (XPages) - very good, but would like to not forget about the improvement of Domino API.
I beg to add the ability to search in collection of documents using @formulas, by analogy to Database.search(). The FtSearch method is inconvenient for programming and not as
|
|
|
The old LS editor inserts the API in CamelCase e.g. GetAllDocumentsByKey. The new Eclipse editor ignores the case with Getalldocumentsbykey.
Another issue is the new editor lists NotesDocumentCollection before NotesDocument.
|
|
|
The debugger should only debug the selected database and the selected event.
Everybody knows the situation when you debug a code, and you would like to read your mail, or look into the help....pressing continue button hundreed times.
Or you would like only debug a button, but you need to fill
|
|
|
I would very much like to see some new Classes or API's if you like, that makes it easier to create Appointments, Memo's and other Mail/Calendar entries, without having to remember all the speciel fields, that have to be set. Then we could create AppointMent and memos as objects and
|
|
|
Suggestions to improve the Search from the Designer Search menu:
- In the search box to add the option "Whole word".
- In "Scope" (Workspace, Working Set) to add "Databases" to manually select specific databases to choose from can be a specific Working Set. If the
|
|
|
Please do so by passing an empty string in this parameter, the methods worked as well as without this parameter, that is, display filters by default.
Now is inconvenient - you have to write the conditions for the presence of a filter like this:
If Len(sFilters) = 0 Then
|
|
|
The current outline in the eclipse lotusscript editor lists all the variables and methods alphabetically. It would be better to separate them or have an option to hide fields.
|
|
|
Keep the breakpoints in the corresct lines after the code is changed!
Now If you add a new line into the code, breakpoints are remaining in the same line number, but that is not the correct line as it was moved up or down.
|
|
|
Hi,
As screens are now mostly wide, it would be great to change the Script Debugger window to vertical split.
Left: code
Rigth: debugg info
Also when You open a large object, eg: notesDocument, then it's hard to review it, because You need to scroll.
|
|
|
It would be great to generally leave the debugger off, but to enable it on demand within a script.
I suggest a new "Option Debug" or "%Debug ON / OFF" in LotusScript that enables / disables the debugger only in this part of code (for the whole Agent / Library or
|
|
|
I suggest to return an empty string ("") only when the input field is empty and has been press "Ok".
On "Cancel" I propose to return Empty (it's possible, since in DDHelp stated: "The InputBox function returns a Variant containing a string."), then we can verify the result using IsEmpty().
|
|
|
Currently, the NotesDatabase class has no method for creation of new folders.
There is a method for creating a new view, but not a folder.
It is possible to use the C API (the folderCreate API) to do this from LotusScript - I have successfully used it on numerous occasions - but
|
|
|
Currently, when a recipient's e-mail address is ambiguous because the person is listed in multiple address books, the method NotesDocument.Send() in LotusScript, or Document#send() in Java, just fails. I wish for an additional, optional parameter to that method that allows for a more intelligent handling of that situation. For example, the parameter
|
|
|
The NotesNoteCollection class is very powerful and can be of great use in many situations. However, after ND6 nothing has been done to this class to allow it to extract design element types added after ND6.
I know that the $Flags item can be checked and that was enough to find
|
|
|
When I want to create a Formula agent, 9 times out of 10, I accidentally create a LotusScript agent first (since LotusScript is selected by default).
I end up deleting the agent and creating a new one using formula.
In previous designers you would just change the type and the warning would
|
|
|
Our admins recently created a new copy of the 8.5 mail template that I added some additional code to for automating the creation of our required connection documents and to log some user details. Well, it has been discovered that something happened to that template which caused the $RespondedTo field to
|
|
|
When you use PickListCollection in LotusScript, you cannot handle the error "Invalid Selection" when the user does not select a document from the picklist view. The error message is redundant, because the developer can handle this situation using the returned (empty) document collection.
|
|
|
When you use PickListCollection in LotusScript, you cannot handle the error "Invalid Selection" when the user does not select a document from the picklist view. The error message is redundant, because the developer can handle this situation using the returned (empty) document collection.
|
|
|
When you use PickListCollection in LotusScript, you cannot handle the error "Invalid Selection" when the user does not select a document from the picklist view. The error message is redundant, because the developer can handle this situation using the returned (empty) document collection.
|