Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - Report Control Drad and Drop
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Report Control Drad and Drop

 Post Reply Post Reply
Author
Message
Rat View Drop Down
Newbie
Newbie


Joined: 09 November 2011
Status: Offline
Points: 9
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rat Quote  Post ReplyReply Direct Link To This Post Topic: Report Control Drad and Drop
    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!
Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 10 November 2011 at 11:23am
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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.