Hi Devin,
To automatically display the closest spelt item and hilite the auto-inserted
characters, put this in the script of your comboBox button...
on keyup k
put num of chars of the label of me into temp
get line lineoffset(CR&last word of the label me, CR&me) of me
if it <>"" then set the
rsday, January 19, 2006 4:31 PM
To: 'How to use Revolution'
Subject: RE: auto searching technique
Hi Devin
here's a quicky off the top of my stackhead ;)
-- card script or a field script where you type
local lastkeys
on keyup k
put k after lastkeys
put the long name of fie
Hi Devin
here's a quicky off the top of my stackhead ;)
-- card script or a field script where you type
local lastkeys
on keyup k
put k after lastkeys
put the long name of field "fruits" into thelist
set the hilitedline of thelist to (lineoffset(lastkeys&k, thelist)
send "clearme" to me