Re: Radio Buttons
On Sun, 06 May 2001, msuclay at hotmail.com wrote:
> Hey guys,
>
> Thanks for the great forum. I have a problem that I have been working on
> and cannot find the answer. I would appreciate any and all help. Thanks.
>
> Below is a small program that I have written to try to solve the problem
> that I am having. If you take a look at the program you will see a series
> of 5 rows. Each row has 3 radio buttons and an edit box for a number. With
> this program I would like to be able to select 1 radio button per row. This
> program will only allow 1 radio button per page. If the user selects the
> left radio button I would like for it to multiply the value entered in the
> edit box time 1. If the user selects the middle radio button I would like
> for it to multiply the value entered in the edit box times 2. If the user
> selects the right radio button I would like for it to multiply the value
> entered in the edit box times 3. Then display the answer in the total box
> at the bottom.
>
Just enclose the buttons that have to work "together" - meaning clicking one
clears the others in its group - in a group control (the outline box thingy)
So, for the above, you'd have 3 groups, one for each row.
Regards,
Irv
|
Not Categorized, Please Help
|
|