Print Page | Close Window

ReportRow & ReportRecord

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=2985
Printed Date: 19 April 2024 at 10:29am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: ReportRow & ReportRecord
Posted By: mehran20
Subject: ReportRow & ReportRecord
Date Posted: 01 October 2005 at 10:47am

Well, I tried but I could not find anything to show me the difference between CXTPReportRecord and CXTPReportRow.

When should I use Record and when should I use Row?

Thanks,
Mehran Ziadloo




Replies:
Posted By: sserge
Date Posted: 03 October 2005 at 8:50am
Hi Mehran,

Briefly, Record is a bunch of data stored by the Report control. Some data pieces (items) could be quite large, so Record objects do not "run" across the memory. Its main responsibility is to maintain the data inside.

Row is a piece of visual interface. It processes record drawing, user mouse and keyboard events. Rows could be rebuilt frequently inside the Report control depending on currently specified Grouping, Sorting, Hiding and other options. Each regular row has an associated Record. But there are other kinds of rows -- for example Group Rows. They implement another specific behavior.

So if you'd like simply access the data inside the Report control -- you should work with Records.

--
WBR,
Serge



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