Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid
Message
From
30/12/1999 01:49:27
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:
00310250
Views:
18
>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,
IOW do you want to differentiate "new" records ? If you're using buffering then it's very easy :
* Grid.init
This.SetAll("DynamicBackColor", ;
   "IIF(recno(this.recordsource) < 0, RGB(0,0,255), RGB(255,255,255))", ;
   "Column")
If you're not using buffering then you should keep a custom grid proerty to hold CurrentRec or appended reclist and build another expression.
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