Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - CXTPReportRecordItem question
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTPReportRecordItem question

 Post Reply Post Reply
Author
Message
GRLEX View Drop Down
Groupie
Groupie
Avatar

Joined: 17 February 2009
Location: Ukraine
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote GRLEX Quote  Post ReplyReply Direct Link To This Post Topic: CXTPReportRecordItem question
    Posted: 14 May 2010 at 11:44am
Good day. Here is my question:
I have a Grid with different type of controls inside. Is it possible to change CheckBox items to RadioButtons??
I can't find ModifyStyle() method in CXTPReportRecordItem.
I try to do somthing like this

................
CXTPReportInplaceButtons * pInplBut = &pNewItem->GetEditOptions(NULL)->arrInplaceButtons;
pInplBut->GetAt(0)->ModifyStyle(BS_AUTOCHECKBOX , BS_AUTORADIOBUTTON);
...............
But seems to me there is no my checkbox item in this array.

And second question:
I add CXTPReportRecordItemText into my grid,  then I add some constants into it, add inplace combo button. All works fine. When I press to combo button and want to select some constant selection in drop list stay at it position. How to make this selection move for the mouse cursor on mouse moving?

Product: Xtreme SuitePro (ActiveX) version 13.3.1
Platform: Windows XP (32bit) - SP 3
Language: C++

Thank for help.

Back to Top
GRLEX View Drop Down
Groupie
Groupie
Avatar

Joined: 17 February 2009
Location: Ukraine
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote GRLEX Quote  Post ReplyReply Direct Link To This Post Posted: 18 May 2010 at 12:02pm
Does somebody know how to resolve my problem?
Question still exist
Back to Top
GRLEX View Drop Down
Groupie
Groupie
Avatar

Joined: 17 February 2009
Location: Ukraine
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote GRLEX Quote  Post ReplyReply Direct Link To This Post Posted: 01 June 2010 at 3:07am
Up Topic.
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.125 seconds.