Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Command Button
Message
From
25/10/2005 05:31:16
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
25/10/2005 04:54:11
Chandan Chakraborty
Bangiya Gramin Vikash Bank
Raiganj, India
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01061773
Message ID:
01061783
Views:
13
>Cetin
>
>Thanks for you suggestion.I will try it. Now could you tell meor give some tips on using command group. While using commandgroup, I failed to coded seperately for each command in a command group.And failed to add icon for individual command button.
>
>Chandan

In a commandgroup you code either in CommandGroup.Click or individual command.click (or both, if a command have click code it takes precedence over commadngroup click). ie:
*CommandGroup.Click
do case
 case this.Value = 1 && first button is clicked
 case this.Value = 2 && second button is clicked
 *...
endcase
To add icons right click on commandgroup, select edit then individual button to assign picture.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform