Nov 24, 2003 #1 see123 Programmer Joined May 11, 2001 Messages 28 Location US Hi, How can i display the page nos(on each page) in on-demand subreports. thanks
Nov 28, 2003 #2 Bertrum Programmer Joined Oct 7, 2003 Messages 14 Location GB It's annoyong ain't it. I had to create a workaround for this, but it does add a slight performance hit: 1. Create a formula which always returns the same value. It must be based on field data 2. Create a group based on the formula you just created and get it to 'repeat group header on each page'. Make sure this group is Group1. You now have an effective page header in the form of Group Header 1! It's a bit rough, but it does the job. Shame you can't make a page footer in the same way ( Upvote 0 Downvote
It's annoyong ain't it. I had to create a workaround for this, but it does add a slight performance hit: 1. Create a formula which always returns the same value. It must be based on field data 2. Create a group based on the formula you just created and get it to 'repeat group header on each page'. Make sure this group is Group1. You now have an effective page header in the form of Group Header 1! It's a bit rough, but it does the job. Shame you can't make a page footer in the same way (