Option field as Boolean

sabzamsabzam Member Posts: 1,149
Hi Everybody,

I've got an option field which has got four possible options. Is it possible to show the option on the form as 4 different booleans?

For example we have got field named status, with options, init, open or close

Now the user will have a tag called status, and three boxes to tick one of them.

Can this be done without excessive coding?

Comments

  • peperlpeperl Member Posts: 6
    Hi,

    Have you tried to use a Option Buton instead of a Check Box? You can do it with check boxes, but it requieres some code.

    Regards
  • DenSterDenSter Member Posts: 8,305
    sabzam wrote:
    Can this be done without excessive coding?
    Use a frame (the frame is not necessary but is a nice way to show that the values are related) and put an option button for each option value in there, set the SourceExpr to the option field, and set the OptionValue to the value of the option. No coding at all.
Sign In or Register to comment.