radio button list question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Adrian

    radio button list question

    How do I reset a radio buttion list
    so that no radio buttons are selected
    any longer? (Please give the code.)
    Many thanks.
    Adrian.


  • Mark R. Dawson

    #2
    RE: radio button list question

    Hi Adrian,
    set all of the radio button Checked properties to false for each of the
    radio buttons in your group. They will then all be unchecked.

    Thanks
    Mark.
    --



    "Adrian" wrote:
    How do I reset a radio buttion list
    so that no radio buttons are selected
    any longer? (Please give the code.)
    Many thanks.
    Adrian.
    >
    >
    >

    Comment

    • Adrian

      #3
      Re: radio button list question

      Thank you.
      Regards,
      Adrian


      "Mark R. Dawson" <MarkRDawson@di scussions.micro soft.comwrote in message
      news:17EC58F0-EB71-4506-AFF7-D00040BA5BD3@mi crosoft.com...
      Hi Adrian,
      set all of the radio button Checked properties to false for each of the
      radio buttons in your group. They will then all be unchecked.
      >
      Thanks
      Mark.
      --

      >
      >
      "Adrian" wrote:
      >
      How do I reset a radio buttion list
      so that no radio buttons are selected
      any longer? (Please give the code.)
      Many thanks.
      Adrian.


      Comment

      Working...