90 | Enable Lotusscrupt classes to import images on backendCarl Tyler5343 - 31 2007 / (0) 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. |
47 | Option to import into a rich text field directly from memory, bypassing a fileSlawek Rogulski9372 - 21 2007 / (0) When I dynamically generate HTML I would like to be able to import it directly from the memory buffer where I created it such as a string variable or a NotesStream, etc. I see no need for me to have to create a temporary file to do that. And ... |
45 | Tools - DXL Utilities - Importer Martin Vereecken1895 - 05 2007 / (0) In Designer it is possible to select a design element and choose to export it (see screenshot). Why isn't it possible to import a design element this way? The import we have to code ourselves... If this is standard functionality, it would be a lot easier for developers to ... |
35 | Add programmatic support for exporting to and importing from .eml formatBas van Gestel2994 - 07 2010 / (0) Now that drag and drop support of .eml messages is in place, it would be great if this function was also (natively) available through @Command([FileExport]) and NotesDocument.Export(). |
30 | Add NotesDocument.ImportPeter Presnell28487 - 22 2009 / (0) 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 Kwinten21314 - 16 2007 / (1) 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 ... |
24 | NotesRichTextItem.ImportFile() to import a file to a specified (richtext) fieldKenneth Axi2537 - 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 Hanson179 - 10 2008 / (0) 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 ... |