Your company/organization has contributed: 4399 ideas | voted 106118 times | 11884 comments
Back to All ideas or select another IdeaSpace

Tag: lotusscript 

Previous12345678...Next


8

Extra CreateReplica parameter to select "Immediately" or not

Philip Jones60 - Jan 21, 2013 / Comments (1)
 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
5

DocumentCollection.search(@formula)

Vlad Sh10117 - Oct 10, 2012 / Comments (0)
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
17

Use CamelCase in content assist while editing LotusScript as before

Starrow Pan4199 - Feb 28, 2012 / Comments (0)
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.
31

Lotus Script Debugger - debug only selected object

Zoltan Szabo4806 - Nov 17, 2011 / Comments (4)
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
20

New classes for Appointments and other mail/calendar entries

Michael Falstrup856 - Oct 5, 2011 / Comments (2)
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
17

Improving Domino Designer Search

Vlad Sh10117 - Oct 4, 2011 / Comments (1)
Suggestions to improve the Search from the Designer Search menu:
  1. In the search box to add the option "Whole word".
  2. In "Scope" (Workspace, Working Set) to add "Databases" to manually select specific databases to choose from can be a specific Working Set. If the
8

Parameter [filters$] in OpenFileDialog and SaveFileDialog

Vlad Sh10117 - Sep 28, 2011 / Comments (0)
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
 
11

A more delicatied outline for lotusscript class in the eclipse-based editor

Starrow Pan4199 - Aug 4, 2011 / Comments (1)
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.
22

Debugger keep breakpoints in correct lines

Zoltan Szabo4806 - Jun 23, 2011 / Comments (5)
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.
27

Lotus Designer script debugger window vertical split

Zoltan Szabo4806 - Jun 23, 2011 / Comments (3)
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.
21

On demand enabling the LotusScript debugger

Thorsten Seidel659 - Jun 22, 2011 / Comments (2)
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
8

In the InputBox is impossible to catch click "Cancel"

Vlad Sh10117 - Jun 15, 2011 / Comments (4)
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().
4

Extend the NotesDatabase class to have a CreateFolder method

Ken Haggman575 - Mar 5, 2011 / Comments (6)
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
34

Add an optional parameter to NotesDocument.Send

Jochen Sack619 - Feb 17, 2011 / Comments (1)
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
26

Extend the NotesNoteCollection class to find design element types added after ND6

IdeaSpace: Domino Designer
Tags: lotusscript
Ken Haggman575 - Jan 13, 2011 / Comments (1)
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
39

Add a way to change Agent Type

Bas van Gestel2798 - Dec 30, 2010 / Comments (1)
 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
13

Script Debugger

Dwain Wuerfel2725 - Nov 18, 2010 / Comments (3)
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
0

Remove system error "Invalid Selection" from lotusscript function PickListCollection

Erwin Heeren1176 - Oct 7, 2010 / Comments (3)
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.
-1

Remove system error "Invalid Selection" from lotusscript function PickListCollection

Erwin Heeren1176 - Oct 7, 2010 / Comments (1)
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.
-1

Remove system error "Invalid Selection" from lotusscript function PickListCollection

Erwin Heeren1176 - Oct 7, 2010 / Comments (1)
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.


Previous12345678...Next
Username:
Password:

Welcome to IdeaJam™


You can run IdeaJam™ in your company. It's easy to install, setup and customize. Your employees, partners and customers will immediately see results.

Use IdeaJam to:

  • Collect ideas from employees
  • Solicit feedback and suggestions from employees and customers
  • Run innovation contests and competitions
  • Validate concepts
  • Use the power of "crowd-sourcing" to rank ideas and allow the best ideas to rise to the top

IdeaJam™ works with:

  • IBM Connections
  • IBM Lotus Quickr
  • Blogs and Wikis
  • Websphere Portal
  • Microsoft Sharepoint
  • and other applications.

IdeaJam has an extensive set of widgets and API's that allow you to extend and integrate IdeaJam™ with other applications.

Learn more about IdeaJam >>







IdeaJam developed by