Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListBox And Textbox
Message
De
15/09/1999 15:51:31
 
 
À
15/09/1999 11:43:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00264964
Message ID:
00265168
Vues:
17
Hi John

If the list is multi-column, is there a way to search on the second column instead of teh default "first column"??

Thanks
Mo

>Carmen:
>
>Try this code in the InteractiveChange event of the textbox. Change the Control names as appropriate:
>
>IF !EMPTY(THIS.Value)
>   WITH THIS.Parent.List1
>   	FOR i = 1 TO .ListCount
>      	IF UPPER(ALLT(THIS.Value)) = ;
>           LEFT(UPPER(.ListItem(i)),LEN(ALLT(THIS.Value)))
>         	.Selected(i)=.T.
>	         EXIT
>   	   ENDIF
>	   ENDFOR
>	ENDWITH
>ENDIF
>
>>How to link the textbox to listbox? what I mean is when I key in something in the textbox, then record in the listbox will highlighted and point to that particular record that what i have entered.
>>Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform