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. |
46 | Option to import into a rich text field directly from memory, bypassing a file |
44 | Tools - DXL Utilities - Importer |
35 | Add programmatic support for exporting to and importing from .eml format |
30 | Add NotesDocument.ImportPeter Presnell26400 - 22 2009 / (4) Presently the only way to import an attachment into a richtext field using LotusScript is using the foreground NotesUIDocument.Import method. Like many foreground methods this is messy as it requires the document to be open on the user's screen, can be interupted via keystrokes, causes the imported text to appear ... |
24 | importing Shared Resources including the path namesPatrick Kwinten21943 - 16 2007 / (3) when copying the files for Ext. files into a database I realized how nice it would be to be able to import multiple files at once and have the option to 'save' or 'store' the pathname into the name of the resource. nowadays you select multiple files and after importing ... |
23 | NotesRichTextItem.ImportFile() to import a file to a specified (richtext) fieldKenneth Axi1679 - 04 2011 / (0) Today when You need to import a file to a NotesDocument, the only way is to go through the NotesEmbeddedObject class, which will result in the attachment to be placed at the bottom of the form. I would like to see an improvement so that I can import any file ... |
-8 | Prevent unauthorized document creationBill Hanson178 - 10 2008 / (5) Notes provides several security mechanisms to prevent unauthorized users from creating documents. First and foremost, we have the database ACL, which controls access at the file level. If all forms in the database have the same security requirements, then security is simple - just assign the ACL level and privileges ... |