Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DynamicBackColor in grid
Message
De
26/01/2001 15:28:02
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
DynamicBackColor in grid
Divers
Thread ID:
00469202
Message ID:
00469202
Vues:
42
I have two forms, both have grid. One form works fine with the following codes, but when I copy/paste the codes in the "same" place on the other form, it didn't work as expected (colors the whole grid instead of supposed to be by row). The following are the codes, can you tell me what other place (properties or ??) I need to add codes:

* In the main form properties
ngridrecno (P,No,No,Public)

* Grid1 InitEvent
ThisForm.SetAll("DynamicBackColor", ;
"IIF(RECNO('auth') =ThisForm.nGridRecno, RGB(193,255,255),"+ ;
"RGB(255,255,255))", "Column")

* Grid1 AfterRowColChangeEvent
LPARAMETERS nColIndex
ThisForm.nGridRecno = RECNO("auth")
This.Refresh()

* Grid1 Refresh
DODEFAULT()

I know there is Nick Neklioudov's Grid highlighter v3.6, but I have this working in one of my grid, can you guide me from here to get the other form working?

Chuck
Today is tomorrow's yesterday.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform