Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Changes its mind over Checkbox
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01133547
Message ID:
01133640
Views:
16
>>>Alright, you've cut down my code a bit :-)
>>>
>>>But what do you mean by && I hope this.Value is not for CheckBox ?
>>
>>Because If this.Value is direct test for logical value. I assumed that .nOpCode is the CheckBox in question.
>
>.nOpCode is a form prop to hold the Operator code either returned from the combo or input at the text box.

Then the code should be:
With Thisform
     .txtOperator.enabled    = EMPTY(this.Value)
     .cboOperators.enabled   = EMPTY(this.Value)
     .lValidOp		     = EMPTY(this.Value) OR .nOpCode
     .lmEnablePrint()
EndWith
:o)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform