CXTPReportControl::UpdateRecord problem? |
Post Reply |
Author | |
littleameng
Groupie Joined: 22 June 2008 Location: China Status: Offline Points: 23 |
Post Options
Thanks(0)
Posted: 30 June 2009 at 10:29pm |
znakeeye have found the problem, Now I also find this problem:
I also have problems with CXTPReportControl::UpdateRecord(), in XTP 12.0.1. After I have called it, I get a crash as soon as CXTPReportRecords::RemoveAll() is called.
Is this a known issue or am I doing anything wrong?
CMyRecord *pRecord = wndReport.GetRecords()->GetAt(0);
pRecord->DoStuff();
wndReport.UpdateRecord(pRecord, FALSE);
And later the report is re-populated, causing a crash:
wndReport.ResetContent();
If somebody has resolve the problem, please tell me and help me!
Thanks
|
|
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 |