Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - HOWTO: Disable the default Ctrl+V
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Topic ClosedHOWTO: Disable the default Ctrl+V

 Post Reply Post Reply
Author
Message
roninda View Drop Down
Groupie
Groupie


Joined: 23 March 2011
Status: Offline
Points: 12
Direct Link To This Post Topic: HOWTO: Disable the default Ctrl+V
    Posted: 16 May 2011 at 11:19am
i don't want the default copy support in report view .
(i mean use the ctrl + v to add new reportrecords form any type of text)

how can i disable this function?
Back to Top
roninda View Drop Down
Groupie
Groupie


Joined: 23 March 2011
Status: Offline
Points: 12
Direct Link To This Post Posted: 17 May 2011 at 12:17am
handler the mesaage:

     ON_NOTIFY(NM_CLICK, XTP_ID_REPORT_CONTROL, OnReportItemClick)
     ON_NOTIFY(XTP_NM_REPORT_HYPERLINK , XTP_ID_REPORT_CONTROL, OnReportHyperlinkClick)
     ON_NOTIFY(NM_RCLICK, XTP_ID_REPORT_CONTROL, OnReportItemRClick)
     ON_NOTIFY(NM_DBLCLK, XTP_ID_REPORT_CONTROL, OnReportItemDblClick)
     ON_NOTIFY(XTP_NM_REPORT_HEADER_RCLICK, XTP_ID_REPORT_CONTROL, OnReportColumnRClick)
     ON_NOTIFY(NM_KEYDOWN, XTP_ID_REPORT_CONTROL, OnReportKeyDown)
     ON_NOTIFY(LVN_BEGINDRAG, XTP_ID_REPORT_CONTROL, OnReportBeginDrag)
     ON_NOTIFY(XTP_NM_REPORT_BEFORE_PASTE_FROMTEXT, XTP_ID_REPORT_CONTROL, OnReportBeforePasteFromText)
     ON_NOTIFY(XTP_NM_REPORT_BEFORE_PASTE, XTP_ID_REPORT_CONTROL, OnReportBeforePaste)

Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Direct Link To This Post Posted: 17 May 2011 at 10:30am
Hello,

please create a support ticket.
Steps are explained here: http://forum.codejock.com/forum_posts.asp?TID=14125&FID=125&PR=3&title=notice-codejock-support-policy

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.