Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid Expression?
Message
 
To
16/05/2001 17:35:47
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00508032
Message ID:
00508363
Views:
20
The DynamicBackColor needs an expression it can execute for each row of the cursor / table so it needs to be a charicter expression.

See help on DynamicBackColor - ex.
frmMyForm.grdGrid1.SetAll("DynamicBackColor", ;
"IIF(MOD(RECNO( ), 2)=0, RGB(255,255,255) ;
, RGB(0,255,0))", "Column")
Thanx,
Bill Elvin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform