Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE on a VFP form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00866428
Message ID:
00890829
Vues:
21
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform