Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListBox And Textbox
Message
De
15/09/1999 11:43:44
 
 
À
15/09/1999 11:05:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00264964
Message ID:
00265003
Vues:
17
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
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform