Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - ReportControl question
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

ReportControl question

 Post Reply Post Reply
Author
Message
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Post Options Post Options   Thanks (0) Thanks(0)   Quote tobi Quote  Post ReplyReply Direct Link To This Post Topic: ReportControl question
    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

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


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: 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
Back to Top
tobi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 09 September 2004
Location: Germany
Status: Offline
Points: 451
Post Options Post Options   Thanks (0) Thanks(0)   Quote tobi Quote  Post ReplyReply Direct Link To This Post 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 ?

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.188 seconds.