Print Page | Close Window

I need to add additional header

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=11663
Printed Date: 16 July 2025 at 12:06pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: I need to add additional header
Posted By: darahem
Subject: I need to add additional header
Date 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.



Replies:
Posted By: Aaron
Date 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 - 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....


Posted By: darahem
Date Posted: 31 July 2008 at 5:37am
Thanks a lot, but I mean two header rows,
Like the grid in this Picture
 


Posted By: Aaron
Date 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....


Posted By: darahem
Date 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


Posted By: Aaron
Date 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...
http://forum.codejock.com/forum_posts.asp?TID=10894 - http://forum.codejock.com/forum_posts.asp?TID=10894
 
 


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


Posted By: darahem
Date 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




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