Jump to content

This topic is 7803 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

This is my problem : I have to printout a document several times but with the content of one field changed for every copy. Like saying 'Original', 'Copy', 'Archive', etc. The field contents are stored in a value list. What I have to do now is change by hand and then print every copy. Tedious job .... Can anyone help with this ?

Thnnks in advance

Posted

Hi --

you could use a global field and change it in your print script. Heck, you could even just change the actual field in your print script

#Original First

Set Field [your field, "Original"]

# Perfrom your first print routine

#Now the Copy

Set Field [your field, "Copy"]

#Perform the second print

#Hey, guess what. Now the Archive

Set Field [your field, "Archive"]

#Perform the third print

#

#You get the idea right?

HTH

This topic is 7803 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.