Hi, I am trying to get 4 related select boxes to work and I cannot seem to get any more than the first 2 boxes populated. Here is a snippet of my code that I...
Andy, You're almost there. 1) Remove that </cfstoredproc> line. You probably just missed that when cutting and pasting, but it shouldn't be there. 2) Remove...
Hi there; I just wanted to see if anyone has considered doing any work to port qForms over to a Flash ActionScript implementation. I think it would be a great...
James, I had talk to Allaire (yes, Allaire, not MACR) about doing something like that. The problem is, writing the HTML version takes up enough of my free time...
Hi Andy, I was playing around multiple related select boxes and i found a small problem as well. Overall works ok. Anyway, I implement something more complex...
Thanks for all your help guy's, Dan you are spot on and I am finally up and running, very much appreciated. :-) ... small ... related_selectboxes.htm ... ...
Just one more quick question, how do you get rid of the first blank entry in the select boxes? For example I want to set the size to 5 but I always get a blank...
Radu, ... You're right--you definitely want to clear the other checkboxes. I tend to try to make the examples as simple as possible--highlighting the core ...
Andy, ... If you don't want the blank entries, change you lines from: objForm.Country.populate(stcTeams[objForm.Region.getValue()], null, null, stcBlank); To: ...
James, If you're interested in working on this, contact me off list. One of the things I was trying to do was break down the v2 to make it a little more ...
Hi, I am trying to validate my site using the http://validator.w3.org <http://validator.w3.org/> . the only problem is that Name is deprecated in XHTML, and...
Jason, Version 2.0 supports using the ID instead of name attribute. You check out the source code at qforms.tigris.org and rip the code in 2.0 to use in v1. ...
I apologize if this has already been discussed. I searched in the messages and found some discussion on RegEx issues in the _stripInvalidChars function, but I...
Hi Dan, qForm JSAPI: Validation Library Author: Dan G. Switzer, II Build: 113 ... __________________________________________________ Do You Yahoo!? Tired of...
Thank you! That did it. objForm.SocialSecurityNumber.validateFormat("SSN"); Now the user can type 9 characters with or without the dashes and qForms will add...
I went out to PengoWorks.com http://www.pengoworks.com/workshop/...x.cfm#downloads and downloaded their N-Selects Related code. The code works great and my...
Hi guys, I tried to use qForms last night for the first time. When I tried using validateNumeric() on the value 149.00, the validation failed and generated and...
Rey Bango
rey@...
Aug 23, 2005 2:45 pm
3260
Rey, I'm using a custom function for this validation, (add to: custom_validation.js) function _Field_isNumericFloat() { var ValidChars = "01213456789."; var...
Radu, Thank you very much for you code. I really appreciate that. I also found some other code that does currency validation so both of these snippers will...
Perhaps the problem lies within the following 3 code snippets? // define Gateway create(); prototype Gateway.prototype.create = function(){ this.width =...
The problem is with selectedIndex call. When you increase the size of the box a value isn't selected by default, which means the selectedIndex returns -1...
Hello - I am having a problem using some of the qForms functionality in Safari 1.3 on OS X. Its working perfectly in all other browsers / versions except...
Sorry it does NOT give an error - it just bypasses those 2 items all together. Just a clarification! Any help would be greatly appreciated! ... having ... ...