Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Drill down data

    I am new in Coldfusion and I am totally stuck with this problem, if anyone has
    any advice or can point me in the right direction it will be greately
    appreciated. The problem I have is that I am trying to find a way to do a set
    of list boxes that will help drill down data, in other words, in the first list
    box you select anoption, which changes the content on the secon list box to
    reflect the options. e.g. list box one has a list of states, and as you elect
    one of them, the second list shows the list of main cities in that state.


    newuserrich Guest

  2. Similar Questions and Discussions

    1. Question on drill-in navigation
      Hi, I have a ViewStack in my main mxml. One of its child containers (a Search 'page') has a DataGrid. When I click a record in the DataGrid, I want...
    2. How to multilevel drill down datagrid ?
      Hi All, Do you have any tutorial how to multilevel drill down datagrid ? I found a tutorial for Nested control, but I don't understand how does...
    3. drill down via js
      Hey, I am using a dg with a nested dg. It acts like a hierargrid. But the nested datagrid currently expands on the server side. I want to move...
    4. Need ASP/SQL data drill down help
      OK, I have a database which has three main tables: 1. funding_source_info (unique ID# per source which has all the contact info, etc.) 2....
    5. Dynamic Drill down menus
      Hello, I have created a db that holds specific information ie a business name. I am running into a problem on a form when you choose the business...
  3. #2

    Default Re: Drill down data

    Search the Macromedia site or the Internet for CF_TwoSelectsRelated or
    CF_ThreeSelectsRelated. I think there is a tag that also goes up to four
    select boxes. These should provide the functionality that you want. Thanks.

    Chris

    cgsj_usa@yahoo.com 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