I was using the MAX element callout - it validated on all cases except when the input = MAX value and some other various values. I was unable to figure out the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the validation group. File :...
validation@yahoogroup...
Dec 13, 2001 8:18 pm
195
I put in the new update and received the same conditions. I guess that it seems that it is doing a character comparison instead of a numeric value. What were...
looks to me like the quotes are causing the problem. don't know why that is a problem at the moment. it may be the parseFloat comparison. try setting the...
Matthew, Thanks for the reply. I changed my conditions to values and the functions work as described with the newer js release. I just have to stop thinking...
Hi, I use this validation togheter with a css stylesheet. But the format of the css does not work toghter with the following required and filter. The...
Glad I could help. I still think you should be able to use string values there if you want--simply because that value should be able to come from an HTML...
I had an error that I was testing for ... just to update the group. I was evaluating the currency format - using the sample form in the zip. If the number was...
Happy Holiday... to everyone. Just wanted to ask if anybody knows how to use validation.js if you are using DTC on Visual Interdev 6. If ever just a simple...
Ariel Martinez
ariel@...
Dec 26, 2001 1:59 am
202
You should be able to use it in the 'normal' way. Might be an interesting project to write an addin to expose the form & control object model with the extra...
Padgett So, that means I can only used the HTML form not the DTC? Really cant understand so much what your talking about... can you help me out... or give me...
Ariel Martinez
ariel@...
Dec 27, 2001 5:26 am
204
Ariel, The DTC is a graphical representation of a block of code within interdev. Each DTC relies on a series of scripts that are created when you create your...
Padgett, Thanks again... Okey.. now I get it... but the problem here in our office... we are not allowed to change the DTC to View as text. Matt mention about...
Ariel Martinez
ariel@...
Dec 27, 2001 9:48 am
206
Ariel, Matts code looks good to me. (he wrote the validation scripts so is the highest voice of authority here). Give it a bash and let us all know how it...
Padgett, Thanks... 'well do you have an ICQ so that if ever I need help I could ask some simple questions on you directly? Mine is 47631584. Thanks again......
Ariel Martinez
ariel@...
Dec 27, 2001 10:01 am
208
Ariel, Nope sorry, I am not on ICQ. Matts validation scripts work by extending a controls object model by dynamically adding properties. In his sample code,...
Hi, I use this validation togheter with a css stylesheet. But the format of the css does not work toghter with the following required and filter. The...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the validation group. File :...
validation@yahoogroup...
Jan 8, 2002 5:58 pm
214
I loaded the validation.htm from the 3.0.1 version and was unable to perform a MASK function. I used different data within the MASK field - validation.htm to...
I'm not that surprised to see your note. Can you give me more details; I can try to fix something or give you some help working around the problem. ... From:...
I was merely testing your release package and the validation.htm that was included. I currently do not have a need for this function to work. I went back and...
In that case, my current fix is to say, "don't use it." I'm not fond of the code in that section of the script since it came from the old IE-only code without...
The recent 3.0.1 release forces data to have 9.99 MASK for the CURRENCY function. The previous 3.0.0.B2 did not force padding, but 3.0.0.B did. Oracle and...
i feel your pain. but i would suggest altering the latest validation script to accept fewer significant digits rather than reverting to an older script--if...
I made the substitution into the js. I tested the code in ie6 and ns4.51 with same validation results. Everything looks good. Thanks as always to the quick...
I know that I will be adding international functions like postal code and telephone/mobile/SMS through a browser interface. Along with your test page, you...