Report Control Drad and Drop |
Post Reply |
Author | |
Rat
Newbie Joined: 09 November 2011 Status: Offline Points: 9 |
Post Options
Thanks(0)
Posted: 09 November 2011 at 3:23am |
Hi all,
I want to drag one item from one report control to another report control. Now I added these code: m_SourceReport.EnableDragDrop(_T("ReportSample"), xtpReportAllowDrag | xtpReportAllowDrop); m_DestinationReport.EnableDragDrop(_T("ReportSample"), , xtpReportAllowDrag | xtpReportAllowDrop); When I drag one item from the first report control, it will show a icon , And nothing happend. Does anyone know what's the problem? What's the meaning of the first param of EnableDragDrop() ? Do I miss some code?Thanks very much! |
|
ABuenger
Newbie Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
|
Hello,
please notice our support policy: http://forum.codejock.com/forum_posts.asp?TID=14125&FID=125&PR=3&title=notice-codejock-support-policy For help from Codejock please open a support ticket. 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 |