Formatting Page Numbers on Page Header
I need to format page numbers on the page headers like this:
Page Four, Continued:
I can add the Continued with a label but can I get RB to spell out the page
number? Is there a way to tell what page is printing now? If there is I
can write my own code to spell out the page numbers and place it in a
variable.
I am using Delphi 5, RB 6.03 Enterprise.
Thanks
Ray
Page Four, Continued:
I can add the Continued with a label but can I get RB to spell out the page
number? Is there a way to tell what page is printing now? If there is I
can write my own code to spell out the page numbers and place it in a
variable.
I am using Delphi 5, RB 6.03 Enterprise.
Thanks
Ray
This discussion has been closed.
Comments
Here is an example that uses the Report.OutOfSpace property to determine if
the data is continued to the next page. It also numbers each page using
words as you described using the Report.AbsolutePageNo property. Hope this
helps.
http://www.digital-metaphors.com/tips/ContinueNextPageMessage.zip
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com