radio button

  • Thread starter Roland.Fontaine@gmail.com
  • Start date
R

Roland.Fontaine@gmail.com

Guest
I would like to give the user the option to select multiple radio
buttons within the same gui. I have used the hiCreateRadioField
function before, but this only allows for one button to be selected at
a time. Is there a function that will allow for multiple buttons to be
selected at once?

thanks for the input.
 
hiCreateToggleField

Roland.Fontaine@gmail.com wrote:
I would like to give the user the option to select multiple radio
buttons within the same gui. I have used the hiCreateRadioField
function before, but this only allows for one button to be selected at
a time. Is there a function that will allow for multiple buttons to be
selected at once?

thanks for the input.
 
Roland.Fontaine@gmail.com wrote:
I would like to give the user the option to select multiple radio
buttons within the same gui. I have used the hiCreateRadioField
function before, but this only allows for one button to be selected at
a time. Is there a function that will allow for multiple buttons to be
selected at once?

thanks for the input.
You need to use check boxes in this case, which are named "boolean
buttons" in cadence - if i remember correctly.

Stéphane
 
In article <1131569720.831880.17720@g47g2000cwa.googlegroups.com> "Roland.Fontaine@gmail.com" <Roland.Fontaine@gmail.com> writes:
I would like to give the user the option to select multiple radio
buttons within the same gui. I have used the hiCreateRadioField
function before, but this only allows for one button to be selected at
a time. Is there a function that will allow for multiple buttons to be
selected at once?
hiCreateToggleField()

-Pete Zakel
(phz@seeheader.nospam)

"You can observe a lot just by watching." -- Yogi Berra
 

Welcome to EDABoard.com

Sponsor

Back
Top