Double pass and first page
Report that uses [TotalPages] system memo. To make that work I need to turn on the double pass option. But I find when I set some values on the first page of the report it is showing values from the last record in the dataset. All other pages are correct. If I turn off double pass then the [TotalPages] does not work but my values on the first page are now correct.
Do I need to reset the dataset to the first record before printing? If so where would I do that to make it work properly.
Thanks, Wayne
Do I need to reset the dataset to the first record before printing? If so where would I do that to make it work properly.
Thanks, Wayne
Comments
This will be executed on pass 1 and pass 2.