valulist - how to set a default?

I’m hoping to set a default value on a value list I use in lots of places (its in a search form radios set to make a selection for Any, No or Yes).

Since its in lots of places on lots of forms I’d like to default it to 1 (which is Any in this scenario). I can do that in code for each form element and I can do it in the DB but hope to do it in Servoy more globally - perhaps some means of creating a default in the Valuelist itself?

Any ideas - ?

Ian,

The value list just displays the value of the data provider.
You should look at initializing the data providers instead.

Rob