![]() |
How to use IsGroup Method |
Post Reply
|
| Author | |
dkfdtf
Newbie
Joined: 05 April 2006 Status: Offline Points: 20 |
Post Options
Thanks(0)
Quote Reply
Topic: How to use IsGroup MethodPosted: 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 !
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
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 |
|
![]() |
|
dkfdtf
Newbie
Joined: 05 April 2006 Status: Offline Points: 20 |
Post Options
Thanks(0)
Quote Reply
Posted: 24 August 2006 at 9:14am |
|
item.Group = item
Yes, It's working fine ! THANKS ! |
|
![]() |
|
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 |