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 13:28:55
 
 
To
26/10/2000 12:59:05
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00434599
Message ID:
00434752
Views:
12
>Perfect, the code in the When event makes the job. But WHEN() only return .t. or .f., i want to perform an ActivateCell for that cases which the control return .f. Where or How can i do this?

How about this for the When() event:
Do Case
    Case Incidencias.Clase = 'D'
          this.Parent.Parent.ActivateCell(this.Parent.Parent.ActiveRow,4)

          return .F.

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

          return .F.
Endcase
Previous
Reply
Map
View

Click here to load this message in the networking platform