Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Ensure NUMLOCKS is ON
Message
De
14/10/2010 19:18:46
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
How to Ensure NUMLOCKS is ON
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MySQL
Application:
Desktop
Divers
Thread ID:
01485529
Message ID:
01485529
Vues:
129
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform