![]() |
|
||||||||||||
vippsupport.xerox.com
Forums
- Xerox FF VI Suite Forum-
FF VI Suite (VIPP)
Printing words down the side of the page|
Go
![]() |
New
![]() |
Find
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
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. |
|||
|
Try this:
x y MOVETO { NAME RPCOUNT'-'1 1 GETINTV SHC } NAME SLENGTH REPEAT where 'NAME' is the name of the field. |
||||
|
thank you so much, I dont think I ever would of figured that one out.
|
||||
|
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.
|
||||
|
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 |
||||
|
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.
|
||||
|
| Powered by Eve Community |
| Please Wait. Your request is being processed... |
|
vippsupport.xerox.com
Forums
- Xerox FF VI Suite Forum-
FF VI Suite (VIPP)
Printing words down the side of the page
