Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
KeyPress Event with Ctrl+N
Message
De
15/09/2004 10:29:47
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
15/09/2004 10:26:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00942387
Message ID:
00942399
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform