Print Page | Close Window

Groups and Report Control

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=15948
Printed Date: 15 November 2024 at 7:08am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Groups and Report Control
Posted By: SteveStraley
Subject: Groups and Report Control
Date Posted: 03 January 2010 at 12:29pm
Hi Everyone,
 
I'm a bit stumped at the moment.   I have a report with a group order.   I would like to search on the text that appears in the group header.   For example, if this report was NOT a groupped report, I could use the FindRecordItemByRows() method on the ROWS property.   But this doesn't seem to yield the same results if the report has group orders.
 
Any ideas?
 
Thanks,
 
Steve



Replies:
Posted By: mdoubson
Date Posted: 03 January 2010 at 12:52pm
Sure not - group rows created dynamically and you need special code to anaylize it - make a loop on all group rows and check Captions for your pattern to find

-------------
Mark Doubson, Ph.D.


Posted By: SteveStraley
Date Posted: 04 January 2010 at 1:49pm
Thanks Mark...
 
I looked at the CAPTIONS value but it doesn't return the value assigned IN the caption, just the default name of the column associated to it.   Is there something I'm missing?
 
Steve


Posted By: mdoubson
Date Posted: 04 January 2010 at 2:01pm
Try GroupCaption

-------------
Mark Doubson, Ph.D.


Posted By: SteveStraley
Date Posted: 04 January 2010 at 3:12pm
Mark... found it, thanks.. I had to cast to ReportGroupRow and can use that...
 
 



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