Isskint
Slowly Developing
- Local time
- Today, 13:14
- Joined
- Apr 25, 2012
- Messages
- 1,302
Hi All
I have a table of technical terms (1 field) [tsTrm].
Users enter details of work performed in a long text field [wkPrf] of a separate table.
What i would like to achieve, is as you type, lookup of the [tsTrm] records matching the current word, and 'suggest' that word. Most reports contain anywhere from 5 - 25 of these technical terms, so this would save the users a bit of time.
I have an unpractical method (currently not deployed due to how slow it is) utilizing key down and sel length, start and text to isolate the current word being typed, check that against the tech terms and popup a label with first matching word (a keyboard shortcut can be used to accept the word). Like i say this kind of works, but with over 5000 tech terms it is very slow.
I have a table of technical terms (1 field) [tsTrm].
Users enter details of work performed in a long text field [wkPrf] of a separate table.
What i would like to achieve, is as you type, lookup of the [tsTrm] records matching the current word, and 'suggest' that word. Most reports contain anywhere from 5 - 25 of these technical terms, so this would save the users a bit of time.
I have an unpractical method (currently not deployed due to how slow it is) utilizing key down and sel length, start and text to isolate the current word being typed, check that against the tech terms and popup a label with first matching word (a keyboard shortcut can be used to accept the word). Like i say this kind of works, but with over 5000 tech terms it is very slow.