I want to create a button in form. This button should create a new window where user can write somehing (text). After writing user clicks ‘OK’ and text-box should close down and back to the form. This text from text-box should be added to the form as an attachment.Can somebody help me with this? Thanks a lot
Krzysiek
Subject: Adding attachment in forms
Because an attachment is a separate entity outside Notes, you are better off launching an application (like Notepad) in the foreground, and then attaching the file that’s written. Otherwise, you have to get the input from the box, write it out to a file, close that file, then attach it.
HTH
Subject: RE: Adding attachment in forms
But my problem is to attach this file by clicking a button. After click I can launch something like Notepad but I have to do the button, which autmaticly attaches this file after saving.