‎2009 Oct 30 7:05 AM
Hi all,
i have created 3 radio buttom IN SCREEN Painter ,but all are in 'X' STATUS .
how to make it like rad1 = 'x'
rad2 = ' ' .
rad3 = ' '.
regards,
santosh
Edited by: santosh jajur on Oct 30, 2009 8:05 AM
‎2009 Oct 30 12:00 PM
Hi,
Problem is you had not grouped 3 radio buttons,select the 3 radio buttons right click and chosse group option there.
Thanks & Regards,
Sateesh.
‎2009 Oct 30 7:06 AM
Did you asign a radio button group for those 3 radio buttons?
‎2009 Oct 30 7:10 AM
‎2009 Oct 30 9:26 AM
Hi mahesh,
i have created as its demo program ,but in only one condtion fcode field is hide,its not allowing to write ,please guide me how to do it..
regards,
santosh
‎2009 Oct 30 10:22 AM
‎2009 Oct 30 11:41 AM
Hi Sri,
I created the radio button as iits in example given by mahesh,only changes is function code in the screen painter is hide , i cant edit and write the func code. please guide .
regards,
santosh.
‎2009 Oct 30 7:28 AM
Declare your radio button names in screen-painter as MODE-VIEW, MODE-MAintain_flights, MODE-maintain_booking.
In TOP declaration of ur program write :-
DATA: BEGIN OF MODE, "Structure for Radio-Buttons
view VALUE 'X',
maintain_fligHts VALUE '',
maintain_booking value '',
END OF MODE.
Edited by: vijetasap on Oct 30, 2009 8:28 AM
‎2009 Oct 30 7:48 AM
Hi,
What do you mean by 'all are in 'X' STATUS '. Do you mean that you are able to select all the radio buttons. If that is the problem it is because you have not grouped the radio buttons. In screen painter select all the radio buttons and right click and define the group. Now you will be able to slect only one radio button and code according to your requirement.
Hope this helps you.
Thanks,
Sri.
‎2009 Oct 30 10:14 AM
Hi santosh jajur
when you create the Radio Buttons go to properties in that we have group make sure that group is one and the same for all .active . I am sure your work will be done .
Sravya
‎2009 Oct 30 12:00 PM
Hi,
Problem is you had not grouped 3 radio buttons,select the 3 radio buttons right click and chosse group option there.
Thanks & Regards,
Sateesh.
‎2009 Oct 30 12:09 PM