Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse Windows
Message
From
29/11/2001 13:30:49
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
29/11/2001 13:22:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00587563
Message ID:
00587609
Views:
21
Jim,
I forgot to mention 'when SetDyn()' would call the routine at each row movement. Still it works. But you might also do it :
use employee
browse fields last_name, ;
 first_name :p='!AAAAAAAAAAAAAAAAAAAAAAAA' ;
 nowait name 'myGrid' ;
 title "Employee List"
with myGrid
  .setall("DynamicBackColor","iif(recno()%2=0,rgb(255,255,0),rgb(255,255,255))","Column")
  .setall("SelectOnEntry",.f.)
  .Height = 300
  .Width = 200
  .Top = 100
endwith
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