Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Avoid search in Listview
Message
De
21/10/2004 14:32:45
 
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:
00953444
Vues:
18
This message has been marked as the solution to the initial question of the thread.
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.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform