Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE Style drop down
Message
De
04/01/2001 08:34:48
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
IE Style drop down
Divers
Thread ID:
00459286
Message ID:
00459286
Vues:
61
Does anyone have a way to mimic the automatic filling in of a text box a la IE5 as the user types in a previously visited web page. I don't want to use a combo because it seems you have to type very fast to get it to find exact matxhes as you type. I have got about half way there but the code doesn't work when I try and type a space...

(The user is searching for an airline...)
(text1 has a format of 'KT')
text1.interactivechange
------
thisform.caption=allt(str(len(this.value)))
lnCurLen=len(this.value)

oldsetex=set("exact")
set exact off
if seek(this.value,'Airlines','Airline')
lcfa=allt(airlines.airline)
this.value=left(this.value,lnCurLen)+RTRIM(substr(lcfa,lnCurLen+1,32))
this.selstart=lnCurLen
this.sellength=len(this.value)-lnCurLen
endif
set exact &oldsetex
------

Any help much appreciated.

John-Paul Knight
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform