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:
00953453
Views:
16
Tricky, that does what I needed. Thanks.


>You're correct, the Sorted property doesn't help. What I was thinking? :)
>Try to put following code into the ListView Keypress
LPARAMETERS keyascii
>IF BETWEEN( UPPER(CHR(keyascii)), "A", "Z")
>	keyascii = 0
>ENDIF	
>>
>>If I check it's value on the Keypress it is .F., and the items are not sorted.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform