Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Click Event of 'Revert' button
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00455182
Message ID:
00455261
Views:
32
>Instead of the code bellow, BTW, you can use this: (increases Readability)
>
>With ThisForm.Commandgroup1
>     store .f. to .command1.enabled, .command2.enabled
>endwith
>for i=3 to 9
>    store .t. to ('ThisForm.Commandgroup1.command'+transfrom(i)+'.enabled')
>next
>
Or:
WITH ThisForm.Commandgroup1
   .SetAll("Enabled", .F.)
   .Command1.Enabled = .T.
   .Command2.Enabled = .T.
ENDwith
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform