Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Working with Grid
Message
De
17/12/2007 10:18:07
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, États-Unis
 
 
À
12/12/2007 06:40:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01275070
Message ID:
01276254
Vues:
19
Hi Saifuddin...

In order to move to next row below, you can put the following code in the KeyPress event of the Text Box of the last grid column:
LPARAMETERS nKeyCode, nShiftAltCtrl
IF !mdown() and nKeyCode=13
	NODEFAULT
	KEYBOARD '{DNARROW}'
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform