I am using the validateNumeric() function and it seems to not be working properly. I have a field called bedrooms and if I enter text the text "three plus...
I have the same problem. The function will accept any number concatinated with any text string ie: "3eafdr". I have no idea why it isn't working the way that...
Send a complete code example to the list... Also include browser, platform & qForms build #. ... I have the same problem. The function will accept any number...
... No, I've seen this issue too. IIRC, it's releated to the use of NaN() to examine the value in the field. -- Thomas C "Does google know ?"...
Thomas Chiverton
tchiverton@...
Jan 7, 2003 2:40 pm
1627
Add this code to your validation.js file //Test fields to make sure they are proper integer with no decimal points function __IsNumericInt() { var ValidChars =...
Add this code to your validation.js file //Test fields to make sure they are proper integer with no decimal points function __IsNumericInt() { var ValidChars =...
Add this code to your validation.js file //Test fields to make sure they are proper integer with no decimal points function __IsNumericInt() { var ValidChars =...
Hi, I am having trouble validating my field for "two" masks. I want to use the validateFormat method to make sure that the entered text is formatted as...
Thanks Fred, I am sorry for the dumb question, but I am not familiar with Javascript at all. How do I run the function you have created? I have tried various...
Hello I've a problem with this script. Clicking on the checkbox "schaden" just toggels the field "betrag", the field "wae" is never enabled. Perhaps I just...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qformsapi group. File :...
qformsapi@yahoogroups...
Jan 10, 2003 9:55 pm
1636
Steve, Sorry I sort of told you wrong, it's actually been a while sinse I've used qForms, I've been out of work sinse October. Every validator can be involked...
I'm having the same exact problem. It works fine in IE, but i'm using NS 7 and Mozilla, and in both of them, when the function to disable() fires, it throws...
Thanks Fred, I know what it's like to be out of work. I was out for 9 months last year. I tried your new code and got a validate message that leads me to...
As I wrote earlier to the group, the "disabled()" method has an error in it. Please see my earlier reply or check the files listed for this group on...
I was having some problems using the ValidateNotEmpty method. I am making a field required and I also wanted to check that the field was not empty (ie:...
I have 4 check boxes. They are all named the same but have different values assigned to them. I need to be able to control the top one valued "All". By this...
There is a problem with the regular expressions used by the _ltrim and _rtrim functions. I have updated these and posted them to the files area of the group as...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the qformsapi group. File : /trim.html ...
qformsapi@yahoogroups...
Jan 14, 2003 2:12 pm
1644
Hi Guys! Expression Builder has been a part of Cold Fusion Studio since version 3. This built-in function uses a source file, ExpressionElements.vtm, for its ...
Dave Babbitt
dbabbitt@...
Jan 16, 2003 9:20 pm
1645
How do I disable the submitCheck(). I actually need to enable additional submit requests. Eugen...
Eugen Notter
e.notter@...
Jan 18, 2003 1:53 pm
1646
What are you trying to do exactly? The form property "_status" might be what you're looking for, when a form is initialized with qForms it's value for this...
... Thanks for replying to my post. I want the user to be able to save the changes back to database after having made part of all necessary changes. My form...
Eugen Notter
e.notter@...
Jan 18, 2003 2:18 pm
1648
Use the qForm "onSubmit()" method. Try the code below replacing "[your_qForm]" with the name of your qForm. Run it after initializing the form [ e.g....
Thank you very much for your appreciated help. It did the trick and it works just fine now. Eugen ... From: m.lesko@... [mailto:m.lesko@...] ...
Eugen Notter
e.notter@...
Jan 18, 2003 4:50 pm
1650
Hi all, My first post here, I've just started using qForms (love it), and I've searched the message archive with no joy, so here goes with the whining... I...