Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - Footer in GroupRow
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Footer in GroupRow

 Post Reply Post Reply
Author
Message
dro View Drop Down
Newbie
Newbie


Joined: 15 July 2011
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote dro Quote  Post ReplyReply Direct Link To This Post Topic: Footer in GroupRow
    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.
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: 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....
Back to Top
dro View Drop Down
Newbie
Newbie


Joined: 15 July 2011
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote dro Quote  Post ReplyReply Direct Link To This Post Posted: 21 July 2011 at 10:17am
Hi!

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


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