Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - Report Header Record Visibility
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Report Header Record Visibility

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


Joined: 12 July 2011
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote cstiles Quote  Post ReplyReply Direct Link To This Post Topic: Report Header Record Visibility
    Posted: 06 November 2011 at 8:00am
Hi
 
I am trying to allow my users to select which header rows they do/dont' want to see in a report control.  (via several checkboxes on a form).  Setting the Visible property of the corresponding reportrecord (in the headerrecords) doesn't seem to work ..
 
 
grdReport.HeaderRecords(1).Visible = boolShowTheActivityTypeRow
grdReport.PopulateHeaderRows
 
However, I tried similar code on the main records, and it seems to work just fine.
 
grdReport.Records(1).Visible = boolShowTheActivityTypeRow
grdReport.Populate
 
I've tried several combinations of calling populate, redraw, .. accessing the record in different methods .. nothing seems to make a headerrow invisible??
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: 08 November 2011 at 1:53pm
Hi,
 
I just tried with V15.1.3 and it does work OK. What version do you use? 
 
 
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
cstiles View Drop Down
Newbie
Newbie


Joined: 12 July 2011
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote cstiles Quote  Post ReplyReply Direct Link To This Post Posted: 08 November 2011 at 2:34pm
I'm still on 15.0.1  :-(
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.189 seconds.