Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - Page Numbers On Print outs
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Page Numbers On Print outs

 Post Reply Post Reply
Author
Message
JimK View Drop Down
Newbie
Newbie


Joined: 27 September 2007
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote JimK Quote  Post ReplyReply Direct Link To This Post Topic: Page Numbers On Print outs
    Posted: 31 October 2007 at 9:42am
Is it possible to set the alignment of the text shown by the PrintOptions.Footer.FormatString  property?
 
At the moment is always shows on the left hand side of the header or footer - I would like it on the right.
 
Better still would be the ability include page numbers in the .TextCenter or .TextRight properties e.g.
 
PrintOptions.Footer.TextRight = "Page &p of &P"
 
Even better again would be the ability to use all three .TextLeft, .TextCenter and .TextRight properties at the same time. e.g.
 
PrintOptions.Header.TextLeft = Format(Now, "DD Mmm YYYY")
PrintOptions.Header.Textcenter = "My Application"
PrintOprions.header.TextRight = "Page &p of &P"
 
 
Back to Top
nighthawk View Drop Down
Senior Member
Senior Member
Avatar

Joined: 11 June 2004
Status: Offline
Points: 167
Post Options Post Options   Thanks (0) Thanks(0)   Quote nighthawk Quote  Post ReplyReply Direct Link To This Post Posted: 31 October 2007 at 6:22pm
Try:

PrintOptions.Header.FormatString = Format(Now, "DD Mmm YYYY") & "&b" & "My Application" & "&b" & "Page &p of &P"
Back to Top
JimK View Drop Down
Newbie
Newbie


Joined: 27 September 2007
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote JimK Quote  Post ReplyReply Direct Link To This Post Posted: 01 November 2007 at 5:37am
Cool! many thanks for that....
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.203 seconds.