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:
00301099
Vues:
28
>The expresion isn't doing anything.
>
>IF "CONC"$UPPER(This.Value)
> This.Parent.Check1.Visible=.T.
>EndIf
>
>I have a list to chose from in the Combo Box two of which contain the word Concern. If the word Concern or anything like it is entered in the Combo box, I want a check box on the same page of the Pageframe to become visible. This is not "brain surgery" here. It shouldn't be this dificult.
>Try this:

local cText
cText = upper(this.value)
if 'CONC'$cText
this.parent.check1.visible = .T.
else
this.parent.check1.visible = .F.
endif
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform