Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid cells are all highlighted on the same column
Message
De
26/10/2000 10:56:16
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexique
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Grid cells are all highlighted on the same column
Divers
Thread ID:
00434599
Message ID:
00434599
Vues:
41
Hi everybody
I have a class based on a grid with a combobox into the columns 4 and 5. This is the code i have on the GOTFOCUS event for the combo:

Do Case
Case Incidencias.Clase = 'D'
this.Parent.Parent.ActivateCell(this.Parent.Parent.ActiveRow,4)
Case Incidencias.Clase = 'B'
this.Parent.Parent.ActivateCell(this.Parent.Parent.ActiveRow+1,1)
Endcase

The thing is that all the cells in the column that lost the focus are highlighted, in both cases. Why? Any idea?

Thanks in advance
Héctor L.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform