A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Mailmerge
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Mailmerge question



 
 
Thread Tools Display Modes
  #1  
Old August 6th, 2009, 05:52 PM posted to microsoft.public.word.mailmerge.fields,microsoft.public.word.newusers
colblip
external usenet poster
 
Posts: 26
Default Mailmerge question

macropod,

Tried the code and result was correct picture for each record that had a
picture but for those that didn't rather than NoPictureAvailable.jpg being
used the picture from the previous record is repeated.

Hello, All!

I have a directory I print for the church. In it I have insert a
picture of the family with the code {INCLUDEPICTURE
"O:\\Pictures\\2009 Original Church Pictures\\{ Mergefield
"Full_Name"}.JPG" }. I would like to insert a standard
NoPictureAvailable.jpg file if there is no picture for the family in
question. Is there a way to do this?

Thanks,

Colonel Blip
E-mail: colonel.blip.at.bigfoot.com


With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com


Hello, macropod!
You wrote on Thu, 6 Aug 2009 11:26:13 +1000:

m You could use:
m {INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
m Pictures\\{IF{ Mergefield "Full_Name"}= "" "NoPictureAvailable" {
m Mergefield "Full_Name"}}.JPG" }

m --
m Cheers
m macropod
m [Microsoft MVP - Word]


  #2  
Old August 7th, 2009, 12:35 AM posted to microsoft.public.word.mailmerge.fields,microsoft.public.word.newusers
macropod[_2_]
external usenet poster
 
Posts: 2,402
Default Mailmerge question

Hi colblip,

Do do actually have a jpg file named 'NoPictureAvailable.jpg' in O:\Pictures\2009 Original Church Pictures\?

--
Cheers
macropod
[Microsoft MVP - Word]


"colblip" colonel.blip.at.bigfoot.com wrote in message ...
macropod,

Tried the code and result was correct picture for each record that had a
picture but for those that didn't rather than NoPictureAvailable.jpg being
used the picture from the previous record is repeated.

Hello, All!

I have a directory I print for the church. In it I have insert a
picture of the family with the code {INCLUDEPICTURE
"O:\\Pictures\\2009 Original Church Pictures\\{ Mergefield
"Full_Name"}.JPG" }. I would like to insert a standard
NoPictureAvailable.jpg file if there is no picture for the family in
question. Is there a way to do this?

Thanks,

Colonel Blip
E-mail: colonel.blip.at.bigfoot.com


With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com


Hello, macropod!
You wrote on Thu, 6 Aug 2009 11:26:13 +1000:

m You could use:
m {INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
m Pictures\\{IF{ Mergefield "Full_Name"}= "" "NoPictureAvailable" {
m Mergefield "Full_Name"}}.JPG" }

m --
m Cheers
m macropod
m [Microsoft MVP - Word]


  #3  
Old August 7th, 2009, 12:49 AM posted to microsoft.public.word.mailmerge.fields,microsoft.public.word.newusers
colblip
external usenet poster
 
Posts: 26
Default Mailmerge question

Macropod,

Yes, I double checked to make sure and it is there with that name and is the
'picture' I want to add.

macropod,

Tried the code and result was correct picture for each record that
had a picture but for those that didn't rather than
NoPictureAvailable.jpg being used the picture from the previous
record is repeated.
Hello, All!

I have a directory I print for the church. In it I have insert a
picture of the family with the code {INCLUDEPICTURE
"O:\\Pictures\\2009 Original Church Pictures\\{ Mergefield
"Full_Name"}.JPG" }. I would like to insert a standard
NoPictureAvailable.jpg file if there is no picture for the family
in question. Is there a way to do this?

Thanks,

Colonel Blip
E-mail: colonel.blip.at.bigfoot.com

With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com

Hello, macropod!
You wrote on Thu, 6 Aug 2009 11:26:13 +1000:

m You could use:
m {INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
m Pictures\\{IF{ Mergefield "Full_Name"}= "" "NoPictureAvailable"
{ m Mergefield "Full_Name"}}.JPG" }

m --
m Cheers
m macropod
m [Microsoft MVP - Word]


With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com


Hello, macropod!
You wrote on Fri, 7 Aug 2009 09:35:14 +1000:

m Do do actually have a jpg file named 'NoPictureAvailable.jpg' in
m O:\Pictures\2009 Original Church Pictures\?

m --
m Cheers
m macropod
m [Microsoft MVP - Word]


  #4  
Old August 7th, 2009, 02:35 AM posted to microsoft.public.word.mailmerge.fields,microsoft.public.word.newusers
macropod[_2_]
external usenet poster
 
Posts: 2,402
Default Mailmerge question

Hi colblip,

OK, select the whole output file (Ctrl-A) then press F9 to update all the images. If the image that is supposed to be represented by
'NoPictureAvailable.jpg' now shows, the only problem was with the field updates

If the image that is supposed to be represented by 'NoPictureAvailable.jpg' doesn't now show the correct image, the next step is to
examine the output field code. To do that, press Alt-F9 to toggle the field display. Then check what's displayed in the field that
is supposed to show your 'NoPictureAvailable.jpg' image. If it's not there, there's a problem in the way you've coded the IF test -
you need to pay careful attention to the use of spaces and double quote characters. If it is there, you need to re-check the name in
the field code against the file's name.

--
Cheers
macropod
[Microsoft MVP - Word]


"colblip" colonel.blip.at.bigfoot.com wrote in message ...
Macropod,

Yes, I double checked to make sure and it is there with that name and is the 'picture' I want to add.

macropod,

Tried the code and result was correct picture for each record that
had a picture but for those that didn't rather than
NoPictureAvailable.jpg being used the picture from the previous
record is repeated.
Hello, All!

I have a directory I print for the church. In it I have insert a
picture of the family with the code {INCLUDEPICTURE
"O:\\Pictures\\2009 Original Church Pictures\\{ Mergefield
"Full_Name"}.JPG" }. I would like to insert a standard
NoPictureAvailable.jpg file if there is no picture for the family
in question. Is there a way to do this?

Thanks,

Colonel Blip
E-mail: colonel.blip.at.bigfoot.com

With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com

Hello, macropod!
You wrote on Thu, 6 Aug 2009 11:26:13 +1000:

m You could use:
m {INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
m Pictures\\{IF{ Mergefield "Full_Name"}= "" "NoPictureAvailable"
{ m Mergefield "Full_Name"}}.JPG" }

m --
m Cheers
m macropod
m [Microsoft MVP - Word]


With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com


Hello, macropod!
You wrote on Fri, 7 Aug 2009 09:35:14 +1000:

m Do do actually have a jpg file named 'NoPictureAvailable.jpg' in
m O:\Pictures\2009 Original Church Pictures\?

m --
m Cheers
m macropod
m [Microsoft MVP - Word]



  #5  
Old August 8th, 2009, 03:06 AM posted to microsoft.public.word.mailmerge.fields,microsoft.public.word.newusers
external usenet poster
 
Posts: n/a
Default Mailmerge question

macropod,

I checked, double checked, re-entered and checked again. Code is as you
recommended. I then did a mail merge and alt-F9. The photos that exist for
each record show up correctly. However those records for which there is no
photo, instead of the NoPictureAvailable.jpg showing in the code it is the
Full_Name.jpg that is called for (which of course doesn't exist).

So for some reason the IF test is not responding correctly. Is there a way I
can post a picture of the code for you (since I've yet to figure out how to
copy the code exactly as entered and paste it here)?


m OK, select the whole output file (Ctrl-A) then press F9 to update all
m the images. If the image that is supposed to be represented by
m 'NoPictureAvailable.jpg' now shows, the only problem was with the field
m updates

m If the image that is supposed to be represented by
m 'NoPictureAvailable.jpg' doesn't now show the correct image, the next
m step is to examine the output field code. To do that, press Alt-F9 to
m toggle the field display. Then check what's displayed in the field that
m is supposed to show your 'NoPictureAvailable.jpg' image. If it's not
m there, there's a problem in the way you've coded the IF test - you need
m to pay careful attention to the use of spaces and double quote
m characters. If it is there, you need to re-check the name in the field
m code against the file's name.

m --
m Cheers
m macropod
m [Microsoft MVP - Word]

m "colblip" colonel.blip.at.bigfoot.com wrote in message
...
?? Macropod,
??
?? Yes, I double checked to make sure and it is there with that name and
?? is the 'picture' I want to add.
??
?? macropod,
??
?? Tried the code and result was correct picture for each record that
?? had a picture but for those that didn't rather than
?? NoPictureAvailable.jpg being used the picture from the previous
?? record is repeated.
?? Hello, All!
??
?? I have a directory I print for the church. In it I have insert a
?? picture of the family with the code {INCLUDEPICTURE
?? "O:\\Pictures\\2009 Original Church Pictures\\{ Mergefield
?? "Full_Name"}.JPG" }. I would like to insert a standard
?? NoPictureAvailable.jpg file if there is no picture for the
?? family in question. Is there a way to do this?
??
?? Thanks,
??
?? Colonel Blip
?? E-mail: colonel.blip.at.bigfoot.com
??
?? With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com
??
?? Hello, macropod!
?? You wrote on Thu, 6 Aug 2009 11:26:13 +1000:
??
m You could use:
m {INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
m Pictures\\{IF{ Mergefield "Full_Name"}= "" "NoPictureAvailable"
?? { m Mergefield "Full_Name"}}.JPG" }
??
m --
m Cheers
m macropod
m [Microsoft MVP - Word]
??
?? With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com
??
?? Hello, macropod!
?? You wrote on Fri, 7 Aug 2009 09:35:14 +1000:
??
m Do do actually have a jpg file named 'NoPictureAvailable.jpg' in
m O:\Pictures\2009 Original Church Pictures\?
??
m --
m Cheers
m macropod
m [Microsoft MVP - Word]
??

With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com


  #6  
Old August 8th, 2009, 10:53 AM posted to microsoft.public.word.mailmerge.fields,microsoft.public.word.newusers
colblip
external usenet poster
 
Posts: 26
Default Mailmerge question

Macropod,

Thanks for the fieldtotxt item link. Here is my converted code, including
the bold formatting code:

{ INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
Pictures\\{ IF { MERGEFIELD "Full_Name" }= ""
"NoPicture" { MERGEFIELD "Full_Name" }}.JPG" }


Maybe this will help point out my error.

Thanks.

Colblip

Macropod,

Yes, I double checked to make sure and it is there with that name
and is the 'picture' I want to add.

macropod,

Tried the code and result was correct picture for each record
that had a picture but for those that didn't rather than
NoPictureAvailable.jpg being used the picture from the previous
record is repeated.
Hello, All!

I have a directory I print for the church. In it I have
insert a picture of the family with the code
{INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
Pictures\\{ Mergefield "Full_Name"}.JPG" }. I would like to
insert a standard NoPictureAvailable.jpg file if there is no
picture for the family in question. Is there a way to do
this? Thanks,

Colonel Blip
E-mail: colonel.blip.at.bigfoot.com

With best regards, colblip. E-mail:
colonel.blip.at.bigfoot.com

Hello, macropod!
You wrote on Thu, 6 Aug 2009 11:26:13 +1000:

m You could use:
m {INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
m Pictures\\{IF{ Mergefield "Full_Name"}= ""
"NoPictureAvailable"
{ m Mergefield "Full_Name"}}.JPG" }

m --
m Cheers
m macropod
m [Microsoft MVP - Word]

With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com

Hello, macropod!
You wrote on Fri, 7 Aug 2009 09:35:14 +1000:

m Do do actually have a jpg file named 'NoPictureAvailable.jpg'
in m O:\Pictures\2009 Original Church Pictures\?

m --
m Cheers
m macropod
m [Microsoft MVP - Word]


With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com


Hello, macropod!
You wrote on Fri, 7 Aug 2009 21:06:27 -0500:

m I checked, double checked, re-entered and checked again. Code is as
you m recommended. I then did a mail merge and alt-F9. The photos
that exist m for each record show up correctly. However those records
for which there m is no photo, instead of the NoPictureAvailable.jpg
showing in the code m it is the Full_Name.jpg that is called for
(which of course doesn't m exist).

m So for some reason the IF test is not responding correctly. Is
there a m way I can post a picture of the code for you (since I've
yet to figure m out how to copy the code exactly as entered and paste
it here)?

m OK, select the whole output file (Ctrl-A) then press F9 to update
all m the images. If the image that is supposed to be represented by
m 'NoPictureAvailable.jpg' now shows, the only problem was with the
field m updates

m If the image that is supposed to be represented by
m 'NoPictureAvailable.jpg' doesn't now show the correct image, the
next m step is to examine the output field code. To do that, press
Alt-F9 to m toggle the field display. Then check what's displayed in
the field that m is supposed to show your 'NoPictureAvailable.jpg'
image. If it's not m there, there's a problem in the way you've
coded the IF test - you need m to pay careful attention to the use
of spaces and double quote m characters. If it is there, you need to
re-check the name in the field m code against the file's name.

m --
m Cheers
m macropod
m [Microsoft MVP - Word]

m "colblip" colonel.blip.at.bigfoot.com wrote in message


  #7  
Old August 8th, 2009, 12:00 PM posted to microsoft.public.word.mailmerge.fields,microsoft.public.word.newusers
Doug Robbins - Word MVP
external usenet poster
 
Posts: 8,239
Default Mailmerge question

Have you seen my response in the other thread?

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
"colblip" colonel.blip.at.bigfoot.com wrote in message
...
Macropod,

Thanks for the fieldtotxt item link. Here is my converted code, including
the bold formatting code:

{ INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
Pictures\\{ IF { MERGEFIELD "Full_Name" }= ""
"NoPicture" { MERGEFIELD "Full_Name" }}.JPG"
}


Maybe this will help point out my error.

Thanks.

Colblip

Macropod,

Yes, I double checked to make sure and it is there with that name
and is the 'picture' I want to add.

macropod,

Tried the code and result was correct picture for each record
that had a picture but for those that didn't rather than
NoPictureAvailable.jpg being used the picture from the previous
record is repeated.
Hello, All!

I have a directory I print for the church. In it I have
insert a picture of the family with the code
{INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
Pictures\\{ Mergefield "Full_Name"}.JPG" }. I would like to
insert a standard NoPictureAvailable.jpg file if there is no
picture for the family in question. Is there a way to do
this? Thanks,

Colonel Blip
E-mail: colonel.blip.at.bigfoot.com

With best regards, colblip. E-mail:
colonel.blip.at.bigfoot.com

Hello, macropod!
You wrote on Thu, 6 Aug 2009 11:26:13 +1000:

m You could use:
m {INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
m Pictures\\{IF{ Mergefield "Full_Name"}= ""
"NoPictureAvailable"
{ m Mergefield "Full_Name"}}.JPG" }

m --
m Cheers
m macropod
m [Microsoft MVP - Word]

With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com

Hello, macropod!
You wrote on Fri, 7 Aug 2009 09:35:14 +1000:

m Do do actually have a jpg file named 'NoPictureAvailable.jpg'
in m O:\Pictures\2009 Original Church Pictures\?

m --
m Cheers
m macropod
m [Microsoft MVP - Word]


With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com


Hello, macropod!
You wrote on Fri, 7 Aug 2009 21:06:27 -0500:

m I checked, double checked, re-entered and checked again. Code is as
you m recommended. I then did a mail merge and alt-F9. The photos
that exist m for each record show up correctly. However those records
for which there m is no photo, instead of the NoPictureAvailable.jpg
showing in the code m it is the Full_Name.jpg that is called for
(which of course doesn't m exist).

m So for some reason the IF test is not responding correctly. Is
there a m way I can post a picture of the code for you (since I've
yet to figure m out how to copy the code exactly as entered and paste
it here)?

m OK, select the whole output file (Ctrl-A) then press F9 to update
all m the images. If the image that is supposed to be represented by
m 'NoPictureAvailable.jpg' now shows, the only problem was with the
field m updates

m If the image that is supposed to be represented by
m 'NoPictureAvailable.jpg' doesn't now show the correct image, the
next m step is to examine the output field code. To do that, press
Alt-F9 to m toggle the field display. Then check what's displayed in
the field that m is supposed to show your 'NoPictureAvailable.jpg'
image. If it's not m there, there's a problem in the way you've
coded the IF test - you need m to pay careful attention to the use
of spaces and double quote m characters. If it is there, you need to
re-check the name in the field m code against the file's name.

m --
m Cheers
m macropod
m [Microsoft MVP - Word]

m "colblip" colonel.blip.at.bigfoot.com wrote in message


  #8  
Old August 8th, 2009, 02:41 PM posted to microsoft.public.word.mailmerge.fields,microsoft.public.word.newusers
macropod[_2_]
external usenet poster
 
Posts: 2,402
Default Mailmerge question

Hi colblip,

The field code you're using, which reduces to:
{INCLUDEPICTURE "O:\\Pictures\\2009 Original Church Pictures\\{IF{MERGEFIELD "Full_Name"}= "" "NoPicture" {MERGEFIELD
"Full_Name"}}.JPG"}
is correct.

I've been doing further testing and have found that the symptoms you've identified (ie the picture from the previous record being
inserted) occurs with Word 2007 if the file named 'NoPicture' does not exist in the image folder. Although this seems to be a bug in
Word 2007, it also says the file named 'NoPicture.jpg' isn't in that folder - either it has another name or it's in a different
folder.

--
Cheers
macropod
[Microsoft MVP - Word]


"colblip" colonel.blip.at.bigfoot.com wrote in message ...
Macropod,

Thanks for the fieldtotxt item link. Here is my converted code, including the bold formatting code:

{ INCLUDEPICTURE "O:\\Pictures\\2009 Original Church Pictures\\{ IF { MERGEFIELD "Full_Name" }= ""
"NoPicture" { MERGEFIELD "Full_Name" }}.JPG" }


Maybe this will help point out my error.

Thanks.

Colblip

Macropod,

Yes, I double checked to make sure and it is there with that name
and is the 'picture' I want to add.

macropod,

Tried the code and result was correct picture for each record
that had a picture but for those that didn't rather than
NoPictureAvailable.jpg being used the picture from the previous
record is repeated.
Hello, All!

I have a directory I print for the church. In it I have
insert a picture of the family with the code
{INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
Pictures\\{ Mergefield "Full_Name"}.JPG" }. I would like to
insert a standard NoPictureAvailable.jpg file if there is no
picture for the family in question. Is there a way to do
this? Thanks,

Colonel Blip
E-mail: colonel.blip.at.bigfoot.com

With best regards, colblip. E-mail:
colonel.blip.at.bigfoot.com

Hello, macropod!
You wrote on Thu, 6 Aug 2009 11:26:13 +1000:

m You could use:
m {INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
m Pictures\\{IF{ Mergefield "Full_Name"}= ""
"NoPictureAvailable"
{ m Mergefield "Full_Name"}}.JPG" }

m --
m Cheers
m macropod
m [Microsoft MVP - Word]

With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com

Hello, macropod!
You wrote on Fri, 7 Aug 2009 09:35:14 +1000:

m Do do actually have a jpg file named 'NoPictureAvailable.jpg'
in m O:\Pictures\2009 Original Church Pictures\?

m --
m Cheers
m macropod
m [Microsoft MVP - Word]


With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com


Hello, macropod!
You wrote on Fri, 7 Aug 2009 21:06:27 -0500:

m I checked, double checked, re-entered and checked again. Code is as
you m recommended. I then did a mail merge and alt-F9. The photos
that exist m for each record show up correctly. However those records
for which there m is no photo, instead of the NoPictureAvailable.jpg
showing in the code m it is the Full_Name.jpg that is called for
(which of course doesn't m exist).

m So for some reason the IF test is not responding correctly. Is
there a m way I can post a picture of the code for you (since I've
yet to figure m out how to copy the code exactly as entered and paste
it here)?

m OK, select the whole output file (Ctrl-A) then press F9 to update
all m the images. If the image that is supposed to be represented by
m 'NoPictureAvailable.jpg' now shows, the only problem was with the
field m updates

m If the image that is supposed to be represented by
m 'NoPictureAvailable.jpg' doesn't now show the correct image, the
next m step is to examine the output field code. To do that, press
Alt-F9 to m toggle the field display. Then check what's displayed in
the field that m is supposed to show your 'NoPictureAvailable.jpg'
image. If it's not m there, there's a problem in the way you've
coded the IF test - you need m to pay careful attention to the use
of spaces and double quote m characters. If it is there, you need to
re-check the name in the field m code against the file's name.

m --
m Cheers
m macropod
m [Microsoft MVP - Word]

m "colblip" colonel.blip.at.bigfoot.com wrote in message


  #9  
Old August 8th, 2009, 03:06 PM posted to microsoft.public.word.mailmerge.fields,microsoft.public.word.newusers
macropod[_2_]
external usenet poster
 
Posts: 2,402
Default Mailmerge question

Hi colblip,

Another possibility has occurred to me: your 'empty' picture name record isn't really empty. You need to make the IF test test
against whatever that field contains.

Do a test with:
*{MERGEFIELD "Full_Name"}*
and see what happens for the empty records. Whatever appears between the asterisks is what needs to go between the empty pair of
double-quotes in the IF test.

--
Cheers
macropod
[Microsoft MVP - Word]


"macropod" wrote in message ...
Hi colblip,

The field code you're using, which reduces to:
{INCLUDEPICTURE "O:\\Pictures\\2009 Original Church Pictures\\{IF{MERGEFIELD "Full_Name"}= "" "NoPicture" {MERGEFIELD
"Full_Name"}}.JPG"}
is correct.

I've been doing further testing and have found that the symptoms you've identified (ie the picture from the previous record being
inserted) occurs with Word 2007 if the file named 'NoPicture' does not exist in the image folder. Although this seems to be a bug
in Word 2007, it also says the file named 'NoPicture.jpg' isn't in that folder - either it has another name or it's in a different
folder.

--
Cheers
macropod
[Microsoft MVP - Word]


"colblip" colonel.blip.at.bigfoot.com wrote in message ...
Macropod,

Thanks for the fieldtotxt item link. Here is my converted code, including the bold formatting code:

{ INCLUDEPICTURE "O:\\Pictures\\2009 Original Church Pictures\\{ IF { MERGEFIELD "Full_Name" }= ""
"NoPicture" { MERGEFIELD "Full_Name" }}.JPG" }


Maybe this will help point out my error.

Thanks.

Colblip

Macropod,

Yes, I double checked to make sure and it is there with that name
and is the 'picture' I want to add.

macropod,

Tried the code and result was correct picture for each record
that had a picture but for those that didn't rather than
NoPictureAvailable.jpg being used the picture from the previous
record is repeated.
Hello, All!

I have a directory I print for the church. In it I have
insert a picture of the family with the code
{INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
Pictures\\{ Mergefield "Full_Name"}.JPG" }. I would like to
insert a standard NoPictureAvailable.jpg file if there is no
picture for the family in question. Is there a way to do
this? Thanks,

Colonel Blip
E-mail: colonel.blip.at.bigfoot.com

With best regards, colblip. E-mail:
colonel.blip.at.bigfoot.com

Hello, macropod!
You wrote on Thu, 6 Aug 2009 11:26:13 +1000:

m You could use:
m {INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
m Pictures\\{IF{ Mergefield "Full_Name"}= ""
"NoPictureAvailable"
{ m Mergefield "Full_Name"}}.JPG" }

m --
m Cheers
m macropod
m [Microsoft MVP - Word]

With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com

Hello, macropod!
You wrote on Fri, 7 Aug 2009 09:35:14 +1000:

m Do do actually have a jpg file named 'NoPictureAvailable.jpg'
in m O:\Pictures\2009 Original Church Pictures\?

m --
m Cheers
m macropod
m [Microsoft MVP - Word]


With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com


Hello, macropod!
You wrote on Fri, 7 Aug 2009 21:06:27 -0500:

m I checked, double checked, re-entered and checked again. Code is as
you m recommended. I then did a mail merge and alt-F9. The photos
that exist m for each record show up correctly. However those records
for which there m is no photo, instead of the NoPictureAvailable.jpg
showing in the code m it is the Full_Name.jpg that is called for
(which of course doesn't m exist).

m So for some reason the IF test is not responding correctly. Is
there a m way I can post a picture of the code for you (since I've
yet to figure m out how to copy the code exactly as entered and paste
it here)?

m OK, select the whole output file (Ctrl-A) then press F9 to update
all m the images. If the image that is supposed to be represented by
m 'NoPictureAvailable.jpg' now shows, the only problem was with the
field m updates

m If the image that is supposed to be represented by
m 'NoPictureAvailable.jpg' doesn't now show the correct image, the
next m step is to examine the output field code. To do that, press
Alt-F9 to m toggle the field display. Then check what's displayed in
the field that m is supposed to show your 'NoPictureAvailable.jpg'
image. If it's not m there, there's a problem in the way you've
coded the IF test - you need m to pay careful attention to the use
of spaces and double quote m characters. If it is there, you need to
re-check the name in the field m code against the file's name.

m --
m Cheers
m macropod
m [Microsoft MVP - Word]

m "colblip" colonel.blip.at.bigfoot.com wrote in message



  #10  
Old August 8th, 2009, 03:38 PM posted to microsoft.public.word.mailmerge.fields,microsoft.public.word.newusers
colblip
external usenet poster
 
Posts: 26
Default Mailmerge question

macropod,

I ran the {MERGEFIELD "Full_Name"} test and it returns a full name for all
of my records. But then that is what I would expect. I have data records for
say 100 people (names, address, etc) but pictures for only 75. Therefore I
have 75 "Full_Name".jpg files but no jpg files for the other 25. When I look
at the merged file using the code - {INCLUDEPICTURE "O:\\Pictures\\2009
Original Church
Pictures\\{IF{MERGEFIELD "Full_Name"}= "" "NoPicture" {MERGEFIELD
"Full_Name"}}.JPG"} - then Alt-F9 on the merged file shows the
includepicture field for each of the 100 people with the Full_Name.jpg
called for (i.e. INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
Pictures\\Full_Name.jpg} where Full_Name is that of the record in question.

For whatever reason the IF test is not the one needed. I'm not sure about
the code but the logic should be "for each record "full_name" check and see
if there is a file "full_name".jpg. If not, use "nopicture.jpg"; if there is
use "full_name".jpg.

Is the if test testing for the photo or the data field as constructed?

Hi colblip,

The field code you're using, which reduces to:
{INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
Pictures\\{IF{MERGEFIELD "Full_Name"}= "" "NoPicture" {MERGEFIELD
"Full_Name"}}.JPG"} is correct.

I've been doing further testing and have found that the symptoms
you've identified (ie the picture from the previous record being
inserted) occurs with Word 2007 if the file named 'NoPicture' does
not exist in the image folder. Although this seems to be a bug in Word
2007, it also says the file named 'NoPicture.jpg' isn't in that
folder - either it has another name or it's in a different folder.

--
Cheers
macropod
[Microsoft MVP - Word]

"colblip" colonel.blip.at.bigfoot.com wrote in message
...
Macropod,

Thanks for the fieldtotxt item link. Here is my converted code,
including the bold formatting code:

{ INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
Pictures\\{ IF { MERGEFIELD "Full_Name" }= ""
"NoPicture" { MERGEFIELD "Full_Name" }}.JPG"
}

Maybe this will help point out my error.

Thanks.

Colblip

Macropod,

Yes, I double checked to make sure and it is there with that
name and is the 'picture' I want to add.

macropod,

Tried the code and result was correct picture for each
record that had a picture but for those that didn't rather
than NoPictureAvailable.jpg being used the picture from the
previous record is repeated.
Hello, All!

I have a directory I print for the church. In it I have
insert a picture of the family with the code
{INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
Pictures\\{ Mergefield "Full_Name"}.JPG" }. I would like
to insert a standard NoPictureAvailable.jpg file if
there is no picture for the family in question. Is there
a way to do this? Thanks,

Colonel Blip
E-mail: colonel.blip.at.bigfoot.com

With best regards, colblip. E-mail:
colonel.blip.at.bigfoot.com

Hello, macropod!
You wrote on Thu, 6 Aug 2009 11:26:13 +1000:

m You could use:
m {INCLUDEPICTURE "O:\\Pictures\\2009 Original Church
m Pictures\\{IF{ Mergefield "Full_Name"}= ""
"NoPictureAvailable"
{ m Mergefield "Full_Name"}}.JPG" }

m --
m Cheers
m macropod
m [Microsoft MVP - Word]

With best regards, colblip. E-mail:
colonel.blip.at.bigfoot.com

Hello, macropod!
You wrote on Fri, 7 Aug 2009 09:35:14 +1000:

m Do do actually have a jpg file named
'NoPictureAvailable.jpg' in m O:\Pictures\2009 Original Church
Pictures\?

m --
m Cheers
m macropod
m [Microsoft MVP - Word]

With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com

Hello, macropod!
You wrote on Fri, 7 Aug 2009 21:06:27 -0500:

m I checked, double checked, re-entered and checked again. Code
is as you m recommended. I then did a mail merge and alt-F9. The
photos
that exist m for each record show up correctly. However those
records for which there m is no photo, instead of the
NoPictureAvailable.jpg showing in the code m it is the
Full_Name.jpg that is called for (which of course doesn't m
exist).

m So for some reason the IF test is not responding correctly. Is
there a m way I can post a picture of the code for you (since I've
yet to figure m out how to copy the code exactly as entered and
paste it here)?

m OK, select the whole output file (Ctrl-A) then press F9 to
update all m the images. If the image that is supposed to be
represented by m 'NoPictureAvailable.jpg' now shows, the only problem
was with
the field m updates

m If the image that is supposed to be represented by
m 'NoPictureAvailable.jpg' doesn't now show the correct image,
the next m step is to examine the output field code. To do that,
press
Alt-F9 to m toggle the field display. Then check what's displayed
in the field that m is supposed to show your
'NoPictureAvailable.jpg' image. If it's not m there, there's a
problem in the way you've coded the IF test - you need m to pay
careful attention to the use of spaces and double quote m
characters. If it is there, you need to re-check the name in the
field m code against the file's name.

m --
m Cheers
m macropod
m [Microsoft MVP - Word]

m "colblip" colonel.blip.at.bigfoot.com wrote in message


With best regards, colblip. E-mail: colonel.blip.at.bigfoot.com


Hello, macropod!
You wrote on Sun, 9 Aug 2009 00:06:36 +1000:

m Another possibility has occurred to me: your 'empty' picture name
record m isn't really empty. You need to make the IF test test
against whatever m that field contains.

m Do a test with:
m *{MERGEFIELD "Full_Name"}*
m and see what happens for the empty records. Whatever appears
between the m asterisks is what needs to go between the empty pair of
double-quotes in m the IF test.

m --
m Cheers
m macropod
m [Microsoft MVP - Word]


 




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 Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:36 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.