317 | Full DXL round-trip of DESIGN ELEMENTS |
316 | Hide-When Formulas - Improve visibility in Domino Designer |
213 | Programmable embedded views |
189 | Table enhancementsPaul Davies12321 - 06 2007 / (15)
|
179 | Locate field in DesignerStarrow Pan4204 - 15 2008 / (12) It's always a tedious job to find a field given its name especially when the form was designed by someone else and even so when it's a complex form. An intuitive way can be to sort the fields alphabetically in the object list (also display the fields and other elements ... |
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 ... |
151 | Show LotusScript-changes in rich text fields immediately |
146 | Increase the Lookup/Storage Limit (32KB / 64 KB)Rajeev Menon3648 - 11 2007 / (5) All know that dblookup has a limit of 64KB. If you have a computed for display field which does a dblookup to return more than 32KB of data, it will throw an error. A View Column can display only a max of 32KB of data from a document. A document ... |
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. |
134 | Regular ExpressionsDomino Developers should be able to use Regular Expressions within LotusScript (without VBScript) and/or formula language. If we could also have the option to use Regular Expressions in the db.search and db.ftsearch... that would be perfect! |
131 | Refresh rich text without having to open and close document |
130 | Bring us back the Formula DebuggerWerner Novak1151 - 07 2008 / (6) Please bring us back the @formula debugger !!
Local and Remote Debugging !! |
118 | XPages - Native support for RDB access |
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 ... |
107 | Replication-based events |
105 | Right click 'Run on server' on agents in DesignerUlf Grindstad2124 - 20 2008 / (7) I want to right click on an agent, and tell it to run on server now.
It's tiresom to wait for the Agmgr to kick in on a scheduled agent. |