![]() |
HeaderRecord doubleclick |
Post Reply
|
| Author | |
McKloony
Senior Member
Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
Quote Reply
Topic: HeaderRecord doubleclickPosted: 24 August 2011 at 5:57am |
|
How it is possible to find out, if a ReportRecordItem ist from the HeaderRecors or from the normal Recors, if i doubleclick on it?
|
|
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
![]() |
|
Willowmaster
Senior Member
Joined: 12 July 2010 Location: Netherlands Status: Offline Points: 180 |
Post Options
Thanks(0)
Quote Reply
Posted: 24 August 2011 at 6:46am |
|
Something like this?:
Private Sub ReportControl1_RowDblClick(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem) |
|
|
Product: Xtreme SuitePro (ActiveX) version 15.3.1
Platform: Windows XP (32bit) - SP 3 (on VMWare) Language: Visual Basic 6.0 |
|
![]() |
|
McKloony
Senior Member
Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
Quote Reply
Posted: 24 August 2011 at 7:55am |
|
Dank je wel, Willowmaster
|
|
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
![]() |
|
Willowmaster
Senior Member
Joined: 12 July 2010 Location: Netherlands Status: Offline Points: 180 |
Post Options
Thanks(0)
Quote Reply
Posted: 25 August 2011 at 2:12am |
|
You doubleclick on an item which belongs to a row. And the row has a record. That means you don't have to check the item. But i'm struggling with these definitions too so I can't say for 100% sure. Also If you use a treestructure you have to search for the child nodes of the headerrecords recursively. |
|
|
Product: Xtreme SuitePro (ActiveX) version 15.3.1
Platform: Windows XP (32bit) - SP 3 (on VMWare) Language: Visual Basic 6.0 |
|
![]() |
|
ABuenger
Newbie
Joined: 02 February 2006 Status: Offline Points: 1075 |
Post Options
Thanks(0)
Quote Reply
Posted: 15 September 2011 at 11:45pm |
|
Hi,
added for next release: Row.Section.Index. You can use the following constants for the index: xtpReportSectionHeader xtpReportSectionBody xtpReportSectionFooter Andre |
|
|
Codejock support
|
|
![]() |
|
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 |