How to filter with menues

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default How to filter with menues

    As a total newbie to "one to many" relationship databases, I am wondering how
    to sort out a recordset of posts under a categorie - using two dynamical menues
    i DW?

    The first menue would decide wich values the second one would hold. Based on
    those two menues values a recordset can be choosen. I have a foreign keys in
    the 2 of the three tables Im using.

    The "chain of command" is: Table1 ------> Table2 (forign key to table
    1)---------> Table3 (forign key to table 2)
    I guess you can say that table 2 and 3 are subcategories to table 1.

    How do I do to filter table 3 out - in a smart way? :confused;

    inspiro_swe Guest

  2. Similar Questions and Discussions

    1. #40499 [NEW]: filter sapi does not register any highlightning filter
      From: php at henke37 dot cjb dot net Operating system: any PHP version: 6CVS-2007-02-15 (CVS) PHP Bug Type: Apache2 related...
    2. Data Grid Header Filter Renderer or how do I get aheader to filter the data in a datagrid.
      Okay so on the same theme as why isn't the datagrid like Excel, I have created a (very cool) Filter header. 1) The filter looks like any other...
    3. Publisher 2003 - Vertical alignment issue for textboxes in menues
      The various designs of the vertical navigation menues in Publisher 2003 looks good in the designpage. When previewing or when accessing a saved...
    4. cascading menues with asp.net
      hi, has someone a sample how to create cascading and database driven menues??? Help! I don't know where to begin! Thanks Yavuz Bogazci
    5. Building Menues...
      Yes, a web user control is often a good choice for a menu that will be re-used on multiple pages. If you want it used across multiple projects then...
  3. #2

    Default Re: How to filter with menues

    [url]http://www.webthang.co.uk/tuts/tuts_dmx/gk_search1/multisearch1.asp[/url]


    regards

    twocans



    "inspiro_swe" <webforumsuser@macromedia.com> wrote in message
    news:d1ok2i$7f4$1@forums.macromedia.com...
    > As a total newbie to "one to many" relationship databases, I am wondering
    > how
    > to sort out a recordset of posts under a categorie - using two dynamical
    > menues
    > i DW?
    >
    > The first menue would decide wich values the second one would hold. Based
    > on
    > those two menues values a recordset can be choosen. I have a foreign keys
    > in
    > the 2 of the three tables Im using.
    >
    > The "chain of command" is: Table1 ------> Table2 (forign key to table
    > 1)---------> Table3 (forign key to table 2)
    > I guess you can say that table 2 and 3 are subcategories to table 1.
    >
    > How do I do to filter table 3 out - in a smart way? :confused;
    >

    twocans Guest

  4. #3

    Default Re: How to filter with menues

    Thanks a million! But is there a way to do this not leaving the page?

    It would be really neat to have navigation possiblities still at the top of
    the page of the recordset (posts)....

    Im trying to do this in PHP/mySQL....

    Thanks

    inspiro_swe Guest

  5. #4

    Default Re: How to filter with menues

    I dont understand what you mean.

    you could try a dreamweaver extension
    [url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/MXWidgets/Benefits/Details/Dependent+Drop-downs.html?id_sol=16[/url]

    other then that the tutorial from webthang link i send you should explain as
    to how to create what you want.

    regards






    "inspiro_swe" <webforumsuser@macromedia.com> wrote in message
    news:d1onl9$e9e$1@forums.macromedia.com...
    > Thanks a million! But is there a way to do this not leaving the page?
    >
    > It would be really neat to have navigation possiblities still at the top
    > of
    > the page of the recordset (posts)....
    >
    > Im trying to do this in PHP/mySQL....
    >
    > Thanks
    >

    twocans Guest

  6. #5

    Default Re: How to filter with menues

    Thanks anyway! I got it sorted out.
    I guess I didnt explain the problem very well....

    I just selected a value equal to a variable that the menu itself sended so
    that I could "fill in" multiple entries in an URL-string. (So you could see
    what you allready choose before in the previous menu)

    Then ofcourse it was just to get the SQL-querys right for each recordset
    populating each dynamic menu. (depending on the given value of the menu before)

    Beeing a total newbie at this I still have to do serious testing though....

    Thanks anyway for the great links and support!

    inspiro_swe Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139