Servoy 7.x Checkbox with Valuelist Fail?

Hey Guys,

I have a customer that needs multiple values in a single field that the user chooses with checkboxes.

In Smart Client (what they’re using now) - it’s no problem. Just create a text field, attach a valuelist and make it displayType “CHECK”. Done.

In Webclient - this doesn’t work at all. I think it’s assuming only a single (number) value - or ??

Is there an easy way to do this?

Bob

Hi Bob,

AFAIK this should just work.
What exact Servoy version are you using and what column type is the dataprovider? Also is this a value list with only real values or real/display values?
I have seen it working in 6.1.x with a value list with only real values so if it doesn’t work for you I think this is a bug.

The dataprovider is TEXT (I’ve even tried with just a form variable)…

It’s on 7.2 (that’s what our production servers are on at the moment)…

JUST AN UPDATE:

We updated the servers to 7.3.1 and everything works as expected. :D