Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Question
Message
De
09/11/1998 09:43:06
Rebecca Stottlemire
Kansas State Department of Commerce
Topeka, Kansas, États-Unis
 
 
À
07/11/1998 09:03:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00155387
Message ID:
00155700
Vues:
17
>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!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform