Livecycle 8 forms. When filling in the form in a drop-down list, I'd like the first letter entered by the user to auto scroll to the first possible selection. The only thing I can get to work is the arrow.
Example, if the choices are: Yes, No, Maybe -- I'd like a 'y' to automatically call up the 'yes' choice.
Am I using the wrong type of field or preferences?
Thanks for any help!
You aught to be able to do this with a "Change" script. Get the full text of what the user has entered, search the entries, and then set the text in the box. However, I'm not sure that LiveCycle JavaScript provides enough values, control, or events to do a good implementation. It's worth a try though.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script