How collapse & expand group rows? |
Post Reply |
Author | |
mozaheb
Senior Member Joined: 03 April 2008 Status: Offline Points: 104 |
Post Options
Thanks(0)
Posted: 15 December 2008 at 2:56am |
Hi all
Help me for How collapse & expand groups in RC? Thank's Yousof Mozaheb |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
If you click plus/minus sign the grouprow will be collapsed / expanded.
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
joeliner
Senior Member Joined: 09 June 2006 Status: Offline Points: 273 |
Post Options
Thanks(0)
|
probably he meant by code. Be explicit in what you ask that makes it easy for someone to help. By code:
Dim GroupRow As ReportRow Public Function expand_Thisgroup(wndcontrol As ReportControl) For Each GroupRow In wndcontrol.Rows If wndcontrol.FocusedRow.GroupRow = True And GroupRow.Selected = True Then If GroupRow.GroupRow Then GroupRow.Expanded = True End If Next End Function |
|
Product: Xtreme SuitePro (ActiveX) version 13.1
Platform: Windows XP SP 3 Language: Visual Basic 6 SP6 |
|
mozaheb
Senior Member Joined: 03 April 2008 Status: Offline Points: 104 |
Post Options
Thanks(0)
|
Thank's Joeliner
Hi Aaron i want collapse & expand group rows with code... Thank's again Joeliner |
|
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 |