Jump to content

Populate the TO: field from a found set


etsmarines

This topic is 5070 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a search engine that I run on my File. It gives me a found set that I view in list mode. I want to be able to click on a button to email everyone in the found set. How do I take each email address and put it into the to: field when I click the email group button?

Thanks!

Link to comment
Share on other sites

I would write a looping script, so that each person gets a separate email.

Go to First

Loop

If ( not isempty (emailAddr)

Send Mail - here's where you set their email addr to the TO

End If

Go to Next (exit after last)

End Loop

Link to comment
Share on other sites

I have a search engine that I run on my File. It gives me a found set that I view in list mode. I want to be able to click on a button to email everyone in the found set. How do I take each email address and put it into the to: field when I click the email group button?

Thanks!

A: You're double-posting.

B. You don't have to do anything special. The FileMaker send email function has a checkbox "Collect addresses across found set". Use that.

Link to comment
Share on other sites

  • 1 month later...

Hi,

FileMaker Pro 11 Advanced

Windows 7

Intel i5

2.53 GHz

Installed Memory 4 GB

62 Bit Operating System

I have a script

Send an email using WORK email

TO: MDB People::Email Work

What happens:

Email screen is there but no TO:

What is happening?

Steve

Link to comment
Share on other sites

This topic is 5070 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.