Print Page | Close Window

Footer in GroupRow

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=18672
Printed Date: 26 July 2025 at 10:04am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Footer in GroupRow
Posted By: dro
Subject: Footer in GroupRow
Date Posted: 15 July 2011 at 9:05am
Hello there!!

I need to add a FooterRow or a FooterRecord to every displayed GroupRow.
I was searching for hours, but didn't found the right solution.

Is there even an opportunity to do so??

And if there's some opportunity would you please give me a hint? :-)

Thanks,

DRO.



Replies:
Posted By: Aaron
Date Posted: 19 July 2011 at 2:13pm
Hi,
 
There's no such option available. The only thing you can do is add a ReportRecord for every GroupRow. If you are going to use grouping dynamically it will be hard to add/remove the added records...
 
Can you show (with an image or so) what you actually need? Maybe there's another way Wink
 
 
 
 


-------------
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: dro
Date Posted: 21 July 2011 at 10:17am
Hi!

Here is an image wich, I hope, explains what I want :-)




Posted By: Aaron
Date Posted: 29 July 2011 at 7:34am
Hi,
 
Maybe PreviewMode is an option for you. Since you have only one line for every grouprow...
 
Try test project http://forum.codejock.com/uploads/3701/Projekt1.zip - uploads/3701/Projekt1.zip
 
I have to warn you... DO NOT select the PreviewItem because the IDE will crash. (Maybe I don't know how the Preview should work... I quickly put this sample together and made mistake somewhere...)
 
Andre? Can you take a look at this?
 
@dro: Can you add [BUG] into you Topic Description? Andre will read this post for sure Wink (Just click in topmost reply Post Options Post Options > Edit Post
 
Thanks
 
 
 
 
 
 


-------------
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: Aaron
Date Posted: 29 July 2011 at 8:36am
Hi,
 
Seems this is a bug... (at least with V15.0.2)
Add  .ShowIconWhenEditing False and you able to test 'normal' Wink
 
With wndReportControl
        .AllowEdit = True
        .PreviewMode = True
        .ShowIconWhenEditing False
       
        '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
        'IDE crashes when a PreviewRow is selected [BUG]!
        '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
Good luck
 


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



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