Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cancelling string send to keypress method.
Message
From
01/06/1998 09:41:36
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00103271
Message ID:
00103580
Views:
23
David,

The thing is the first character will be a known prefix and the other characters will be user defined therefore impossible to filter out. I need to find a way to prevent the user defined characters from being sent.

>Edward,
>
>In the KeyPress method just issue a NODEFAULT for the keys you want to filter out:
>
>TextBox::Keypress( nKeyCode, nShift )
>if ( nKeyCode = 65 )
> * filter out 'A'
> nodefault
>endif
>
>>I'm trying to cancel a character string produced by a keypress of a programmable keyboard from being sent to a textbox by validating the first character in the string. Thus far the only methods I've achieved are (1) to let the string write to the textbox and then validate the leftmost character and input an empty string or (2) to disable the textbox by validating the first character in the keypress method of the form. The ideal would be to clear the keyboard buffer from the keypress method, but that doesn't seem to work.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform