Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - How to printpreview without RC border
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to printpreview without RC border

 Post Reply Post Reply
Author
Message
joeliner View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 June 2006
Status: Offline
Points: 273
Post Options Post Options   Thanks (0) Thanks(0)   Quote joeliner Quote  Post ReplyReply Direct Link To This Post Topic: How to printpreview without RC border
    Posted: 14 October 2008 at 1:24am
Hi,

i would like to printpreview the RC without the border that shows on the printpreview. Is this possible?

thanks
Product: Xtreme SuitePro (ActiveX) version 13.1
Platform: Windows XP SP 3
Language: Visual Basic 6 SP6
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 24 October 2008 at 4:11am
Hi,
 
It looks like this isn't possible. The only way is to have CJ to add property for this. I agree, sometimes it would be nicer to print no border or gridlines at all.
 
Thanks
 
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
Back to Top
joeliner View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 June 2006
Status: Offline
Points: 273
Post Options Post Options   Thanks (0) Thanks(0)   Quote joeliner Quote  Post ReplyReply Direct Link To This Post Posted: 26 January 2009 at 4:24pm
Hi,

Is there a chance of having a version 12.1.2 with this feature. Its really a show stopper for me now.

regards,
Product: Xtreme SuitePro (ActiveX) version 13.1
Platform: Windows XP SP 3
Language: Visual Basic 6 SP6
Back to Top
joeliner View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 June 2006
Status: Offline
Points: 273
Post Options Post Options   Thanks (0) Thanks(0)   Quote joeliner Quote  Post ReplyReply Direct Link To This Post Posted: 13 February 2009 at 3:52pm
still not possible with 13.0.

Is it possible to have it as an option?
Product: Xtreme SuitePro (ActiveX) version 13.1
Platform: Windows XP SP 3
Language: Visual Basic 6 SP6
Back to Top
joeliner View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 June 2006
Status: Offline
Points: 273
Post Options Post Options   Thanks (0) Thanks(0)   Quote joeliner Quote  Post ReplyReply Direct Link To This Post Posted: 20 July 2009 at 9:53am
Still not possible with 13.1.

or is it?
Product: Xtreme SuitePro (ActiveX) version 13.1
Platform: Windows XP SP 3
Language: Visual Basic 6 SP6
Back to Top
joeliner View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 June 2006
Status: Offline
Points: 273
Post Options Post Options   Thanks (0) Thanks(0)   Quote joeliner Quote  Post ReplyReply Direct Link To This Post Posted: 20 July 2009 at 9:54am
I would appreciate if someone can tell me also how i can edit the RC header on printpreview using markup to apply some textformatting on the header text.

TIA
Product: Xtreme SuitePro (ActiveX) version 13.1
Platform: Windows XP SP 3
Language: Visual Basic 6 SP6
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 20 July 2009 at 3:13pm
Printpreview the RC without the border
wndReport.GetPaintManager()->m_bPrintPageRectangle = FALSE;
 
in VB - similar
 
wndReport.PaintManager.PrintPageRectangle = False
 
use recent 13.1 update - https://forum.codejock.com/uploads/DemoVersion/ReportControlUpdated.rar
unrar it on same place your official 13.1 located
May be rename the same way as official filename use
No need to re-registrate as you already had it
Back to Top
joeliner View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 June 2006
Status: Offline
Points: 273
Post Options Post Options   Thanks (0) Thanks(0)   Quote joeliner Quote  Post ReplyReply Direct Link To This Post Posted: 21 July 2009 at 2:08am
Thanks Mark

Originally posted by joeliner joeliner wrote:

how can i edit the RC header on printpreview using markup to apply some textformatting on the header text.




Product: Xtreme SuitePro (ActiveX) version 13.1
Platform: Windows XP SP 3
Language: Visual Basic 6 SP6
Back to Top
JantjeKeizer View Drop Down
Groupie
Groupie


Joined: 12 February 2008
Status: Offline
Points: 70
Post Options Post Options   Thanks (0) Thanks(0)   Quote JantjeKeizer Quote  Post ReplyReply Direct Link To This Post Posted: 21 July 2009 at 11:21am
Originally posted by mdoubson mdoubson wrote:


Printpreview the RC without the border

wndReport.GetPaintManager()->m_bPrintPageRectangle = FALSE;

 

in VB - similar

 


wndReport.PaintManager.PrintPageRectangle = False

 

use recent 13.1 update - https://forum.codejock.com/uploads/DemoVersion/ReportControlUpdated.rarunrar it on same place your official 13.1 located

May be rename the same way as official filename use

No need to re-registrate as you already had it
But if PrintPageRectangle is new, the interface must have changed?
Then you do need to re-register, unless PrintPageRectangle already existed right?
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 21 July 2009 at 11:34am
No - registry keep same link to ocx with same guids and we don't change guids between versions
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.234 seconds.