Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SetAll question
Message
From
26/09/2000 02:29:12
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00420771
Message ID:
00420787
Views:
24
>ThisForm.grdInv.SetAll("DynamicBackColor","IIF(threshold<1000,RGB(255,255,0),RGB(255,255,255)","Column")

A. You're missing a ")" (in bold below)
B. You may need to refresh the grid a couple times (like in ARCC())
C. You may want to qualify threshhold with an Alias.

ThisForm.grdInv.SetAll("DynamicBackColor","IIF(" + alias() + ".threshold<1000, RGB(255,255,0), RGB(255,255,255))","Column")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform