Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid
Message
From
30/12/1999 07:25:53
 
 
To
29/12/1999 23:05:02
Randy Hooper
Ranco Business Software
Tampa, Florida, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Grid
Miscellaneous
Thread ID:
00310213
Message ID:
00310286
Views:
23
If your table is buffered, you can put this line in your Grid Init() method:

THIS.SetAll("DynamicBackColor", IIF(RecNo() < 0, RGB(0, 0, 255), RGB(255, 255, 255)), "Column")

HTH
>I have a grid and I have issue a append blank and where I have issue this append blank I would like to make this column and all the other columns a color like blue. How can I do this.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform