Radio button checked by itself

T

tshad

I have a form that has 2 sets of radiobuttons. As it happens I created 1
radiobutton and then copied it a pasted it 4 times.

I have 4 radiobuttons split up into 2 groupboxes (2 radiobuttons each).

When I first start the program none of the radiobuttons are checked.

I also have 4 buttons on the bottom of the page.

For some reason, when I hit any of the buttons at the bottom of the page,
the original radio button will show as checked????

How do I get it NOT to do that?

Thanks,

Tom
 
S

Stanimir Stoyanov

For some reason, when I hit any of the buttons at the bottom of the page,
the original radio button will show as checked????

Which radio button do you refer to as 'the original one'? As long as the
three groups of radio buttons are separated (in group boxes, on the form)
they will not interfere.

Best Regards,
Stanimir Stoyanov | www.stoyanoff.info
 
T

tshad

Stanimir Stoyanov said:
Which radio button do you refer to as 'the original one'? As long as the
three groups of radio buttons are separated (in group boxes, on the form)
they will not interfere.
Agreed.

But my question is why the original one, which isn't set when you start the
program, gets set when you press any of 4 buttons? The radiobutton was
never checked manually or programmatically.

Thanks,

Tom
 
S

Stanimir Stoyanov

Can you post the relevant code block from your form? I'm afraid it is not
possible to figure out the problem without at least seeing what your app
does.

Best Regards,
Stanimir Stoyanov | www.stoyanoff.info
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top