Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamicccurrentcontrol
Message
From
27/11/2002 02:10:33
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00727416
Message ID:
00727417
Views:
13
Bernhart

You are setting cValue to the double quoted string:

"IIF( EMPTY(" + cAlias "), 'ccheckboxEmptyMemo1' ,'ccheckboxFullMemo1' )"

rather than one of the IIF() statements. Set cValue to be:

cValue = IIF( EMPTY(" + cAlias + "), 'ccheckboxEmptyMemo1' ,'ccheckboxFullMemo1' )

Jos
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform