Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid - .activatecell
Message
De
01/01/2002 17:08:56
 
 
À
01/01/2002 16:49:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00599613
Message ID:
00599619
Vues:
12
Marcia,

Please disregard my last message.......It did work....I cut and pasted your reply code and did not change the column # to 6. Once I discovered that and changed it everything worked as I wanted......

Many, many thanks,
Greg

>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
Répondre
Fil
Voir

Click here to load this message in the networking platform