![]() |
Item.GroupCaption return Item.Format |
Post Reply
|
| Author | |
dimdar
Groupie
Joined: 11 July 2007 Status: Offline Points: 34 |
Post Options
Thanks(0)
Quote Reply
Topic: Item.GroupCaption return Item.FormatPosted: 06 August 2007 at 10:03am |
|
Hi,
Set Item = Record.AddItem("")
Item.Group = "Printers" Debug.Print Item.Group 'Return "%s" that is Item.Format value
I think this is a bug.
Someone can try it?
Thanks
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 07 August 2007 at 12:47am |
|
Hello,
There is no "Group" property. Change it to "GroupCaption"
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
dimdar
Groupie
Joined: 11 July 2007 Status: Offline Points: 34 |
Post Options
Thanks(0)
Quote Reply
Posted: 07 August 2007 at 5:45am |
|
Sorry, I have done a mistake in cut and copy operation but the bug there is: Set Item = Record.AddItem("") Debug.Print Item.GroupCaption 'Return "%s" that is Item.Format value For test it I have used your ReportSample: In the BeforeDrawRow event this the condition never happen because .GroupCaption return then .Format property value. If (Row.Record(10).GroupCaption = "Date: This Year" And Item.Index <> -1) Then
Regards, |
|
![]() |
|
Jebo
Senior Member
Joined: 27 October 2005 Location: Germany Status: Offline Points: 318 |
Post Options
Thanks(0)
Quote Reply
Posted: 08 November 2007 at 9:24am |
|
Hello,
I have exactly the same BUG! After I have bought the new version 11.2.1 for me some days ago, my appliactions at which I need the GroupCaption from an Item do not work any more. Since I need this to many places of my programme, I had to move everything back on the old version 9.8 again now (on version 9.8 it will works fine!). PLEASE HELP!!!!!!!!! |
|
![]() |
|
sserge
Moderator Group
Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
Quote Reply
Posted: 08 November 2007 at 3:37pm |
|
Guys,
Yes, this is definitely a bug which will be fixed in the next version.If anyone would like a quick bugfix -- please submit a ticket into a support area with the link to this forum topic. -- WBR, Serge |
|
![]() |
|
Jebo
Senior Member
Joined: 27 October 2005 Location: Germany Status: Offline Points: 318 |
Post Options
Thanks(0)
Quote Reply
Posted: 08 November 2007 at 7:40pm |
|
VERY BIG THX!!!
|
|
![]() |
|
Jebo
Senior Member
Joined: 27 October 2005 Location: Germany Status: Offline Points: 318 |
Post Options
Thanks(0)
Quote Reply
Posted: 17 December 2007 at 7:46pm |
|
Hi,
is it also be fixed in version 11.2.2 ?
I can't find it in the release-notes (http://www.codejock.com/products/releasenotes/release_notes.asp)
Is it?
|
|
![]() |
|
sserge
Moderator Group
Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
Quote Reply
Posted: 19 December 2007 at 5:47pm |
|
It must be there. It's too small one to be included into release notes :)
-- WBR, Serge |
|
![]() |
|
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 |