50 | Disable-when Formula for Action Buttons/Menu ItemsRandy Smith3794 - 30 2007 / (0) For action buttons and menu items, include a "Disable-when" formula that would work similar to the "Hide-when" formula for these controls. The difference being that the "Disable-when" formula would display a grayed-out, disabled control when the formula evaluates to true. In most cases, if you don't want a user to ... |
48 | Computewithform failure caused by [FIELD]Jared Jones248 - 08 2008 / (0) When the computewithform method returns an error, have it also return which field caused the error. |
46 | Display Column Header as IconRandy Smith3794 - 08 2008 / (0) The column property "Display values as icons" is not only useful for providing users visual clues, but also for saving screen space on the view display. Displaying a column header as an icon would also be useful for saving screen space. You can do this for Notes views displayed in ... |
37 | Add @GetProfileField and @SetProfileField to x-pages formula languageGernot Hummer685 - 27 2009 / (0) It would be very convenient to have these two formulas available for quick access to profile field values. |
29 | Lotus Designer script debugger window vertical split Zoltan Szabo4849 - 23 2011 / (0) 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. |
23 | Watch List of variables in DebuggerZoltan Szabo4849 - 25 2011 / (0) + add a "Watch List" of variable ans objects. When we debug and app, not interested in all of variables. So important variables and objects (not only the view or document or ..., but their properties: like myDoc.myItem.Values, or myDoc.Authors) can be added to a ... |
22 | Error Handling for default Domino errorsGarth Thomas143 - 21 2011 / (0) Currently when error occur during input translation and/or validation steps such as "Unable to interpret Date or Time", etc. it can be hard to determine the field which is giving rise to the error especially in large or complicated applications. It would be really useful if we could have ... |
22 | Allow view simple/formula actions to run on selected documentsRandy Smith3794 - 14 2007 / (0) For agents, you can configure document selection and/or specify the target for the agent (all documents, selected documents, etc). However, for action buttons in the view action bar, most of the simple actions and formula code act only on the highlighted (caret) document in the view, regardless of whether you ... |
17 | Add refactoring tools for LotusScript Eclipse editor similar to those available for other languagesEmily Graham321 - 18 2011 / (0) Having used DDE to write Java and used various incarnations of Visual Studio, I really miss some of the refactoring tools when I come back to writing LotusScript in DDE. I would particularly like to see the 'Extract Method' function become available. This is where a section of your ... |
15 | add LSUTCTime property to NotesDateTimeMike VandeVelde373 - 27 2010 / (0) Similar to LSGMTTime and LSLocalTime, it would be nice if it was easier to get a UTC formatted date. (ps It would also be nice to fix LSGMTTime so that it returns a time component when it works out to midnight. This would make writing our own UTC functions, among ... |
14 | Add YesToAll Button for MessageBox StatementRandy Smith3794 - 09 2007 / (0) In the options for buttons to include in a MessageBox statement, provide one or more button choices that include a "Yes To All" button. For example, add the following button type options: Yes, Yes To All, No (MB_YESYESTOALLNO) Yes, Yes To All, No, Cancel (MB_YESYESTOALLNOCANCEL) ... |
4 | Extend the NotesDatabase class to have a CreateFolder methodKen Haggman579 - 05 2011 / (0) 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 ... |
-2 | View last indexed or view last accessed informationDave Navarre402 - 20 2011 / (0) It would be useful to have the list of views in the Designer client either display the "Last Indexed" date or the "Last Accessed" date, which are already stored and accessible in the properties, in a column, so that it is easier to determine which views are no longer used and ... |