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

Click here to load this message in the networking platform