Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DynamicCurrentControl with CmdButton and Label in a Gri
Message
De
10/01/2001 13:10:11
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00461758
Message ID:
00461764
Vues:
14
>this.dynamicCurrentControl = "iif(disb_hdr.disbddaamt = 0, Label1, Command1)"
>
>What am I doing wrong with the dynamicCurrentControl?

This actually refers to the name of the control rather than the object, so they should be in quotes.
this.dynamicCurrentControl = "iif(disb_hdr.disbddaamt = 0, 'Label1', 'Command1')"
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform