SteveGriff Posted January 23, 2002 Posted January 23, 2002 With filemaker's facility to send e-mail, is there a way to have filemaker specify what e-mail application it uses other than eudora, Claris or the other approved email progs? for eg. to use Quickmail or Outlook? Thanks in advance!
Vaughan Posted January 23, 2002 Posted January 23, 2002 There is a post in the Resources forum that covers mailto with Open URL [].
Kurt Knippel Posted January 24, 2002 Posted January 24, 2002 Use the "MailTo:" function with the Open URL script step. This should use the system default Mail program. If you are saying that you would like to explicitly specify which program to use, I am not sure of a way to do that.
SteveGriff Posted January 28, 2002 Author Posted January 28, 2002 Thanks for your reply! I got this working, which is fine, but one disadvantage it has over the send email function is that you cant append fields (we want to be able to send a customer a quote built with the database via email). One thought was maybe we could somehow save the quote from FM as a text file and attach it; or even insert it into the email body somehow? Which forum did you suggest for more on the mail to discussions? I could only see a few posts in the Resources forum which weren't relevant to this subject. Another question we're trying to solve; if we create a quotation or an order for a customer, and then produce it, can you think of anyway we can lock the record, so that it can still be viewed and even duplicated, but its fields can't be amended? Purpose being that is needs to be an accurate reflection of what a customer has received for our auditing purposes. Anyway grateful for any thought and advice you can offer! SG.
Newbies Deckbuilder Posted January 30, 2002 Newbies Posted January 30, 2002 REgard to locking info while being still viewable. A clever workaround my wife has used is to create mirror field which are calculate field declared to be equal to the editable fields. Since calculate fields cannot be edited, the info is safe and yet (on another layout) the editable fields are present for manulipation. Hope that helps.
Vaughan Posted January 30, 2002 Posted January 30, 2002 Create a clc field that "builds up" all the text from other fields, and send this through the e-mail. The calc field would be start with code: "mailto:" & email & ...
Recommended Posts
This topic is 8680 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now