Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Have grid go to next rec when user leaves last column
Message
 
À
17/11/1999 19:53:29
Bill Totten
William Totten & Associates, Inc.
Indiana, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00292219
Message ID:
00292231
Vues:
21
>I have 3 columns in a grid, 5 records in the table. When the user presses on column #3 I want the cursor on the next record in column #1. I've been playing with it and I can't get the grid to "show" the cursor at the next record.
>TIA
>Bill

Hi Bill,

Maybe not the academic solution, but I do this in the BeforeRowColChange like:

IF this.activecolum=3 AND lastkey()=13
KEYBOARD "{DNARROW}"
ENDIF

Regards,
Pablo Roca
Clavo Congelados, S.A. (La Coruna - Spain)
Sysop of PortalFox

Join MasFoxPro campaign
http://www.masfoxpro.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform