grumbachr Posted July 28, 2008 Posted July 28, 2008 Using this http://fmforums.com/forum/showtopic.php?tid/99166 as a starting point I tried to integrate letter printing into my solution. I didn't want to clutter my Contacts table with fields for the letters so I moved the field "LetterMerge" and "gLetterName" into my globals/utility table. Using a Set Varibale script step I take the Contact ID from the contacts table and place that in a global field in the utility table to get the related contact info. Everything is working great when I'm printing a letter for one contact. But I now need to figure out how to print letters for the found set. I thinking using a Loop is the way to go but each time I try this it breaks because its going to the first record of the database and not the first of my found set. I guess this is because I'm using a global field in my relationship but I don't know what else to do. Any suggestion or is the description of my problem not very clear?
Vaughan Posted July 29, 2008 Posted July 29, 2008 Put the LetterMerge field back into the Contacts table.
Recommended Posts
This topic is 5963 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