vippsupport.xerox.com    Forums  Hop To Forum Categories  - Xerox FF VI Suite Forum-  Hop To Forums  FF VI Suite (VIPP)    Printing words down the side of the page

Moderators: Carlo Sans, jbouche
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Posted
I have a job where i need to print the the receivers name down the side of the page and cant seem to figure this out.

I need it to be something like:

S
M
I
T
H
,
J
O
H
N

the data has the name in one field and I cant seem to figure out how to do this, I can print it sideways down the side but thats not what they want.

Thanks in advance for your help.
 
Posts: 23 | Registered: 27 November 2007Reply With QuoteEdit or Delete MessageReport This Post
Posted Hide Post
Try this:

x y MOVETO
{ NAME RPCOUNT'-'1 1 GETINTV SHC } NAME SLENGTH REPEAT

where 'NAME' is the name of the field.
 
Posts: 1773 | Location: Switzerland | Registered: 04 May 2001Reply With QuoteEdit or Delete MessageReport This Post
Posted Hide Post
thank you so much, I dont think I ever would of figured that one out.
 
Posts: 23 | Registered: 27 November 2007Reply With QuoteEdit or Delete MessageReport This Post
Posted Hide Post
Would there be another way to do this? It worked great in Designer but would not run on my docutechs. It crashed on the SLENGTH command.
 
Posts: 23 | Registered: 27 November 2007Reply With QuoteEdit or Delete MessageReport This Post
Posted Hide Post
It is highly recommended to update your Docutechs to the same VIPP level as VID otherwise you'll have other similar issues.

The other way is:
{ IF NAME RPCOUNT'-'1 1 GETINTV () eq {EXIT} ENDIF
  NAME RPCOUNT'-'1 1 GETINTV SHC
} 999 REPEAT
 
Posts: 1773 | Location: Switzerland | Registered: 04 May 2001Reply With QuoteEdit or Delete MessageReport This Post
Posted Hide Post
I have told my boss that several times and they dont care. Thank you so much for all your very helpful suggestions. If you are ever in Chicago, I at least owe you some beers.
 
Posts: 23 | Registered: 27 November 2007Reply 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)    Printing words down the side of the page