Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A checkbox in GRID
Message
From
08/10/1999 06:03:27
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
07/10/1999 21:55:37
General information
Forum:
Visual FoxPro
Category:
Menus & Menu designer
Miscellaneous
Thread ID:
00273673
Message ID:
00274110
Views:
36
>Hi,
> Thank you for reply. I have some unclear question here.
> 1. Where should I place checkbox.value = 2 in order to have those relevant checkbox disabled?
> 2. How to program the checkbox in case the checkbox know it should be disbale or not? (e.g. IIF())
>
>Thank you


John,
You have the container and checkboxes in it as "Access", "Read", "Write".
Setting value 2 is not mandatory just reminded it existed. In gotfocus of your container you could have this code :
with this
 .chkAccess.Enabled = lSomeThing
 .chkRead.Enabled = lSomeThing1
 .chkWrite.Enabled = lSomeThing2
endwith
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