Oct 4, 2003 #1 jewelthief Programmer Joined Oct 4, 2003 Messages 2 Location US I want to print header info only on the first pge. any help apprecaited.
Oct 4, 2003 #2 dynamicjourney2001 Programmer Joined May 15, 2003 Messages 30 Location US Hi, You could place an expression in the Visible property of the fields you wish to hide other than first page. if(getrow() = 1 , 1, 0) Have fun! Upvote 0 Downvote
Hi, You could place an expression in the Visible property of the fields you wish to hide other than first page. if(getrow() = 1 , 1, 0) Have fun!
Oct 6, 2003 #3 ThierryR Programmer Joined Sep 9, 2003 Messages 11 Location BE Hi, If you want to print via a DW, place the header info in the appropriate Band (not header one, but the next band) Thierry Upvote 0 Downvote
Hi, If you want to print via a DW, place the header info in the appropriate Band (not header one, but the next band) Thierry