Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Avoid search in Listview
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP
Network:
SAMBA Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00953343
Message ID:
00953377
Views:
12
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
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform