Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid
Message
From
30/12/1999 01:52:19
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
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:
00310254
Views:
30
>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.
>
>Thanks Randy


Randy,
Also don't forget to forecolor a readable one. ie: white and yellow are good candidates for a blue background
* Grid.init
This.SetAll("DynamicForeColor", ;
   "IIF(recno(this.recordsource) < 0, RGB(255,255,0), RGB(0,0,0))", ;
   "Column")
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform