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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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.