MergeItems Not working in Virtual Report. |
Post Reply |
Author | |
Makarand
Senior Member Joined: 27 February 2007 Location: India Status: Offline Points: 140 |
Post Options
Thanks(0)
Posted: 11 May 2012 at 1:27am |
Hello CJ team,
I am trying to use MergeItems(..) with Virtual Report but it is not working even in the sample application. Added below code in at the end of OnCreate(..) in the sample Virtual List application. wndReport.GetRecords()->MergeItems(CXTPReportRecordItemRange(0,3,1,4)); Here is the output. Waiting for feedback, Thanks, -Mak
|
|
-Mak
|
|
Makarand
Senior Member Joined: 27 February 2007 Location: India Status: Offline Points: 140 |
Post Options
Thanks(0)
|
Any fix for this issue?
|
|
Makarand
Senior Member Joined: 27 February 2007 Location: India Status: Offline Points: 140 |
Post Options
Thanks(0)
|
Still not fixed in Ver16.1.0 :(
|
|
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
Hello,
merging items does not work with virtual mode because the control does not store any information about the items in virtual mode. For virtual mode we could only add a callback method were you need to provide the information which items are merged. Andre |
|
Codejock support
|
|
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 |