Page 1 of 1

Checkbox selection unique

Posted: Thu Jun 15, 2017 10:04 am
by storm1

Hi.

I have a table with 18 checkbox but I want the user can only one select of them when adding or editing.

Thanks


Re: Checkbox selection unique

Posted: Fri Jun 16, 2017 8:16 am
by Chris

That's what RADIO buttons are for.


Re: Checkbox selection unique

Posted: Sat Jun 17, 2017 9:43 am
by storm1

Hi
Sorry, but i need checkbox because some fields have a date field and other data.

Thanks


Re: Checkbox selection unique

Posted: Sat Jun 17, 2017 12:26 pm
by arbei

You can use the "Client side events" in the "Edit Tag" and use the change event to monitor the user is selected only 1 options in this field.

You can also use Form_CustomValidate server and/or client events to validate, see Server Events and Client Scrips in the help file.