how to rearange rows |
Post Reply |
Author | |
vjedlicka
Senior Member Joined: 04 September 2007 Status: Offline Points: 122 |
Post Options
Thanks(0)
Posted: 20 March 2014 at 4:24am |
I am trying to change the order of rows in a report.
I am trying this code, but do not know how to re-insert a record previously removed. What is the difference between a record and a row? CXTPReportRecordItem* pItem = m_wndReportCtrl.GetFocusedRecordItem(); CXTPReportRecord* pRec = pItem->GetRecord(); m_wndReportCtrl.RemoveRecordEx(pRec); m_wndReportCtrl.InsertRow(6, pRec); |
|
Thank you
Vaclav --------------------- ToolkitPro 20.1.0 VS2010-2022, Windows 11 |
|
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 |