Hi all, i have a requirement to transfer data to another application using the clipboard, and this must be in the form of a text file, rather than as a piece of text. I can find plenty of examples of copying text to the clipboard using LS, but not files.
I am looking to find the appropriate functions within lotusscript - I suspect calling the Windows API, to create the text document on the windows clipboard. Has anyone got any sample code they have used that they are willing to share? The process would be to get selected document, create a text file using the field contents of the Notes document to create the filename and content - save this as a temp file⦠(this I can do with no problem), then to copy this file to clipboard and remove/delete the original text file created.
Any help much appreciated.