Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Special Characters
Message
From
16/03/2004 15:44:54
 
 
To
16/03/2004 15:33:47
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00886756
Message ID:
00886846
Views:
14
>Hi Steven,
>
>I have not read all messages in this thread, but in order to do what I think you want, you should do like this in the keypress event:
>if nKeyCode=-6
>  NODEFAULT
>  nKeyCode=chr(176)
>  DODEFAULT()
>endif
>

Off the subject a little but why does that work? I would assume you would have to do something like - which also works.
IF nKeyCode = -6
   NODEFAULT
   nKeyCode = 176 && not the CHR
   =DODEFAULT(nKeyCode, nShiftAltCtrl) && Pass the parameters back in
ENDIF
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform