42 | NotesUIDocument closewithoutsave methodMelissa Snell1668 - 05 2009 / (0) I would like to be able to call NotesUIDocument.close with a parameter that means that the user won't get the 'Do you want to save' message. This message is not always appropriate if this is a cancel button or if you are trying to close a new document post open ... |
41 | Support UIDoc Refresh from an Embedded ViewOndrej Kostruh1369 - 26 2008 / (0) Call uidoc.refresh form an action button in embedded view reliably crash the Lotus client - in every version I have tried. There is much usage for this. |
29 | IsValid property for NotesUIDocumentMelissa Snell1668 - 05 2009 / (0) I would like a propery for NotesUIDocument IsValid that is the equivalent of @isvalid in formula language i.e. returns true if all the input validation formulas return True. |
25 | Detect when UI-document are in Dialog modeTo unify the use of code and design elements (Subform) is sometimes useful to know we are in dialogue or not. Example: Subform used as embedded (checking for filling in the fields needed on QuerySave) and as a dialogue (on QueryClose). I propose to add a property IsDialog as Boolean ... |
10 | Remove Err=4411 from NotesUIDocument.Save methodGeneration of this error is useless, it also hinders. All error handling should be done in the proper place - on QuerySave.
I propose that the Save method returns the result as Boolean, it's would be very convenient and usefull. |