Tradus Posted September 22, 2003 Posted September 22, 2003 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
andygaunt Posted September 22, 2003 Posted September 22, 2003 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
Recommended Posts
This topic is 8073 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 accountSign in
Already have an account? Sign in here.
Sign In Now