Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
$
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: $
Miscellaneous
Thread ID:
00300960
Message ID:
00301136
Views:
26
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform