Print Page | Close Window

ReportControl question

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=2422
Printed Date: 17 November 2024 at 5:23pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: ReportControl question
Posted By: tobi
Subject: ReportControl question
Date Posted: 21 June 2005 at 6:58am

If I put the following snippet in the Form_Load event it works, but if I use this code in another sub it doesnīt - no entry is displayed in the reportcontrol and I donīt know why !

Dim Record As ReportRecord
Dim Item As ReportRecordItem
    
Set Record = wndReportControl.Records.Add
Set Item = Record.AddItem("Entry")
        
wndReportControl.Populate




Replies:
Posted By: Oleg
Date Posted: 21 June 2005 at 2:16pm

We must test it to find reason. Can you attach sample project?

Are you sure this another sub is called? ;)

 



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: tobi
Date Posted: 24 June 2005 at 10:46am

Dear oleg,

It was a bug produced by myself - sorry! But while finding it I got two new questions:

1) Does the function ".PanelPaintManager.ButtonMargin" not work for docking panes. I set that properties but see no changes !?

2) (How) can I prevent the column header in the report control from being drawn inverted when I click on it with the mouse ?




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