Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor movement in a Grid
Message
 
À
08/09/2000 12:23:57
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00414137
Message ID:
00414331
Vues:
23
>>I am trying to automate the movement of the cursor in a grid. After the user enters data in the default textbox of column 3, I want the cursor to stay in this colmn and move down one row. I have tried placing the appropriate SKIP command in the LostFocus method but haven't gotten the results I want. I have also tried setting the proper row and column using the ACTIVATECELL function.
>>
>>Any help would be appreciated
>
>
*Grid.BeforeRowColChange
>LPARAMETERS nColIndex
>if nColIndex = 3 and lastkey()=13 and !mdown()
>	nodefault
>	keyboard "{DNArrow}"
>*	this.ActivateCell(this.RelativeRow+1,3) && Try also instead of keyboard
>endif
Cetin

Thank you Cetin,

I will give it a try.
Randy Barnett
Ascension Capital Group
Arlington, Texas USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform