Re: How can I AutoSuggest multiple CFINPUT fields

2008-02-12 Thread Dominic Watson
Can anybody point me to information where I can learn how to fill several form fields with query information returned from an autosuggest query? Yeh, in CF8, you want to check out binding form controls: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_i_07.html You

Re: How can I AutoSuggest multiple CFINPUT fields

2008-02-12 Thread Philip Hayes
It seems the CFTEXTAREA version of the FCK editor is OK... but the newer version kills it. Still I want to use the newer version. Anybody have any ideas of what i can do to fix it? On Dec 30, 2007, at 9:15 PM, Philip L. Hayes wrote: Hi everybody... Can anybody point me to

How can I AutoSuggest multiple CFINPUT fields

2007-12-30 Thread Philip L. Hayes
Hi everybody... Can anybody point me to information where I can learn how to fill several form fields with query information returned from an autosuggest query? Basically, I want to enter an employees ID. When a match is selected or found, I want to populate the name, address and phone

Re: How can I AutoSuggest multiple CFINPUT fields

2007-12-30 Thread Andrew Scott
It can be done in any version of Coldfusion. Just easier in CF8. Ajax is the key here. On 12/31/07, Philip L. Hayes [EMAIL PROTECTED] wrote: Hi everybody... Can anybody point me to information where I can learn how to fill several form fields with query information returned from an