Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browse Windows
Message
De
29/11/2001 13:30:49
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
29/11/2001 13:22:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00587563
Message ID:
00587609
Vues:
23
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform