![]() |
Remove Row from Report Control |
Post Reply
|
| Author | |
aaxemen
Newbie
Joined: 29 September 2004 Status: Offline Points: 12 |
Post Options
Thanks(0)
Quote Reply
Topic: Remove Row from Report ControlPosted: 06 December 2004 at 4:19pm |
|
Does anyone know how to remove a row from a report control? I've tried: m_wndReport.GetRows()->RemoveAt(0); And nothing happens. Stepping into the RemoveAt method shows that the row gets deleted, but the report does not change. Thanks,
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 07 December 2004 at 1:12am |
|
You must delete Record: m_wndReport.GetRecords()->RemoveAt(0); |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |