Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Textbox
Message
De
04/11/2004 06:31:33
 
 
À
04/11/2004 06:10:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00958007
Message ID:
00958009
Vues:
22
So you want no input at all, not even the barcode reader, except '-'? Put this in the keypress event:
LPARAMETERS nKeyCode, nShiftAltCtrl
IF !CHR(nKeyCode)='-'
   NODEFAULT 
ENDIF
I have not tested it, but it should work.

>hi to all,
>
>is't posible to disabled the keyboard input in my textbox and use only the "-" negative sign only in the keyboard and barcode scanner input? how?
>
>im using barcode scanner that attached on my keyboard ps2,
>im using VFP7.
>
>please help,
>
>TIA
>Ryan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform