Print Page | Close Window

Report Header Record Visibility

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=19146
Printed Date: 26 July 2025 at 9:09pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Report Header Record Visibility
Posted By: cstiles
Subject: Report Header Record Visibility
Date 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??



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


Posted By: cstiles
Date Posted: 08 November 2011 at 2:34pm
I'm still on 15.0.1  :-(



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