‎2006 Nov 20 2:11 PM
when we create radio buttons by default one of the buttons will be in active mode .can i create buttons with no button in active mode.
‎2006 Nov 20 2:13 PM
I think you can, but by definition that doesn't make sense - one radiobutton in a group should always be on. Perhaps you should be using checkboxes instead?
MJ
‎2006 Nov 20 2:13 PM
I think you can, but by definition that doesn't make sense - one radiobutton in a group should always be on. Perhaps you should be using checkboxes instead?
MJ
‎2006 Nov 20 2:13 PM
Hello Pavan,
Unfortunately, this is not possible in ABAP.
Regards,
Anand Mandalika.
‎2006 Nov 20 2:13 PM
You can set the default values in the INITIALIZATION event... but Why?
~Suresh
‎2006 Nov 20 2:13 PM
hi,
I dont think so. the best i can suggest is create 3 and hide the one which is ticked using addition no-display.
mark if it helps.
santhosh
‎2006 Nov 20 2:14 PM
no u cant create a radio button group with 2 radio buttons unchecked...atleast one of them should be checked...Instead use check boxes wherein u can leave them unchecked and user can check and based on that additional functionality can be written