Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Cell Carriage Return
Message
From
16/03/2004 09:26:40
 
 
To
16/03/2004 09:15:39
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00886664
Message ID:
00886667
Views:
17
>How can I get the Enter key press to act as a carriage return in a grid cell? I have the control in the cell set as edit box.
procedure mygrid.mycolumn.mytext.keypress
LPARAMETERS nKeyCode, nShiftAltCtrl
if  nKeyCode=13
    nodefault
    nKeyCode = 9
    dodefault()
endif
HTH

Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform