Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
On making records Read Only
Message
De
05/01/2000 17:22:13
David Abraham
David Abraham & Associates, Inc.
New York City, New York, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00307542
Message ID:
00313556
Vues:
43
Thanks Jim,

This was useful. Particularly the GotFocus part. The "you don't need the IIF() mechanism" was pointed out to me by many and was just careless on my part. Thanks again.

David

>>Among the ways I can imagine are:
>>fields' WHEN property: RETURN IIF(condexpr,.T.,.F.)
>>intercepting a SAVE based upon the condexpr
>>interactiveRowColChange: THIS.ReadOnly = IIF(condexpr,.T.,.F.)
>>etc.
>
>Might be the extra code you have;
>
>
>WHEN code
>RETURN CondExpr
>
>Alternative
>This.ReadOnly = CondExpr in the GotFocus
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform