Sean
|
| Posted: 06/06/2003, 8:53 AM |
|
I am using CCS 2.0 with ASP 3.0 using MS Access 2000. I have a field for phone numbers formatted in Access to use !\(999") "000\-0000;0;_ so it we can type in a string of numbers and it auto formats it for me. The field in Access display correctly, but CCS does not show the formatting...only a string of numbers. Do I need to do something different in CCS?
|
|
|
 |
rrodgers
|
| Posted: 06/06/2003, 10:48 AM |
|
I am not sure if the validations from the db get carried over when building the form. Some db's may not have display info stored.
You can use the "Validate Entry" action in the events to do this. The Example pack that came with CCS2+ has an example that shows how to use it.
Look at the
"Data Entry page with Input Mask "
example.
rob
|
|
|
 |
|