Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BackColor
Message
De
09/11/2009 13:13:48
 
 
À
08/11/2009 22:52:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
OS:
Vista
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01433792
Message ID:
01433879
Vues:
31
I finally figured this out. I was 'overwriting' the column backcolor values that I was setting in my form with the following code that I had put in my sub-classed grid:

This.SetAll( 'DynamicForeColor', ;
'IIF( RECNO( This.RecordSource ) = This.p_nRecNo, RGB( 0, 0, 128 ), RGB( 0, 0, 0 ) )', 'COLUMN' )
This.SetAll( 'DynamicBackColor', ;
'IIF( RECNO( This.RecordSource ) = This.p_nRecNo, RGB( 0,255,255 ), RGB( 255, 255, 255 ) )', 'COLUMN' )

I guess I don't understand completely the differences between the BackColor and DyanamicBacakColor properties.

Regards,
Alan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform