Page 1 of 1
					
				Print *Copy* on 2nd copy page?
				Posted: Fri Dec 29, 2006 1:18 pm
				by Dutch
				Dear All,____I^m not quite sure that this question has posted in the past or not?  ____How can I print word "*COPY*" in the 2nd copy?  If I would like to print one time with ri_copies=2 setting.____Thanks for any help,__Dutch
			 
			
					
				=> RE: Print *Copy* on 2nd copy page?
				Posted: Fri Dec 29, 2006 2:28 pm
				by FCX_(Guest)
				Not possible imho.____But you can use a parameter in the configuration file that will be used in the report.__Then you run your report twice. First time with blank parameter and the 2nd one with *COPY*.__The 2 copies could be 2 lines of your config file.
			 
			
					
				=> RE: Print *Copy* on 2nd copy page?
				Posted: Tue Jan 02, 2007 4:57 pm
				by kfleming
				You can use a calcuated field that says:____IIF(COPY()=2,"**COPY**,"")______Kathleen__R&R Support
			 
			
					
				==> RE: Print *Copy* on 2nd copy page?
				Posted: Wed Jan 03, 2007 8:27 am
				by Dutch
				Thanks Kathleen,____It works well.____Best regards,__Dutch