Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CTextBoxNumeric weirdness
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
CTextBoxNumeric weirdness
Miscellaneous
Thread ID:
00418343
Message ID:
00418343
Views:
57
why does a backspace in cTextBoxNumeric make it go whack?

I kludged it to as follows to make client relax with the following in a subclass...
LPARAMETERS nkeycode,nshiftaltctrl

IF nkeycode = 127 &&backspace keycode
     nkeycode = 7 &&simulate delete key instead dammit
ENDIF

DODEFAULT(nkeycode,nshiftaltctrl)
is it friday yet?
Roxanne M. Seibert
Independent Consultant, VFP MCP

Code Monkey Like Fritos
Next
Reply
Map
View

Click here to load this message in the networking platform