> -----Original Message----- > From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED]
> This is why I added the findValue() functionality. In a > project I have, I > use the "Autocomplete" sort of like a "live search" and then > actually update > a hidden field based on the value in the input field. > > This works very well, but is outside the box of what some > people think of as an autocomplete field. This is actually what I was considering doing... So you pass the single result of the autocomplete to a hidden form - and then use that during another form submission? I'm working on a user admin and was going to use the 'auto complete' as a filter to easily find the correct record and then the user would click an 'edit' button and go to a normal form. Will your improved documentation include something on the 'findValue()' function :) Thanks! Jim