85 | Full DOM support in the Lotus Notes clientChris Toohey537 - 27 2007 (1) Wouldn't it be great if we had full, complete DOM (Document Object Model) access to Notes design elements? A quick example, first thing I could think of: A passthru <label> that I could use javascript to check the class to see if ... |
31 | Lotus Script Debugger - debug only selected objectZoltan Szabo4806 - 17 2011 (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 ... |
23 | Option to embed Flash moviesPatrick Kwinten21943 - 14 2009 (2) my 'rich client' does not seem to be so rich. i guess (adobe) flash has become quiet a standard for the web. why not make it a standard object that can be embedded for the Notes client? |
22 | Open class/object in new tabPeter Presnell26400 - 05 2010 (1) When editing a LS, JS, or SSJS library that contains multiple classes/object I would like the ability to open a specific class/object in a new tab. This would allow me to work on two (or more) classes/objects at the same time and not lose my current place when I switch ... |
18 | Expose FTI properties to LotusScriptStephen McCulloch513 - 17 2010 (1) The only FTI properties of notesDatabase exposed to LotusScript are .FTIndexFrequency, .IsFTIndexed, .IsMultiDbSearch and .LastFTIndexed. The methods, CreateFTIndex(), RemoveFTIndex() and UpdateFTIndex() also exist. Yet the Notes Client UI shows Count unindexed documents, Size, and the FTI settings for Case sensitivity, index breaks, index attachments and index encrypted fields. ... |
-10 | Make Subforms ObjectsRobert Shaver140 - 01 2008 (4) I want to be able to include the same subform on a form multiple times. For exampe if I were making a billing system it would require several addresses; order address, billing address, shipping address. Then I could build one subform; address. Then I could include it three times, ... |