Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid fonts color
Message
 
 
À
04/02/2004 04:51:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00873284
Message ID:
00873964
Vues:
24
Chaim,

Anytime I have such "complex" logic driving a Dynamic grid property I create a form method and make the Dynamic property on the grid a value thisform.RowColor()

Then in the RowColor() method the code looks like:
local lnColor

do case
   case ...
      lnColor = rgb( 255, 0, 0 )
   case ...
      lnColor = rgb( 0, 255, 0 )
   otherwise
      lnColor = rgb( 0, 0, 0 )
endcase

return lnColor
>No!
>Sorry, it's not working.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform