iirc, something like:

<cfinput name="tinput2" type="text"
bind="cfc:path.to.cfc.methodname({tinput1})">

may have to add an event to the bound control, i.e. [EMAIL PROTECTED] to
prevent the bind from firing with every letter you type into tinput1...

all from memory - can;t test it now = beware...

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/



James Blaha wrote:
> Hi Folks,
>
> Is there a way instead of populating "tinput2" with "tinput1" results it 
> sends the information to a query and returns the result to "tinput2"?
>
> -Jim
>
> <cfform>
>     <cfinput name="tinput1" type="text">
>     <cfinput name="tinput2" type="text" bind="{tinput1}">
> </cfform> 
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303687
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to