RE: auto searching technique

2006-01-20 Thread FlexibleLearning
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(CRlast word of the label me, CRme) of me if it then set the

RE: auto searching technique

2006-01-19 Thread MisterX
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(lastkeysk, thelist) send clearme to me in

RE: auto searching technique

2006-01-19 Thread Lynch, Jonathan
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 field fruits into thelist set the hilitedline of thelist