[cfaussie] AutoSuggest Text Box

2012-12-19 Thread raiola
Hi am using the following code to benefit from the autosuggest feature

 

cfinput type=textname=organisation_au
autosuggest=#ValueList(aust_listorganisations.organisation)# size=50

 

however its currently passing the organisation name in the form when I need
it to pass the orgid, however do I reference the matching orgid so the form
passes the orgid rather than the orgname whilst displaying the org name in
the autosuggest text box

 

Regards Claude

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] AutoSuggest Text Box

2012-12-19 Thread Paul Kukiel

I would do this with jQuery here is a great example:

http://jacktraynor.blogspot.com.au/2012/02/jquery-autocomplete-using-coldfusion.html

Regards,
On 20/12/2012 4:06 PM, rai...@ozemail.com.au wrote:


Hi am using the following code to benefit from the autosuggest feature

cfinput type=text name=organisation_au 
autosuggest=#ValueList(aust_listorganisations.organisation)# size=50


however its currently passing the organisation name in the form when I 
need it to pass the orgid, however do I reference the matching orgid 
so the form passes the orgid rather than the orgname whilst displaying 
the org name in the autosuggest text box


Regards Claude

--
You received this message because you are subscribed to the Google 
Groups cfaussie group.

To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.


--
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



RE: [cfaussie] AutoSuggest Text Box

2012-12-19 Thread raiola
Hi Paul

 

The current AutoSelect works fine however I just need to figure out how to
tweek it so it can pass the orgid for the selected entry and not the
displayed org name that is displayed in the text box as a result of the auto
complete search

 

 

Claude Raiola (B.Econ Acc; B.Hot. Mngt)

SAMARIS Software
Email: i...@samaris.net

Website: www.SAMARIS.net

FREE CALL: 1300 255 990

 

From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf
Of Paul Kukiel
Sent: Thursday, 20 December 2012 3:29 PM
To: cfaussie@googlegroups.com
Subject: Re: [cfaussie] AutoSuggest Text Box

 

I would do this with jQuery here is a great example:

http://jacktraynor.blogspot.com.au/2012/02/jquery-autocomplete-using-coldfus
ion.html

Regards,

On 20/12/2012 4:06 PM, rai...@ozemail.com.au wrote:

Hi am using the following code to benefit from the autosuggest feature

 

cfinput type=textname=organisation_au
autosuggest=#ValueList(aust_listorganisations.organisation)# size=50

 

however its currently passing the organisation name in the form when I need
it to pass the orgid, however do I reference the matching orgid so the form
passes the orgid rather than the orgname whilst displaying the org name in
the autosuggest text box

 

Regards Claude

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

 

-- 
You received this message because you are subscribed to the Google Groups
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/cfaussie?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.



Re: [cfaussie] AutoSuggest Text Box

2012-12-19 Thread Kai Koenig
+1

 I would do this with jQuery here is a great example:
 
 http://jacktraynor.blogspot.com.au/2012/02/jquery-autocomplete-using-coldfusion.html
 
 

-- 
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.