Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - Item.GroupCaption return Item.Format
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Item.GroupCaption return Item.Format

 Post Reply Post Reply
Author
Message
dimdar View Drop Down
Groupie
Groupie
Avatar

Joined: 11 July 2007
Status: Offline
Points: 34
Post Options Post Options   Thanks (0) Thanks(0)   Quote dimdar Quote  Post ReplyReply Direct Link To This Post Topic: Item.GroupCaption return Item.Format
    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
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 07 August 2007 at 12:47am
Hello,
There is no "Group" property. Change it to "GroupCaption"
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
dimdar View Drop Down
Groupie
Groupie
Avatar

Joined: 11 July 2007
Status: Offline
Points: 34
Post Options Post Options   Thanks (0) Thanks(0)   Quote dimdar Quote  Post ReplyReply Direct Link To This Post 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("")
    Item.GroupCaption = "Printers"

    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,

Back to Top
Jebo View Drop Down
Senior Member
Senior Member


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jebo Quote  Post ReplyReply Direct Link To This Post 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!!!!!!!!!

Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Jebo View Drop Down
Senior Member
Senior Member


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jebo Quote  Post ReplyReply Direct Link To This Post Posted: 08 November 2007 at 7:40pm
VERY BIG THX!!!  
Back to Top
Jebo View Drop Down
Senior Member
Senior Member


Joined: 27 October 2005
Location: Germany
Status: Offline
Points: 318
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jebo Quote  Post ReplyReply Direct Link To This Post Posted: 17 December 2007 at 7:46pm
Hi,
 
is it also be fixed in version 11.2.2 ?
 
 
Is it?
Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post Posted: 19 December 2007 at 5:47pm
It must be there. It's too small one to be included into release notes :)

--
WBR,
Serge
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.