Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid and Hebrew Windows 98
Message
 
 
À
08/04/2002 09:27:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00641662
Message ID:
00642147
Vues:
16
>I put the setall() in the init event of the grid.
>
>The expression is as follow:
>
>this.setall("DynamicBackColor", "this.setbackcolor()", "Column")
>
>setbackcolor is a function I add to the grid class.
>
>
>setbackcolor()
>
>if status.selected
> return RGB(255,0,0)
>else
> return RGB(255,255,0)
>endif

Try w/o method call.
this.setall("DynamicBackColor", ;
  "IIF(status.selected, RGB(255,0,0), RGB(255,255,0))", ;
  "Column")
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform