dhodgdon
Posts: 80
|
| Posted: 08/09/2004, 8:13 PM |
|
I have the Unique data property in a form set to Yes but I don't get an error when there is an identical record already present in the database for that control.
I also tried counting the errors in the OnValidate event using users.Errors.Count <> 0 but it doesn't return an error either.
Any thoughts?
_________________
Regards,
David Hodgdon
|
 |
 |
dhodgdon
Posts: 80
|
| Posted: 08/16/2004, 1:18 AM |
|
Yes Software support suggested that I delete the <filename>.asp from the CCS project and from the web site then regenerate and publish.
The Unique function worked after I did this. No explanation why this needed to be done.
_________________
Regards,
David Hodgdon
|
 |
 |
|