xtrem Column Header style |
Post Reply |
Author | |
Bergamo
Newbie Joined: 30 September 2005 Location: Ghana Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 30 September 2005 at 9:50am |
How can i set the column header style from xtreme report control to office 2003 style
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
For 9.80 releaes: GetReportCtrl().GetPaintManager()->m_columnStyle = xtpReportColumnOffice2003; |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Bergamo
Newbie Joined: 30 September 2005 Location: Ghana Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Sorry, but xtpReportColumnOffice2003 is not defined in V9.70
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
office 2003 style was added in 9.80 only
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
zaksoft
Senior Member Joined: 05 June 2003 Location: Italy Status: Offline Points: 162 |
Post Options
Thanks(0)
|
Can yoou add also widbey style in future version to be aligned with other controls look ?
|
|
VS2022 - MFC MBCS Statically linked
XTP 23.1 Static Link --------------------------------------------------------- Davide Zaccanti - ZakSoft - www.zaksoft.com |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
For Whidbey style you can use xtpReportColumnExplorer column enum.
GetReportCtrl().GetPaintManager()->m_columnStyle = xtpReportColumnExplorer; |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
zaksoft
Senior Member Joined: 05 June 2003 Location: Italy Status: Offline Points: 162 |
Post Options
Thanks(0)
|
The color matches, but it's flat, without the 3d effect, not a great problem anyway.
|
|
VS2022 - MFC MBCS Statically linked
XTP 23.1 Static Link --------------------------------------------------------- Davide Zaccanti - ZakSoft - www.zaksoft.com |
|
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 |