Answered
New to UDFs
I am getting ready to write my first UDF.
I have a form (cfform, format flash) that is going to have many fields in which the users can type in a numeric entry (validated as float).
On blur on each field, I want to call my UDF which will do some very basic validating/formatting of the number entered into that field. (i.e., making sure there are only two numbers after the decimal for starters)
It is very (*very* lol) basic so far, I want to add in more to it after I get this initial part working. Below is what I have so far:
So the question...in my form fields, how do I call that on an onBlur event passing the current field's data to it??
I have a form (cfform, format flash) that is going to have many fields in which the users can type in a numeric entry (validated as float).
On blur on each field, I want to call my UDF which will do some very basic validating/formatting of the number entered into that field. (i.e., making sure there are only two numbers after the decimal for starters)
It is very (*very* lol) basic so far, I want to add in more to it after I get this initial part working. Below is what I have so far:
So the question...in my form fields, how do I call that on an onBlur event passing the current field's data to it??
