Results 1 to 4 of 4

Thread: radio buttons

  1. #1
    Join Date
    Dec 2002
    Posts
    3

    radio buttons

    I am writing a popup window that returns the value the user chooses to a form field in its parent window.

    I would like the user to click the radio button that's next to the value he wants.

    dbSelectedItem seems to offer this functionality, but it uses checkboxes (so the user can select more than one item).

    Can I use using radio buttons and ASP-DB?

    Thanks!

  2. #2
    Join Date
    Oct 2002
    Posts
    32
    Hi,

    Are you referring to ASP-cb Classic or ASP-db Tornado?

    ASP-db Classic offers a Radio button option inside dbEditDropFlds. Refer to the documentation for more details.

    Plus, you can also put your own radio buttons (or whatever else you want) on an ASP-db "Template".

  3. #3
    Join Date
    Dec 2002
    Posts
    3
    I'm using Tornado.

    I just want a way for the user to select one (and only one) value from those displayed, and then send that value back to a parent window.

    Thanks.

  4. #4
    Join Date
    Oct 2002
    Posts
    93
    In Tornado, when you use the dbEditADDflds or dbEditUPDATEflds you can specify an optional TYPE parameter.

    In your case, just include:

    .dbEditAddFlds = "Fi=1 | Type=Radio | ..."

    and it will show the field as a radio button vs text/dropdown field.

    By the way, can you update your profile so your name isn't "aaa" ?

    Thanks,
    John

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •