Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem setting DynamicBack color
Message
 
 
To
10/12/2003 09:27:56
Larry Long
ProgRes (Programming Resources)
Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00857619
Message ID:
00857629
Views:
23
This message has been marked as a message which has helped to the initial question of the thread.
Larry,
I typed the expression directoy into the property sheet and it worked as expected using VFP8 SP1. Are you adding an extra characters in the property sheet (e.g. ", ')? If so, remove them and try again.

HTH.

>I have a grid with ColumnCount set to 3. If I put a default value in the a Column's DynamicBackColor property...
>IIF(MOD(RECNO( ), 2)=0, RGB(255,255,255), RGB(0,255,0))
>...it does not work.
>
>But if I use...
>
>thisform.Grid1.SetAll("IIF(MOD(RECNO( ), 2)=0, RGB(255,255,255), RGB(0,255,0))","Column")
>
>in the init it works.
>
>Is this a bug?
>
>TIA,
>Larry Long
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform