Print Page | Close Window

SetLocked State

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=10909
Printed Date: 16 November 2024 at 5:22pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: SetLocked State
Posted By: FSauer
Subject: SetLocked State
Date 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?



Replies:
Posted By: FSauer
Date Posted: 18 June 2008 at 9:10am
I find the solution:
 
// Fixed rows
 m_wndReportCtrl.GetHeaderRecords()->InsertAt(0,pReportRecord);
 // Fixed rows appearance
 m_wndReportCtrl.ShowHeaderRows(TRUE);



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net