Menu

Radio buttons option value

Help
2011-12-06
2013-03-18
  • nenad cikic

    nenad cikic - 2011-12-06

    This is not important, just to let you know about the problem.
    If i declare the OPTION control as follows
                                 OPTION('Skladi<154>te'),AT(242,30,141,17),USE(LSkladIzbor),BOXED
                                   RADIO('S - Sva'),AT(281,36),USE(?LSkladIzbor:Radio1)
                                   RADIO('I - Izabrano'),AT(327,36),USE(?LSkladIzbor:Radio2)
                                 END

    where LSkladIzbor is STRING(1)
    the LSkladIzbor gets the value of S or I, depending of what i choose. So, at least in clarion6, there is no need to specify the VALUE property for RADIO controls.
    With c2j if i do not specify the VALUE then the RADIO does not work.

    Nenad

     
  • Andrew Barnham

    Andrew Barnham - 2011-12-07

    checking help file for clarion 5.5 c2j is indeed not implementing Radio correctly.

    Documentation says that use variable of the parent object takes either VALUE of TEXT, whichever is set, in that order.

    Will make a note in bugs section on c2j project.

     

Log in to post a comment.

Auth0 Logo