I Can't edit in report control |
Post Reply |
Author | |
lyl0625
Newbie Joined: 27 July 2009 Status: Offline Points: 6 |
Post Options
Thanks(0)
Posted: 28 July 2009 at 2:41am |
I have a report control in a CXTPReportView,
pCol->SetEditable(TRUE); m_Report.AllowEdit(TRUE); m_Report.Populate(); But, when I click on a cell, it looks like it starts to edit, but when I press a key I always get an exception here:
void CXTPReportInplaceEdit::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags)
{ CXTPReportControl* _pControl = pControl; ASSERT(_pControl); Because pControl is NULL
I don't know what's going on?
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
duplicated post (About ReportControl cannot edit;)
|
|
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 |