Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
$
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: $
Divers
Thread ID:
00300960
Message ID:
00301136
Vues:
27
>>Changed it to:
>>
>>local cText
>>cText = upper(this.TEXT)
>>if 'CONC'$cText
>>this.parent.check1.visible = .T.
>>else
>>this.parent.check1.visible = .F.
>>endif
>>
>>And it worked. Wasn't This.Value, was This.Text
>
>Hmmm (again)...mine works fine with .value, too.

Bruce (and Greg),

Better (IMHO), easier to maintain, and more succinct would be:
This.Parent.Check1.Visible = ('CONC' $ cText)
But that's just me.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform