Thread: [Solved] Includepicture
View Single Post
 
Old 01-16-2025, 10:26 AM
Formd Formd is offline Windows 7 32bit Office 2007
Advanced Beginner
 
Join Date: Feb 2015
Location: TX
Posts: 49
Formd is on a distinguished road
Default

I was trying something else to see if it works but it did not. I have a merge field that tells me how many images were created for the file. I tried using the following:

HTML Code:
{IF{Adimage} = 2 "{If{INCLUDEPICTURE {IF TRUE “C:\\folder\\folder2\\{ClientN}_cdes.png”}}{INCLUDEPICTURE{IF TRUE “C:\\folder\\folder2\\{ClientN}_cdes.png”} }"}
also tried

HTML Code:
{IF{Adimage} = "2" "{If{INCLUDEPICTURE {IF TRUE “C:\\folder\\folder2\\{ClientN}_cdes.png”}}{INCLUDEPICTURE{IF TRUE “C:\\folder\\folder2\\{ClientN}_cdes.png”} }"}

Adimage is the merge field that tells me how many images I have for the file.

Any advice?
Reply With Quote