177 | Create empty NotesDocumentCollectionRandy Smith3883 - 30 2007 / (19) LotusScript needs a method for creating an empty NotesDocumentCollection object. Many of us have "silly looking" techniques to create an empty collection anyway. A sort method for a NotesDocumentCollection would also be nice. |
163 | @IsRichTextEmpty and LotusScript/Java equivalentsBen Langhinrichs6949 - 05 2007 / (6) Even having a rough way to do this in Midas, I would really like to see a simple @formula (and matching LotusScript) method for determining if there was anything in the rich text. Even better would be if it took an argument that specified whether whitespace was included, so you ... |
144 | Finding unused Variable names in Lotusscript |
137 | Custom @FunctionsCarl Tyler5326 - 08 2007 / (8) 1-2-3 has a feature where you can create a new @function based upon a lotusscript function. I would like to see the same feature in Notes/Domino. Allow me in the Database script library to create a lotusscript function and mark it as being available as an @function within that database. |
115 | Add GetHTML Method to NotesRichTextItem ClassSean Burgess5146 - 09 2007 / (5) We already have GetFormattedText and GetUnformattedText, but what would really be helpful is to have a method that spits out the contents of a Rich Text field as HTML. It should be no more and no less than what happens when you send an email to an outside user. That's ... |
111 | Function to test for an empty List (LS)Stan Rogers1135 - 13 2007 / (7) There ought to be a better way of checking for an empty List than checking for a no-op Forall or trapping error 120. Perhaps extending IsEmpty to cover? I'd find that particularly helpful with class coding, when I'd often like to defer populating a List member until the first call ... |
110 | Work with attachments in LotusScript without detachingSlawek Rogulski8789 - 29 2007 / (8) Especially when I have an XML type attachment or some text attachment I would like to be able to work with it directly inside script. I don't want to have to detatch the attachment. If I process some XML and end up changing it I woud like to be able ... |
104 | Add color to the lotusscript debugger screenUse color in the debugger as it is seen in the editor. We often spend enough time viewing our code in color that when we get to the debugger, the plain black and white makes it harder to recognize certain parts of your code. |
89 | Enable Lotusscrupt classes to import images on backendCarl Tyler5326 - 31 2007 / (7) Very often I have the need to import a graphics into a Domino rich text field. Example JPG or GIF file. Currently there are no backend classes to do this. There should be a simple Lotusscript function to enable this, and allow for options like resize and rotate on import. |
85 | Sort DocumentCollection in LotusScriptUlf Grindstad2124 - 13 2007 / (2) We need the abbility to sort Document collections,
like NotesDocumentCollection.Sort(FieldName). |
84 | Add method overloading to LotusScriptThomas Bahn3659 - 03 2007 / (0) In OO languages you can usually create more than one method with the same name, but different signatures, that is different sets of parameters. This is called method overloading. This way you could e.g. create more constructors (one without, the other with parameters) or overload a method like add ... |
81 | Allow collapsible comments in lotus scriptCode comments in lotus script should explain the purpose of the code as well as any modifications made to improve functionality or resolve bugs. As comments become ever longer their embedded nature is an impediment to the codes readability. I think the domino designer should have the ability to make comment blocks ... |
79 | Extend Notes Classes |
75 | Sort subs and functions in alfabetical order in the object pane |
75 | Provide a real PDF engine for Lotus Domino applications.Alberto Ernestini852 - 15 2009 / (3) It's since some years that i build PDF files "Server Side" from Lotus Domino applications both on Notes Client and Web without using any extra commercial application.The actual Lotus Symphony hasn't the full support of OpenOffice API so i am sure that on the future it will be in that ... |
64 | Allow agents to return a value |
64 | List warnings when compiling LotusScript code |
60 | Lotusscript Classes for Open Document Symphony InterfaceSudhish Jayaswal956 - 27 2007 / (2) As Symphony is now integrated into Notes Client, it would be great, if a Lotus Script Class library could be provided. With greater integration between Notes Document Fields data exchange to Symphony documents. |
59 | NotesView.AllDocuments property for LotusScriptMelissa Snell1761 - 12 2008 / (1) I would like an 'AllDocuments' property that would return all documents in the NotesView. This would work in a similar way to the "AllEntries" property for the NotesViewEntryCollection.
So you would be able to code:
Set view=db.getView("MyView")
Set col=view.AllDocuments
etc. |
57 | Change 'Printer Driver' from Lotusscript |