Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Hanno1962 #1
CFMX 7 : Mask
Hi, I am trying to use the mask on inputting data. However, I am able to submit
my form even if the mask is not completed.
Example : Mask : XX-999
It allows me to submit BE-1, whereas I would like to enforce the 3 digits. Any
ideas what I am doing wrong here ?
Hanno1962 Guest
-
javascript differences CFMX 5 / CFMX 7 ??
same cfm-file on different servers called from same client / same browser (IE 6 SP 2) on CFMX 5 document.body.offsetHeight is 1232 on... -
CFMX 7 won't prompt for upgrade of CFMX 6.1
Hi all. I'm trying to upgrade our CFMX 6.1 Standard installation to CFMX 7 Standard. So to make life easier, I downloaded the trial of CFMX 7... -
CFMX Std standalone to CFMX Ent on JRUN
I have CFMX 6.1 Standard Edtion running as a stand alone server on my dev box. Now I want to test CFMX 6.1 Enterprise Edition running it as a Jrun... -
Upgrade Multiserver CFMX 6.1 to CFMX 7
Hi, We have a CFMX 6.1 (jrun 4 updater 5) multiserver installation + Apache. We'd like to upgrade to CFMX 7 multiserver installation. Our IT... -
Date Mask in CFGRIDCOLUMN - CFMX 7
Hello, I'm using CFGRID inside of a CFFORM format='flash'. It's pretty sweet functionality. Just got CFMX 7 2 days ago and I'm loving it... -
preese #2
Re: CFMX 7 : Mask
I'd suggest looking into validating forms using regular expressions:
[url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001384.htm[/url]
preese Guest
-
Hanno1962 #3
Re: CFMX 7 : Mask
Thank you, will do.
But I would have liked it better if I could do it under Flash forms as well.
Hanno1962 Guest
-
MikeSans1 #4
Re: CFMX 7 : Mask
I don't have time to test it, but I use masks in MSAccess. At least for access if the entry is required and numberic, use a 0 instead of 9
and '&' signs instead of XX
like:
&&-000
MikeSans1 Guest



Reply With Quote

