sorting data in report.... |
Post Reply |
Author | |
ddlittle
Senior Member Joined: 19 February 2004 Location: United States Status: Offline Points: 132 |
Post Options
Thanks(0)
Posted: 27 July 2009 at 5:50pm |
I want to sort my report in EndUpdate() - prior to the user seeing it - but can't find any public functions that do that. It's surely possible, but the only way I can think of now is to hack in a mouse click on the column i'd like to sort by.
Any ideas?
Thanks!
- David
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Having MFC source you can't find needed function?
// Summary:
// Sorts rows corresponding to the sort order taken from columns.
// Parameters:
// pRows - A rows collection to sort.
//CXTPReportControl virtual void SortRows(CXTPReportRows* pRows);
you can setup needed sort order |
|
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 |