Results 1 to 3 of 3

Thread: Filter Buttons

  1. #1
    Leha Guest

    Filter Buttons


    Hi, is there a way to get rid of the "DropDown?" button on my filter page? I have only one field
    on which users can filter with a dropdown menu of countries.

    Thanks,

    Leha

  2. #2
    John Guest

    Filter Buttons (reply)

    Hi Leha,

    No problem. The dbFilterParams option has a "DropButtonText" option.
    Simply set it to "none" and it will not show up. Ex:

    Mydb.dbFilterParams = "DropButtonText=none"

    Thanks,
    John


    ------------
    Leha at 1/28/00 6:24:29 PM


    Hi, is there a way to get rid of the "DropDown?" button on my filter page? I have only one field
    on which users can filter with a dropdown menu of countries.

    Thanks,

    Leha

  3. #3
    Donna Guest

    Filter Buttons (reply)

    Leha,
    I wondered about this too. I finally figurred it out.
    See Example D9b for View/Pro or
    Example 19 (at http://www.aspdb.com/V2) for Enterprise.
    Donna

    ------------
    John at 1/30/00 3:49:06 PM

    Hi Leha,

    No problem. The dbFilterParams option has a "DropButtonText" option.
    Simply set it to "none" and it will not show up. Ex:

    Mydb.dbFilterParams = "DropButtonText=none"

    Thanks,
    John


    ------------
    Leha at 1/28/00 6:24:29 PM


    Hi, is there a way to get rid of the "DropDown?" button on my filter page? I have only one field
    on which users can filter with a dropdown menu of countries.

    Thanks,

    Leha

Posting Permissions

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