![]() |
Group Item Count... |
Post Reply
|
| Author | |
mozaheb
Senior Member
Joined: 03 April 2008 Status: Offline Points: 104 |
Post Options
Thanks(0)
Quote Reply
Topic: Group Item Count...Posted: 11 November 2008 at 5:38am |
|
Hello
How Change Group Caption in RC for name and count? Thank you |
|
![]() |
|
joeliner
Senior Member
Joined: 09 June 2006 Status: Offline Points: 273 |
Post Options
Thanks(0)
Quote Reply
Posted: 12 November 2008 at 5:27pm |
|
To change group caption, try this:
Set Item = Record.AddItem("") Item.GroupCaption = customname for group item count, in beforeDrawRow, try this: If Row.GroupRow Then If Row.Childs.Count > 1 Then Metrics.Text = Row.GroupCaption + " (" + CStr(Row.Childs.Count) + ") " Else Metrics.Text = Row.GroupCaption + " (" + CStr(Row.Childs.Count) + ") " End If End If |
|
|
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)
Quote Reply
Posted: 13 November 2008 at 8:23am |
|
Thank's 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 |