How to validate a CFINPUT Test field to NOT allow certain values?

2012-03-27 Thread Les Mizzell
Trying to figure out how to validate a specific cfinput text input field. I need this input to NOT allow any previously existing value coming from a query. (long list of part numbers.) Is there any way to use the bind parameter to pull this off? Suggestions? Looking at jquery ideas, but

Re: How to validate a CFINPUT Test field to NOT allow certain values?

2012-03-27 Thread Andrew Scott
And bind or jQuery / ExtJS plugin that can do an Ajax call will be able to do this. All you need to do is bind (Bind is the same as an Ajax call) to a component that could do the lookup for you. I am not sure if bind in ColdFusion can delay sending till a certain amount of characters are

Re: How to validate a CFINPUT Test field to NOT allow certain values?

2012-03-27 Thread Andrew Scott
Btw I have a 3 part serious that does an FAQ lookup based on a user input, which might help some. http://www.andyscott.id.au/2009/9/9/ColdFusion-and-leveraging-extJS-from-within--Part-I -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: