Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disabling a row in a grid
Message
 
 
À
08/04/2003 23:05:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00775289
Message ID:
00775337
Vues:
14
This message has been marked as the solution to the initial question of the thread.
>Let me rephrase,
>
>Let's say all my rows and columns in myGrid have yellow as the backcolor.
>How can I, make the backcolor red for one of the rows.
>
>tx

That's a little bit different question. Anyway, you can use DynamicBackColor like
thisform.mygrid.SetAll('iif(myField<date(),rgb(0,0,0), rgb(0,0,255)','DynamicBackColor','Column')
I'm writing this from memory, so you will have to check Help to get the correct syntax in case, my memory doesn't serve right...
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform