Print Page | Close Window

(BUG) No Checkbox in report control pane

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=5470
Printed Date: 05 October 2024 at 12:19am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: (BUG) No Checkbox in report control pane
Posted By: vicsmurf
Subject: (BUG) No Checkbox in report control pane
Date Posted: 08 November 2006 at 2:37pm
Hi there got a problem!!
 
I made a C# application it consists of 4 items...
 
1 - Main Form (Docking pane control)
2 - Form (normal C# form witch loads the usercontrol pane)
3 - Usercontrol (pane)
4 - Reportcontrol on the usercontrol (with tablelayout etc)
 
To the report control I added checkbox items like:
 
ReportColumn column;
column = KeywordList.Columns.Add(0,
"Check", 18, false);
column = KeywordList.Columns.Add(1,
"Keyword", 120, true);

ReportRecord record;
ReportRecordItem item;

record = KeywordList.Records.Add();

item = record.AddItem("");
item.HasCheckbox =
true;
item.Checked =
true;
item = record.AddItem(
"Keyword");
 
This works if I use it on a form but NOT if I use it in the usercontrol. II can see alle the items added except the checkboxes and the while they are set correct.
 
The usercontrol is loaded in the form (_overviewPane = new OverviewPane(this);) The Form is opened in the main form and postioned by the docking pane.
 
Am I missing something or is this a bug?
 
 
 



Replies:
Posted By: sserge
Date Posted: 08 November 2006 at 3:45pm
may be this topic would help you: http://forum.codejock.com/forum_posts.asp?TID=2287 - http://forum.codejock.com/forum_posts.asp?TID=2287 ?

--
WBR,
Serge


Posted By: vicsmurf
Date Posted: 09 November 2006 at 3:25am

I have a C# application and use the ActiveX controls so this post is placed in the wrong group...

@admin can you move the post to there?


Posted By: drMac
Date Posted: 11 September 2008 at 5:41am
Hi,

Can anyone tell me if there was a solution to this problem?

I have exactly the same issue, but only in certain solutions.

I am using the 11.2.1 version of the Report Control in a C# (VS 2005) project.

In addition to the check box not displaying I also cannot see the expand / collapse icons when I use the Group by feature.

This problem seems localized to my development machine. If I install the application on a different machine thy have none of the above issues.

I have had this problem for some time now, across various versions of the report control.



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