View Single Post
 
Old 05-06-2016, 01:04 AM
StaplerGnome StaplerGnome is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: May 2016
Posts: 8
StaplerGnome is on a distinguished road
Default

As far as I can tell, I am. Here's my code (transcribed because I can't copy-paste fields), [path] is where I removed the very long filepath to aid legibility here

{ IF { INCLUDEPICTURE { IF TRUE "[path]\{MERGEFIELD Signature }.png" } \d } { INCLUDEPICTURE { IF TRUE "[path]\{MERGEFIELD Signature }.png" } \d } }

Did I miss something? I'm not sure which part of your code should break the link, so I don't know what might be wrong.

I'm slightly confused by the d-switch, since the documentation suggests this would prevent an image being stored by the document, and I'd therefore expect it would *maintain* a link to the original image instead. That did seem to fit the results I was getting, where the image only appeared if it could find that filepath and name on the recipient computer.

(Documentation from here: https://documentation.devexpress.com...omDocument9713)
Reply With Quote