dbTalk Databases Forums  

form letter

comp.databases.filemaker comp.databases.filemaker


Discuss form letter in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
CRC123
 
Posts: n/a

Default form letter - 04-17-2007 , 12:24 AM






FMP 8 on Mac OSX4.9
Volunteer DB is used on PCs and working well.
Users want to send out thank you's or donation requests.

DB has the following:
Table 1 Volunteers with multiple fields of personal data and a nice
little find-selected-volunteers script.
Table 2 Form Letters with 2 fields - Title and Body

Object - to select a form letter body by title, with the option to
modify it and save it under a new title as a new record in the Form
Letters table, then send a form letter that is made up of merge fields
for name, adress, etc. with the chosen body, to the selected
volunteers.

So far I choose the selected volunteers, then go to a "Compose" layout
where I select the title from a drop-down list and the corresponding
body appears in an editable text box. Next I go to a layout with the
printable version.

Problem - I get the right number of letters with the right volunteers,
but only the first record (first selected volunteer) has the chosen
body. The next ones have the other bodies from the Form Letter table.

Thanks for help with this


Reply With Quote
  #2  
Old   
Helpful Harry
 
Posts: n/a

Default Re: form letter - 04-17-2007 , 01:08 AM






In article <1176787453.618261.220160 (AT) o5g2000hsb (DOT) googlegroups.com>,
CRC123 <swanson (AT) windsongappraisals (DOT) com> wrote:

Quote:
FMP 8 on Mac OSX4.9
Volunteer DB is used on PCs and working well.
Users want to send out thank you's or donation requests.

DB has the following:
Table 1 Volunteers with multiple fields of personal data and a nice
little find-selected-volunteers script.
Table 2 Form Letters with 2 fields - Title and Body

Object - to select a form letter body by title, with the option to
modify it and save it under a new title as a new record in the Form
Letters table, then send a form letter that is made up of merge fields
for name, adress, etc. with the chosen body, to the selected
volunteers.

So far I choose the selected volunteers, then go to a "Compose" layout
where I select the title from a drop-down list and the corresponding
body appears in an editable text box. Next I go to a layout with the
printable version.

Problem - I get the right number of letters with the right volunteers,
but only the first record (first selected volunteer) has the chosen
body. The next ones have the other bodies from the Form Letter table.

Thanks for help with this
Just a guess since you don't say how choosing a Title obtains the
correct letter, but the Title field (in the Volunteers table) should
probably be a Global field so that it affects ALL records rather than
just the current one.

If the Title field (in the Volunteers table) is just a normal, then
picking a new Title from the drop-down list will only change the
current record ... all the other records will still have whatever Title
they have saved from previous choices.


Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)


Reply With Quote
  #3  
Old   
CRC123
 
Posts: n/a

Default Re: form letter - 04-17-2007 , 09:37 AM



On Apr 16, 11:08 pm, Helpful Harry <helpful_ha... (AT) nom (DOT) de.plume.com>
wrote:
Quote:
In article <1176787453.618261.220... (AT) o5g2000hsb (DOT) googlegroups.com>,



CRC123 <swan... (AT) windsongappraisals (DOT) com> wrote:
FMP 8 on Mac OSX4.9
Volunteer DB is used on PCs and working well.
Users want to send out thank you's or donation requests.

DB has the following:
Table 1 Volunteers with multiple fields of personal data and a nice
little find-selected-volunteers script.
Table 2 Form Letters with 2 fields - Title and Body

Object - to select a form letter body by title, with the option to
modify it and save it under a new title as a new record in the Form
Letters table, then send a form letter that is made up of merge fields
for name, adress, etc. with the chosen body, to the selected
volunteers.

So far I choose the selected volunteers, then go to a "Compose" layout
where I select the title from a drop-down list and the corresponding
body appears in an editable text box. Next I go to a layout with the
printable version.

Problem - I get the right number of letters with the right volunteers,
but only the first record (first selected volunteer) has the chosen
body. The next ones have the other bodies from the Form Letter table.

Thanks for help with this

Just a guess since you don't say how choosing a Title obtains the
correct letter, but the Title field (in the Volunteers table) should
probably be a Global field so that it affects ALL records rather than
just the current one.

If the Title field (in the Volunteers table) is just a normal, then
picking a new Title from the drop-down list will only change the
current record ... all the other records will still have whatever Title
they have saved from previous choices.

Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)
Thanks HH.
Sounds like a plan.
I will try that tonight after work and get back to you.



Reply With Quote
  #4  
Old   
CRC123
 
Posts: n/a

Default Re: form letter - 04-18-2007 , 10:02 AM



On Apr 17, 7:37 am, CRC123 <swan... (AT) windsongappraisals (DOT) com> wrote:
Quote:
On Apr 16, 11:08 pm, Helpful Harry <helpful_ha... (AT) nom (DOT) de.plume.com
wrote:



In article <1176787453.618261.220... (AT) o5g2000hsb (DOT) googlegroups.com>,

CRC123 <swan... (AT) windsongappraisals (DOT) com> wrote:
FMP 8 on Mac OSX4.9
Volunteer DB is used on PCs and working well.
Users want to send out thank you's or donation requests.

DB has the following:
Table 1 Volunteers with multiple fields of personal data and a nice
little find-selected-volunteers script.
Table 2 Form Letters with 2 fields - Title and Body

Object - to select a form letter body by title, with the option to
modify it and save it under a new title as a new record in the Form
Letters table, then send a form letter that is made up of merge fields
for name, adress, etc. with the chosen body, to the selected
volunteers.

So far I choose the selected volunteers, then go to a "Compose" layout
where I select the title from a drop-down list and the corresponding
body appears in an editable text box. Next I go to a layout with the
printable version.

Problem - I get the right number of letters with the right volunteers,
but only the first record (first selected volunteer) has the chosen
body. The next ones have the other bodies from the Form Letter table.

Thanks for help with this

Just a guess since you don't say how choosing a Title obtains the
correct letter, but the Title field (in the Volunteers table) should
probably be a Global field so that it affects ALL records rather than
just the current one.

If the Title field (in the Volunteers table) is just a normal, then
picking a new Title from the drop-down list will only change the
current record ... all the other records will still have whatever Title
they have saved from previous choices.

Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)

Thanks HH.
Sounds like a plan.
I will try that tonight after work and get back to you.
Worked like a charm. Tx



Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.