ReportRow from ReportRecord |
Post Reply |
Author | |
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
Posted: 23 July 2009 at 3:51pm |
After I add a record to the RC using Records.Add or Records.Insert, what is the best way to get the ReportRow object of that record?
Thanks in advance for any help. |
|
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3 Language: Visual Basic 6.0 SP6 |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
// Call this method to find row corresponded with specified record
// Parameters: - pRecord - Record need to find.
// Returns: - A pointer to associated row object or NULL.
virtual CXTPReportRow* Find(CXTPReportRecord* pRecord);
// Call this method to find row corresponded with specified record.
// This function performs search in children too.
// Parameters: - pRecord - Record need to find.
// Returns: - A pointer to associated row object or NULL.
virtual CXTPReportRow* FindInTree(CXTPReportRecord* pRecord);
|
|
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
|
Thanks Mark...I was looking in the wrong places for the Find methods (didn't look in Rows object).
|
|
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3 Language: Visual Basic 6.0 SP6 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |