Shawn
|
| Posted: 05/25/2002, 1:35 PM |
|
I'd like to see more input validations on the properties data tab. Right now in CCS Beta 4 we have validate email and validate zip. Like to see validate Phone and others.
Sincerely,
Shawn
|
|
|
 |
Nicole
|
| Posted: 05/27/2002, 12:43 AM |
|
Hello,
you see that it is Beta version. I believe that we'll see more input masks in final version.
|
|
|
 |
Brent
|
| Posted: 05/27/2002, 7:07 AM |
|
YesSoftware,
It would be *very nice* if we could add our own validation strings to the
list of input validations. Perhaps allow the user to store them in an include
file and then specify this include file in the application properties window.
Our input validation include file could then be used in a variety of applications.
Brent
|
|
|
 |
Nicole
|
| Posted: 05/28/2002, 12:01 AM |
|
Brent,
you can use onValidate event for this purpose.
|
|
|
 |
kangus
|
| Posted: 08/15/2002, 12:04 AM |
|
Another fine night shot.
I have an email field and select Input Validation : email which inserts this cryptic string: ^[\w\.-]{1,}\@([\da-zA-Z-]{1,}\.){1,}[\da-zA-Z-]+$ I find out that when I add the Text to display on input error then switch to Live View, I get a warning: TextBox EmailName: The Validation Rule property is empty. When I test the validation my message does not display. I dig into the 'CODE' and find my error message text is for my error handling code, the only way I can get my message to display is my modifying the CODE... At the very least you should include error messages that explain how to fix the reason an error was caused. Why is there only a 5 digit zip code and email mask? Do you understand that we are trying to use this product to create professional business solutions, solutions that require data validation on entry and formatting for display? If I enter an error message to display instead of the canned one why can’t it be the one displayed? Has any of your programmers used Access? The input Formatting masks take about 5 minutes to learn how to build, I have to look forward to creating formatting and validation for money, temperature, percent and then hand crafting each field.... RAD?
|
|
|
 |
|