Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid cells are all highlighted on the same column
Message
From
26/10/2000 10:56:16
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Grid cells are all highlighted on the same column
Miscellaneous
Thread ID:
00434599
Message ID:
00434599
Views:
38
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.
Next
Reply
Map
View

Click here to load this message in the networking platform