Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Button in Grid ForeColor change
Message
From
07/04/2018 04:20:54
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01659197
Message ID:
01659208
Views:
65
This message has been marked as the solution to the initial question of the thread.
Check for dynamicForecolor in grid column:this is a prototype
with thisform.grid1
.setall("Dynamicforecolor","iif(mod(recno(),2)=0,rgb(0,255,0),rgb(255,255,255)","column") && here altern rows forecolor in 2 colors
endwith
adapt the condition "iif.....",to your real one. put it between quotes to be evaluated at runtime.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform