Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Avoid search in Listview
Message
 
À
21/10/2004 11:49:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Network:
SAMBA Server
Database:
Visual FoxPro
Divers
Thread ID:
00953343
Message ID:
00953377
Vues:
13
The NODEFAULT does not appear to have any effect on the Listview. Is it not possible to overide the default behavior for an ActiveX control?


>>I am using the Listview control and would like to stop the movement/search when a key is pressed. For example if the control has focus and I type in the letter "E" it move to items with starting with the letter E. Any ideas?
>
>
>In KeyPress Event of the listbox:
>
>IF BETWEEN(nKeyCode, 65, 122)
>   NODEFAULT
>   RETURN
>ENDIF
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform