Welcome to the IBM Collaboration Solutions Community IQJam
UsernamePassword
Reset Password | Register
   
Home | Tags | Help
Creating a file attachment without using file system 
I'm kicking around the idea of producing some automated reports, and for the sake of making it operating system neutral, and able to run with restricted access.
 
In other words, I want write a file attachment directly onto the document without touching the disc.
Domino Development / LotusScript
Tim Paque - over 3 years ago |  |  | Viewed 208 times

There are 2 answers

1votes
Take a look at the code in my Show-N-Tell (SHOW110) session from Lotusphere 2010:
 
 http://www.nsftools.com/presentations
 
I have an example of generating a PDF file and attaching it without using the file system in there, I think.
 
 
Julian Robichaux - over 3 years ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community
1votes
Ro do so, use a NotesStream object and create a NOTESMIME object in a NotesDocument.
 
Its the same way a MIME attachment is created in an email you receive over the internet.
Sudhish Jayaswal - over 3 years ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community

Experts for Domino Development / LotusScript