vippsupport.xerox.com    Forums  Hop To Forum Categories  - Xerox FF VI Suite Forum-  Hop To Forums  FF VI Suite (VIPP)    Variable file name and using ICALL

Moderators: Carlo Sans, jbouche
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Posted
I got a mailer that is going out to 1.8 million people. For some reason they are including the reciever's signature. the signature files are the same name as the account number field. So basically I need something like ($$ACCOUNT..tiff)VSUB? 1 ICALL to work. any ideas?
 
Posts: 23 | Registered: 27 November 2007Reply With QuoteEdit or Delete MessageReport This Post
Posted Hide Post
Yes:
($$ACCOUNT..tiff) VSUB 1 0 ICALL
will work. What is the question ?
 
Posts: 1773 | Location: Switzerland | Registered: 04 May 2001Reply With QuoteEdit or Delete MessageReport This Post
Posted Hide Post
For some reason that didnt work the first time but it does now. I have another question, is it possible to ignore the call out for the image if no image exists?
for example John Smith has a signature and will print the signature but Joe Bob does not have a signature on file so there will be no image. currently the job will freak out and crash if it cant find a file.
 
Posts: 23 | Registered: 27 November 2007Reply With QuoteEdit or Delete MessageReport This Post
Posted Hide Post
Check the EXIST command:
IF ($$ACCOUNT..tiff) VSUB /img EXIST
{ ($$ACCOUNT..tiff) VSUB 1 0 ICALL }
ENDIF
 
Posts: 1773 | Location: Switzerland | Registered: 04 May 2001Reply With QuoteEdit or Delete MessageReport This Post
  Powered by Eve Community  
 

    vippsupport.xerox.com    Forums  Hop To Forum Categories  - Xerox FF VI Suite Forum-  Hop To Forums  FF VI Suite (VIPP)    Variable file name and using ICALL