Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IE on a VFP form
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00866428
Message ID:
00890829
Views:
22
Well, kind of a late reply, but it turn's out to be this simple:

function ChgEnterToTab()
{
if (event.keyCode == 13){
event.keyCode = 9
}
}



>Hi Russel,
>
>>I'm using IE on a VFP form. Is there any way to tell the browser to treat
>>the Enter key just as it does the Tab key (move to the next field). The user is entering lots of data and would like to use the Enter key on the numeric keypad, but this is not working. No property or method jumps out at me when I look at the web browser control.
>
>No personal expirience, but see
>
>http://www.pcmag.com/article2/0,4149,34979,00.asp
>
>I'ld try remapping the key with an external keyboard utility first...
>
>HTH
>
>thomas
eCost.com continues to rip people off
Check their rating at ResellerRatings.com
Previous
Reply
Map
View

Click here to load this message in the networking platform