Nicely done, Bob. Thanks for posting that.
--
Richard Gaskin
Fourth World Systems
Bob Sneidar wrote:
Hi all.
These scripts may help you if you want to autofill text in a field from a list of prior values. The rawKeyUp handler goes in the field, and the autofill can go anywhere in the message
Couple updates. I added a closeField handler to optionally add new entries to
the uniqueValues property. Also rawKeyUp needs a delay so things like
backspacing can work.
on closeField
put me into tValue
put the uniqueValues of me into tUniqueValues
if tValue is not among the lines
Hi all.
These scripts may help you if you want to autofill text in a field from a list
of prior values. The rawKeyUp handler goes in the field, and the autofill can
go anywhere in the message path. You can see how simple this is.
The prerequisite is to have a uniquevalues propery in the field