Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Question
Message
From
09/11/1998 09:43:06
Rebecca Stottlemire
Kansas State Department of Commerce
Topeka, Kansas, United States
 
 
To
07/11/1998 09:03:29
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00155387
Message ID:
00155700
Views:
18
>Hi Rebecca.
>
>Try this in the When Event of the column you want to disable:
>
>if the_other_column = 'X'
> return .f.
>else
> return .t.
>endif
>
>
>OR
>
>return (iif(the_other_column = 'X', .f., .t.))
>
>The user won't be able to select the column.
>
>Juan Carlos


Thank you very much! Unfortunately, I'm the only person in my department using FoxPro right now, so I have no one to talk these problems over with. Have a good day!
Previous
Reply
Map
View

Click here to load this message in the networking platform