Search found 3 matches

by krogholm
Mon Sep 15 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Attachment in mail
Replies: 4
Views: 8150

Yes of course - Thank you very much.
by krogholm
Mon Sep 15 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Attachment in mail
Replies: 4
Views: 8150

I use version 2.10e It always send an e-mail with the filename used in the code. But i would like to use a filename like 'c:\SalesShipment' + "No." + '.pdf', but even 'c:\salesshipment.pdf' fails. I make the call from a table: FileName := 'c:\salesshi.pdf'; createPDF.initPDF('', FileName,'...
by krogholm
Thu Sep 11 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Attachment in mail
Replies: 4
Views: 8150

Attachment in mail

Hi I use the sendmail function to send a mail with an attachment. Since the name of the attachment is different from time to time, i use a variable to save the path and name of the file, in stead of writing it directly in the sendmail function. My problem is that whenever i have a file, where the na...