making a field check in web client

Hi All,

I am using a form variable in web client . I have attached a value list to it . The display type is check . The value list is having custom values . I am pogramatically setting the value list values . It is working fine in smart client . but it is crashing in web client . When I am changing the display type from check to text . It is not crashing.

Please provide some suggestion on this.

Thanks,
aks

Hi. Which Servoy version? I guess you mean that the field type is check and the dataprovider for that field is a form variable…
Is the form variable of type TEXT?

You could have a look in app. server log when it fails to do what you want (maybe there’s a helpful message at the time it happens) or make a very simple 1 field sample solution to show the problem.