Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid - .activatecell
Message
De
01/01/2002 16:49:06
 
 
À
01/01/2002 16:31:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00599613
Message ID:
00599616
Vues:
28
Hello greg.

>> I'm trying to move the cursor from column3 to column6 in a grid after a valid. This code,thisform.grid1.activatecell(thisform.grid1.activerow,6), seems to be the way to do it but it's not working. <<

Try this in the KeyPress of the textbox in column3 instead:
IF INLIST( nKeyCode, 9, 13 )
  This.Parent.Parent.Column4.SetFocus()
  NODEFAULT
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform