Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IIF() Test.
Message
From
24/04/2000 13:18:17
 
 
To
24/04/2000 11:00:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00362743
Message ID:
00362819
Views:
15
>>I have a complex iif() line in the dynamicforecolour property from a grid. The iif() command is not working.
>
>Can you post the code? Make sure its wrapped in quotes:
>
>DynamicBackColor = "iif(...)"

Thanks Mike

I have change the code for testing it in the command window
After this code

? iif(len(f)>0 .and. len(k)=0,;
iif(alltrim(skc.firma1)=f,"255",;
iif(len(f)>0 .and. len(k)>0,;
iif(alltrim(skc.firma1)=f .and. alltrim(skc.firmakod1)=k,"255","0"),"0"),"0")

i recieve function name is missing message.
Thnaks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform