Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
KeyPress
Message
De
28/10/2014 14:14:27
 
 
À
28/10/2014 14:10:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows 7
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01610038
Message ID:
01610043
Vues:
38
>I am trying to get this to work, so there is nothing else in the KeyPress event. If you could provide complete details, it would be greatly appreciated!
>
>Thanks.
LPARAMETERS nKeyCode, nShiftAltCtrl
if nKeyCode > 0
   dodefault(nKeyCode, nShiftAltCtrl)
   thisform.Label1.Caption = this.value
   nodefault 
Endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform