Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Box and using a keypress to open the box
Message
De
23/07/1999 06:20:28
 
 
À
21/07/1999 09:10:04
Rajatkanti Bagadthey
Skynet Systems P Ltd
Kolkata, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00243425
Message ID:
00245218
Vues:
23
May be this code solve you problem

In keypress event

if nKeyCode <> 13 and nKeyCode <> 32
keyboard '{spacebar}'+chr(nkeycode)
else
dodefault()
endif
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform