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 13:28:55
 
 
À
26/10/2000 12:59:05
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexique
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00434599
Message ID:
00434752
Vues:
18
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform