Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Working with Grid
Message
From
17/12/2007 10:18:07
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, United States
 
 
To
12/12/2007 06:40:32
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01275070
Message ID:
01276254
Views:
20
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
Previous
Reply
Map
View

Click here to load this message in the networking platform