SetLocked State |
Post Reply |
Author | |
FSauer
Groupie Joined: 10 May 2006 Location: Germany Status: Offline Points: 96 |
Post Options
Thanks(0)
Posted: 04 June 2008 at 1:58pm |
Hi at all.
Is it possible to set for an ReportRecord the state sortable=false?
Is the function CXTPReportRecord::SetLocked(TRUE) the correct one?
I test it, but it doesn't work.
My first ReportRecord(Row) shouldn't be sortable! Just as an Title.
Anyone an idea?
|
|
FSauer
Groupie Joined: 10 May 2006 Location: Germany Status: Offline Points: 96 |
Post Options
Thanks(0)
|
I find the solution:
// Fixed rows
m_wndReportCtrl.GetHeaderRecords()->InsertAt(0,pReportRecord); // Fixed rows appearance m_wndReportCtrl.ShowHeaderRows(TRUE); |
|
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 |