Set a CXTPReportRecordItemPreview bold |
Post Reply |
Author | |
FSauer
Groupie Joined: 10 May 2006 Location: Germany Status: Offline Points: 96 |
Post Options
Thanks(0)
Posted: 21 February 2007 at 7:10am |
Hi.
Is it possible to set a CXTPReportRecordItemPreview bold, or any other properties for a CXTPReportRecordItemPreview?
I just tried it, without any success. The other Items (for example: CXTPReportRecordItemText) work.
Do anybody know something about this Item (CXTPReportRecordItemPreview)?
Regards
FSauer
|
|
FSauer
Groupie Joined: 10 May 2006 Location: Germany Status: Offline Points: 96 |
Post Options
Thanks(0)
|
Hi.
I found a solution in the example Utilities\Grep\GrepView.h!
I have to derivate the CXTPReportRecordItemPreview Class.
And set the item bold in OnDrawCaption(...) like this:
...
pDC->SelectObject(&XTAuxData().fontBold);
... Regards
FSauer
|
|
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 |