Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Report control notify struct invalid?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Report control notify struct invalid?

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


Joined: 30 April 2004
Location: United Kingdom
Status: Offline
Points: 83
Post Options Post Options   Thanks (0) Thanks(0)   Quote brianh Quote  Post ReplyReply Direct Link To This Post Topic: Report control notify struct invalid?
    Posted: 16 December 2004 at 5:01am

When you click on the expand button in the report control it sends a XTP_NM_REPORT_INPLACEBUTTON notification message and passes a pointer to a  XTP_NM_REPORTINPLACEBUTTON structure.

This structure has pRow, pItem and pColumn members, but only pItem is being populated, what's worse is that the pRow and pColumn members are being left uninitialised!   Can we please have these members populated as I would like to get access to them in my handler?

Thanks.



Edited by brianh
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 16 December 2004 at 5:35am

XTP_NM_REPORTINPLACEBUTTON::pButton is CXTPReportInplaceButton

you can make public CXTPReportInplaceButton::m_itemArgs and use it.

In next version CXTPReportInplaceButton will be derived from XTP_REPORTRECORDITEM_ARGS...

 

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.062 seconds.