View Full Version : Exporting a Report to Word


LAK
02-03-2003, 08:31 AM
I have been exporting reports to Word and can never get the pages to export properly. All of the pages have a footer which includes page numbering (Page # of #). Most of the time, the footer will be pushed to the next page and the remainder of that page will be blank. Client prefers all documents to be in Word, but doesn't want to reformat when they receive it. Please help!

Fornatian
02-03-2003, 11:06 AM
Can't you export the report to word, then add the page numbers from there?

Alternatively you could try and use the ForceNewPage property:

You can use the ForceNewPage property to specify whether form sections (header, detail, footer) or report sections (header, detail, footer) print on a separate page, rather than on the current page.

Read the property help, maybe this is accounted for when the report is exported?

LAK
02-03-2003, 11:13 AM
Thank you.

Originally posted by Fornatian
Can't you export the report to word, then add the page numbers from there?

Alternatively you could try and use the ForceNewPage property:

You can use the ForceNewPage property to specify whether form sections (header, detail, footer) or report sections (header, detail, footer) print on a separate page, rather than on the current page.

Read the property help, maybe this is accounted for when the report is exported?