Print Page | Close Window

Solved: Individual borders/lines per column

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=15167
Printed Date: 15 November 2024 at 6:59am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Solved: Individual borders/lines per column
Posted By: MDacore
Subject: Solved: Individual borders/lines per column
Date 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





Replies:
Posted By: Aaron
Date Posted: 01 October 2009 at 5:34am
Hi,
 
Please look at post https://forum.codejock.com/forum_posts.asp?TID=11262 - 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....


Posted By: MDacore
Date 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




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net