Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DynamicCurrentControl with CmdButton and Label in a Gri
Message
From
10/01/2001 13:10:11
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00461758
Message ID:
00461764
Views:
13
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform