Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Ensure NUMLOCKS is ON
Message
From
14/10/2010 19:18:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
How to Ensure NUMLOCKS is ON
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MySQL
Application:
Desktop
Miscellaneous
Thread ID:
01485529
Message ID:
01485529
Views:
130
Hi Experts,

In an app I am doing, I would like to ensure that the NumLock is ON.

This is what I have done in a Timer event which fires every second (Interval = 1000):
IF NUMLOCK() = .F.
    NUMLOCK( .T. )
ENDIF
The above does not work though. When I intentionally turn off Numlock, the Numlock light indicator does not turn back on.

Any help or clue is appreciated.

Thanks in advance.

Dennis
Next
Reply
Map
View

Click here to load this message in the networking platform