zuhair_jai
Posts: 7
|
| Posted: 01/03/2005, 4:57 PM |
|
how do i can read items from two textbox, joining them and insert them in a field in database. plz... help me. i want to make the interface user friendly so it will be no mistake with the format when users enter data such as social security number,phone numbers or date.
|
 |
 |
kevind
Posts: 251
|
| Posted: 02/04/2005, 12:18 PM |
|
Hi,
Instead of putting 2 fields together you could format 1 field with the Validate Entry event.
Have a look at the Help while in CCS. Search for 'Validate Phone'.
In the Events for a field you add the Validate Entry event to the Client OnLoad section, then set your lengths and formatting - there are some example formats for Zip and e-mail.
I find (000)000-0000 works for phone numbers.
kd
_________________
thanks
Kevin
======================
CCS 3.2.x / ASP / MS Access /mySQL / PHP / jQuery / jQuery UI / jQuery Mobile
|
 |
 |
|