Radio Button [message #84255] |
Fri, 20 February 2004 12:50 |
Nina Villegas
Messages: 13 Registered: November 2003
|
Junior Member |
|
|
Hello,
Is there a property so that at run time, my radio button doesn't have the black dot already set? I want it to be blank when my form opens. Any help would be appreciated.
Thanks.
|
|
|
Re: Radio Button [message #84256 is a reply to message #84255] |
Sat, 21 February 2004 00:16 |
sathya
Messages: 27 Registered: December 2000
|
Junior Member |
|
|
One solution for this problem is ,
create one more radio button,which shouldn't be shown in the canvas, and set the default (initial value) to this button .
the radio button value for this button should be null.
sathya.
|
|
|