Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Want to lock keyboard
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Want to lock keyboard
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01361245
Message ID:
01361245
Views:
78
Hi to all
I want to lock the key board on a form and use the barcode scanner for input i write the key press procedure
DO case
CASE nkeycode=27
thisform.release()
CASE nkeycode=5
MESSAGEBOX("Key boardnot allowed",16,"Validation Error")
thisform.text1.Value=""
thisform.Refresh()
RETURN
CASE nkeycode equal to greater than 48 AND nkeycode equal to lesser than 123
MESSAGEBOX("Key boardnot allowed",16,"Validation Error")
thisform.text1.Value=""
thisform.Refresh()
RETURN
ENDCASE

these command also lock the bar code scanner

any suggestion form you.

thanks

Rashid Mehmood
Next
Reply
Map
View

Click here to load this message in the networking platform