Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I am trying to create a mailing list with emails from different contacts. I have a table where every record is a mailing list. It has a portal with the contacts I want for each specific mailing list.

I need a script that merges all the emails from every portal row separated by coma, and pastes that on another field to be used for sending the emails.

I assumed that a script would be the best solution, unless there is another easier way.

Posted

If you had FM8 you could use GetNth Record and use a calc/custom function to automatically do this for ya. With V7, basically, you'd have a global field that is your to: field. Then loop through your records like so:




Set Field "to" ; emailaddress

loop

Set Field "to" ; to & "," & emailaddress

go to record next [exit after last]

end loop



This topic is 6887 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.