Trying to check if username exists in table prior to form submit

2013-04-08 Thread Dustin Lennon
I've been trying for some time trying to get various examples that I've found online how to do this, but none seem to do any checking after I leave the input field that contains the username to be checked. I'll first post the link to my work in progress and then post my code to my .cfm and

cfinput autosuggest list not correct

2013-04-08 Thread Bill Franklin
I have verified that the JSON being returned shows the correct values, but the values that the cfinput are displaying are only the people with a first name that starts with the value I have typed... cfinput type=text name=full_name id=full_name message=Start typing

Re: cfinput autosuggest list not correct

2013-04-08 Thread Raymond Camden
That's the default. Use matchContains=true. Oh, and stop using cfinput. Avoid the CF UI tags. Take the time to learn some JS. You will thank me. On Mon, Apr 8, 2013 at 4:50 PM, Bill Franklin bill.frank...@bayer.comwrote: I have verified that the JSON being returned shows the correct

Re: cfinput autosuggest list not correct

2013-04-08 Thread Matt Quackenbush
On Mon, Apr 8, 2013 at 6:00 PM, Raymond Camden raymondcam...@gmail.comwrote: Oh, and stop using cfinput. Avoid the CF UI tags. Take the time to learn some JS. You will thank me. +infinity ~| Order the Adobe Coldfusion

ColdFusion Builder standalone vs. plugin

2013-04-08 Thread Michael Dinowitz
Is there any real operational differences between the two different implementations of CF Builder? Is there some feature in one but not the other? And to take the question a step further, if someone is running a non-licensed version of builder, will they find more features missing from one

Re: ColdFusion Builder standalone vs. plugin

2013-04-08 Thread Adam Cameron
On 9 April 2013 10:22, Michael Dinowitz mdino...@houseoffusion.com wrote: Is there any real operational differences between the two different implementations of CF Builder? Coincidentally I started looking into this yesterday, and completed it today. I've blogged my findings:

Re: ColdFusion Builder standalone vs. plugin

2013-04-08 Thread Andrew Scott
Michael, to answer the first question, there are no differences until the trial expires and the express kicks in. Otherwise the 2 are identical products. It depends on your usage and mileage, but as Adam has responded with the 64Bit version runs a lot faster, and is only achievable via a plugin

Re: ColdFusion Builder standalone vs. plugin

2013-04-08 Thread Andrew Scott
Sorry that made it sound like there is a difference when it comes to the express version, they are still the same product. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 On Tue, Apr 9, 2013 at 3:13 PM, Andrew Scott