Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
KeyPress Event with Ctrl+N
Message
From
15/09/2004 10:29:47
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
15/09/2004 10:26:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00942387
Message ID:
00942399
Views:
11
This message has been marked as the solution to the initial question of the thread.
>Where should the NoDefault go? KeyPress Event?

Yes. Builtin events run their default code unless nodefault included.
lparameters nKeyCode,nSAC
if nKeyCode=14 and nSAC=2 && Ctrl+N
  NODEFAULT
  * Do whatever
endif
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform