Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange Characters
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00101034
Message ID:
00101149
Vues:
16
Thank you it works Great! I gotta ask thou, Why?? I have only
used the NODEFAULT in the Methods (Like in Refresh etc...)

Thanks Again!

>Bob,
>
>In the KeyPress of the Form, I'm assuming you have something like this:
>
>If nKeyCode = -5 && F6
> This.txtBox.SetFocus()
>EndIf
>
>This code would give the results you describe. Adding a NoDefault inside the if statement will throw the keystroke away so nothing gets passed to the txtBox. It would then look like this:
>
>If nKeyCode = -5 && F6
> This.txtBox.SetFocus()
> NoDefault
>EndIf
>
>HTH
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform