Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - ReportRow from ReportRecord
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

ReportRow from ReportRecord

 Post Reply Post Reply
Author
Message
jpbro View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 January 2007
Status: Offline
Points: 1355
Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post Topic: ReportRow from ReportRecord
    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

Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 23 July 2009 at 5:52pm

// 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);

Back to Top
jpbro View Drop Down
Senior Member
Senior Member
Avatar

Joined: 12 January 2007
Status: Offline
Points: 1355
Post Options Post Options   Thanks (0) Thanks(0)   Quote jpbro Quote  Post ReplyReply Direct Link To This Post Posted: 23 July 2009 at 5:57pm
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

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.250 seconds.