Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - Solved: Individual borders/lines per column
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Solved: Individual borders/lines per column

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


Joined: 14 September 2009
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote MDacore Quote  Post ReplyReply Direct Link To This Post Topic: Solved: Individual borders/lines per column
    Posted: 14 September 2009 at 9:19am
Hi,

i'm using VB6 with ReportControl V11.2.2

I was wondering if it is possible to draw or define individual borders per column?
To demonstrate my problem see picture below:



I would like to seperate the quarters in this month-column-list. Something like one of the three lines I drawed into my screenshot.

Is there any way to realize something like this?

Thanks in advance


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: 01 October 2009 at 5:34am
Hi,
 
Please look at post https://forum.codejock.com/forum_posts.asp?TID=11262 and just use
 
                MoveToEx hdc, left, top, PPT
                LineTo hdc, left, bottom
To draw only left line
 
If you change Column.DrawHeaderDivider = false for those columns which you don't want the dividers it just looks like the columnheaders (still are resizable) belong to the 3 reportitems.
 
 
Good luck
 
              
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
MDacore View Drop Down
Newbie
Newbie


Joined: 14 September 2009
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote MDacore Quote  Post ReplyReply Direct Link To This Post Posted: 01 October 2009 at 7:14am
Thank you for this hint, it worked fine for me:



A small side note regarding Column.DrawHeaderDivider.
This Property is not available in V11.2.2 probably in a later version. But that doesn't bother me, I didn't need it.

Solved, thanks for the help

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.156 seconds.