SOLVED: How to hide the line under a group header |
Post Reply |
Author | |
strider
Groupie Joined: 16 April 2008 Location: United States Status: Offline Points: 26 |
Post Options
Thanks(0)
Posted: 10 December 2009 at 10:52am |
I am trying to remove the blue line on the bottom of my group heading in the report control. How do you remove the line? Is there a way to make the line white?
How do I make this: Look like This: |
|
ActiveX 13.2.1
Strider |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
>>How do you remove the line - NO WAY - draw this line is uncoditional.
>>Is there a way to make the line white - YES - ReportControl.PaintManager.GroupShadeBorderColor = RGB(255,255,255)
|
|
McKloony
Senior Member Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
|
.PaintManager.GroupShadeBackColor = vbwhite
|
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
strider
Groupie Joined: 16 April 2008 Location: United States Status: Offline Points: 26 |
Post Options
Thanks(0)
|
The GroupShadeBackColor did not help, but the GroupShadeBoderColor did the trick! THANK YOU! Sometimes you can stare at these options and never see what is right in front of you.
.PaintManager.GroupShadeBorderColor = vbWhite |
|
ActiveX 13.2.1
Strider |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |