If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > FileMaker > Need Email Attachment in Rich Text Format

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-17-04, 23:05
Alba Alba is offline
Registered User
 
Join Date: Nov 2004
Location: Ashburn, VA
Posts: 2
Question Need Email Attachment in Rich Text Format

I am having a hard time trying to get a file to attach in MS Word format "automatically". I need for the user to select "Send Mail" and have the form already attached in .doc format. Is this even possible?
Reply With Quote
  #2 (permalink)  
Old 11-26-04, 12:06
pesh39 pesh39 is offline
Registered User
 
Join Date: Nov 2004
Posts: 1
Not sure if you mean to attach a specific word doc you are in to an email as an attachment. You could add a command button to the document with the following code.

Private Sub CommandButton1_Click()
Options.SendMailAttach = True
ActiveDocument.SendMail
End Sub

Although this doesn't let you set the email address automatically. (if anybody knows a simple way of adding that, please let me know).

Cheers.
Reply With Quote
  #3 (permalink)  
Old 11-28-04, 23:42
Alba Alba is offline
Registered User
 
Join Date: Nov 2004
Location: Ashburn, VA
Posts: 2
Thank you so much for your reply. But what I am trying to do is when I run the "email w/ attachment script", somehow in the background have the FM file convert to a doc file so the recipient without FM can open the attachment.
Reply With Quote
  #4 (permalink)  
Old 01-18-05, 15:16
budnail budnail is offline
Registered User
 
Join Date: Jan 2005
Posts: 6
Have you considered a PDF instead?

This way you "print" a PDF file that can be attached. Mac OS X has this built in. On a Win machine you can add adobe acrobat or one of the cheaper or free programs for creating pdfs. A free one is CutePDF Printer.

Last edited by budnail; 01-18-05 at 15:50. Reason: Found the name of the free PDF writer I was thinking of.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On