Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid Expression?
Message
From
17/05/2001 13:12:49
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00508032
Message ID:
00508413
Views:
25
>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")


Thanks for the correction. I was mistakenly looking at BackColor and not BynamicBackColor........Rich
Previous
Reply
Map
View

Click here to load this message in the networking platform