Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Task Panel
  New Posts New Posts RSS Feed - How to use IsGroup Method
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to use IsGroup Method

 Post Reply Post Reply
Author
Message
dkfdtf View Drop Down
Newbie
Newbie


Joined: 05 April 2006
Status: Offline
Points: 20
Post Options Post Options   Thanks (0) Thanks(0)   Quote dkfdtf Quote  Post ReplyReply Direct Link To This Post Topic: How to use IsGroup Method
    Posted: 24 August 2006 at 6:53am
Hi,
 
I have write some VFP code in ItemRButtonDown event, like this:
 
IF item.IsGroup() THEN
    dosomethings for panel group
ELSE
    dosomethings for panel group item
ENDIF

But i got a error: "unknown name",  how to use "IsGroup" ? 
Would you show me correct VB code ?
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: 24 August 2006 at 9:06am
hmm, thanks will check it,
try instead something like:
 
IF item.Group = item THEN
  item is group
ELSE
END IF
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
dkfdtf View Drop Down
Newbie
Newbie


Joined: 05 April 2006
Status: Offline
Points: 20
Post Options Post Options   Thanks (0) Thanks(0)   Quote dkfdtf Quote  Post ReplyReply Direct Link To This Post Posted: 24 August 2006 at 9:14am
 
  item.Group = item

Yes, It's working fine !

THANKS !
 
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.156 seconds.