Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - [SOLVED] Selection in Report contrl
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[SOLVED] Selection in Report contrl

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


Joined: 30 March 2012
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote gandalf07 Quote  Post ReplyReply Direct Link To This Post Topic: [SOLVED] Selection in Report contrl
    Posted: 30 March 2012 at 7:58am
Hi...We are using 15.2.1 upgraded from 1.3.0.0.
We are having similar structure as in below image. In 15.2.1 when I select anything is right pane, selection in left docking pane is lost with grey background and vice versa.
In 1.3.0.0, we could have selection with row highlighted in both pane and it doesnt work in 15.2.1..
Is there any way to fix it. basically i want rows highlighted in both panes...lets say I click on Inbox in left it will be highligted with blue background and go to right pane and select any message even it should be hightlighted and should change the selection background of row selected in left pane.
 
??
Is it know issue?
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 30 March 2012 at 10:55am
You can set the colors if you don't want them to change.

CXTPPaintManagerColor m_clrSelectedRow;     // Selected row background color.
CXTPPaintManagerColor m_clrSelectedRowText; // Selected row text color.
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.141 seconds.