Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - I need to add additional header
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

I need to add additional header

 Post Reply Post Reply
Author
Message
darahem View Drop Down
Groupie
Groupie


Joined: 22 July 2008
Location: Egypt
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote darahem Quote  Post ReplyReply Direct Link To This Post Topic: I need to add additional header
    Posted: 30 July 2008 at 11:57am
Hi,
 
This is My Sys Info
 
Product: Xtreme SuitePro (ActiveX) version 12.0.1
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0
 
Simply I need to show a reportcontrol with 2 rows in the header.
I saw the samples, but no idea
is there any way to do that
 
thanks in advance.
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 31 July 2008 at 2:24am
Hi,
 
Dim XtremeRecord As XtremeReportControl.ReportRecord
Dim XtremeRecordItem As XtremeReportControl.ReportRecordItem
 
Set XtremeRecord = wndReportControl.HeaderRecords.Add()
    Set XtremeRecordItem = XtremeRecord.AddItem("HeaderRow 1")
          XtremeRecordItem.Bold = True
    Set XtremeRecordItem = XtremeRecord.AddItem("HeaderRow 2")
          XtremeRecordItem.Bold = True
 
 
If you mean having two rows in the header (as columns) can't do.
If your issue is solved, please add SOLVED in your Topic description and have a look at post http://forum.codejock.com/forum_posts.asp?TID=11225

 
 
 
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
Back to Top
darahem View Drop Down
Groupie
Groupie


Joined: 22 July 2008
Location: Egypt
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote darahem Quote  Post ReplyReply Direct Link To This Post Posted: 31 July 2008 at 5:37am
Thanks a lot, but I mean two header rows,
Like the grid in this Picture
 
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 31 July 2008 at 5:46am
Hi,
 
And why would you want to do that? If I may ask?
 
There is a possible solution but depends on the needed options. Just explain what the second header would do...
 
 
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
Back to Top
darahem View Drop Down
Groupie
Groupie


Joined: 22 July 2008
Location: Egypt
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote darahem Quote  Post ReplyReply Direct Link To This Post Posted: 01 August 2008 at 11:40am

Hi,

Thanks for your attention,
 
I want 2 header row to show some data like this:
 
Date      Note         Customers       Vendors      .....                
                            Credit   Debit    Credit   Debit
 
Thanks in advance
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post Posted: 01 August 2008 at 2:06pm
Hi,
 
In V12.1 there will be an option to have markup for ColumnCaptions, I think it will be possible to have that kind of option.
 
Someone did a post about the same issue...
 
 
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....
Back to Top
darahem View Drop Down
Groupie
Groupie


Joined: 22 July 2008
Location: Egypt
Status: Offline
Points: 15
Post Options Post Options   Thanks (0) Thanks(0)   Quote darahem Quote  Post ReplyReply Direct Link To This Post Posted: 02 August 2008 at 5:34am

Thanks a Lot Aaron,

this issue have a good idea, but it will be very good feature for CJ to have the ability to make multi header rows.

Thanks

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