Item.GroupCaption return Item.Format |
Post Reply |
Author | |
dimdar
Groupie Joined: 11 July 2007 Status: Offline Points: 34 |
Post Options
Thanks(0)
Posted: 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
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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)
|
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)
|
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)
|
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)
|
VERY BIG THX!!!
|
|
Jebo
Senior Member Joined: 27 October 2005 Location: Germany Status: Offline Points: 318 |
Post Options
Thanks(0)
|
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)
|
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 |