Print Page | Close Window

Hide a specific row

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=4443
Printed Date: 26 June 2024 at 9:44am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Hide a specific row
Posted By: MNovaro
Subject: Hide a specific row
Date Posted: 20 June 2006 at 7:46am
Hello, everybody

I need a simple feature in the report control: I would like to set a row not visible (i.e. to hide it).
I found nothing to implement this: is this possible?

Thanks! Smile



Replies:
Posted By: sserge
Date Posted: 21 June 2006 at 4:52am
Hi,

Use ReportRecord.Visible property and do not forget to call Populate then.
Something like following:

wndReportControl.Rows(i).Record.Visible = False
wndReportControl.Populate


--
WBR,
Serge


Posted By: MNovaro
Date Posted: 22 June 2006 at 3:17am
Hi, Serge

Thank you very much for the reply. I found this in the help file, too.
Thanks again,
Marco



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