J
|
Jane 12/8/2008 |
Hi, |
S
|
senake 12/20/2008 |
Hi Jane, Hi, if you set up checkbox field as required you should mark this field as checked and can't uncheck it. In general you can verify entered values in the Before record added/updated events on the Events tab and print error message if needed. |
J
|
Jane 12/22/2008 |
Hi, if dict("FieldName")=0 then response.write "error message" BeforeEdit = False else BeforeEdit = True end if |