Radio Buttons, make values Y or N

Hi, basically we have a table with a field called Multi. This holds either a Y or N character.

I want a form with 2 radio buttons on, when a record is searched for, the correct radio button will be selected depending on whats in the multi field (Y/N).

I also want to be able to change that field by pressing either of the radio buttons and to input the value back in the table as Y or N.

How do I go about doing this?
Totally new to java and servoy.

Thanks

You have to create a valuelist, this list will contain both values (Y/N)
On the form put a field that you link to the dataprovider Multi and assign the valuelist to this field.
Also change the display_type to RADIO.

You can find a walkthrough here: http://visualfoxpro.com/valuelist_custom.aspx

Cheers,