Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
#Define variable not recognized in DynamicBackColor
Message
From
27/11/2004 19:00:53
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
00965154
Message ID:
00965166
Views:
12
Yes, indeed, use brackets instead of quotes is what I needed to know. Thanks! (This is also the first time I've seen a specific need for brackets instead of quotes ... are there any others?)

Jim

>Jim,
>
>The compiler constant are not recognised inside string literal delimited with single or double quotes but you can use []
.DYNAMICFORECOLOR = [IIF(sortkey="A",clr_Black,] + STR(.BACKCOLOR)+')
>
>
>>I have a statement that looks like this:
>>
WITH myColumn
>>    .DYNAMICFORECOLOR='IIF(sortkey="A",clr_Black,'+STR(.BACKCOLOR)+')
>>ENDWITH
>>
>>clr_Back is defined in a #DEFINE statement in a header file set in _INCLUDE and exists at the point of the reference to .DYNAMICBACKCOLOR ... what am I missing?
>>
Jim Nelson
Newbury Park, CA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform