Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Changes its mind over Checkbox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01133547
Message ID:
01133640
Vues:
17
>>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform