I need to add additional header |
Post Reply |
Author | |
darahem
Groupie Joined: 22 July 2008 Location: Egypt Status: Offline Points: 15 |
Post Options
Thanks(0)
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.
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
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.... |
|
darahem
Groupie Joined: 22 July 2008 Location: Egypt Status: Offline Points: 15 |
Post Options
Thanks(0)
|
Thanks a lot, but I mean two header rows,
Like the grid in this Picture
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
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.... |
|
darahem
Groupie Joined: 22 July 2008 Location: Egypt Status: Offline Points: 15 |
Post Options
Thanks(0)
|
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
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
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.... |
|
darahem
Groupie Joined: 22 July 2008 Location: Egypt Status: Offline Points: 15 |
Post Options
Thanks(0)
|
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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |