Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid quest
Message
 
To
13/04/2001 16:10:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00495397
Message ID:
00495435
Views:
14
I tried that but no changes whatsoever to the color. Where should this line be inserted?

>>Another quest, to get fancy, I implemented the following:
>thisform.grid1.SetAll("DynamicBackColor", ;
>"IIF(MOD(RECNO( ), 2)=0, RGB(255,255,255) ;
>, RGB(0,255,0))", "grid1") && Alternate white and green records
>
>What you need is:
>
>
>thisform.grid1.SetAll("DynamicBackColor", ;
>  "IIF(MOD(RECNO( ), 2)=0, RGB(255,255,255),;
>  RGB(0,255,0))", "<b>column</b>") && Alternate white and green records
>
>
>--Brad
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform