Print Page | Close Window

I Can't edit in report control

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=14845
Printed Date: 05 May 2024 at 10:50pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: I Can't edit in report control
Posted By: lyl0625
Subject: I Can't edit in report control
Date 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?
 



Replies:
Posted By: mdoubson
Date Posted: 28 July 2009 at 11:32am
duplicated post (About ReportControl cannot edit;)

-------------
Mark Doubson, Ph.D.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net