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

  1. #1

    Default select 'ALL'

    hi
    I have a listbox where you can select

    so
    the select box is like this

    ALL
    T1
    T2
    T3

    if I select the ALL I want that alle records must displayed\
    how does this ALL works?

    please advise
    kisoen


    rajesh Guest

  2. Similar Questions and Discussions

    1. Populate Combo box with value 'ALL'
      Have read in a query to a combo box but need to have an additional value of ALL in the combo box to enable our filter to work. How can i do this,...
    2. #25474 [Bgs]: posting arrays from a select box with multiple select is not working properly
      ID: 25474 User updated by: fmuller at cisco dot com -Summary: apache2filter: posting from a multiple select box is not...
    3. #25474 [Opn->Fbk]: posting arrays from a select box with multiple select is not working properly
      ID: 25474 Updated by: sniper@php.net Reported By: fmuller at cisco dot com -Status: Open +Status: ...
    4. problem changing 'all' text color
      Hi! When I change the text (specifically, it's color) after Selecting a (DW4) Table, much of the text doesn't change color. When I examine the code,...
    5. SELECT DISTINCT + ORDER BY gives ERROR 145: ORDER BY items mustappear in the select list if SELECT DISTINCT is specified.
      Dan, You should be able to do this: SELECT Id, FaxID, ReceivedTime, Pages FROM ( SELECT DISTINCT .Id AS Id,
  3. #2

    Default Re: select 'ALL'

    select * from YourtableName
    order by YourColumnName Asc

    [url]http://www.w3schools.com/sql/sql_groupby.asp[/url]

    regards

    twocans




    "rajesh" <r.kisoenpersad@chello.nl> wrote in message
    news:d1krf2$o55$1@forums.macromedia.com...
    > hi
    > I have a listbox where you can select
    >
    > so
    > the select box is like this
    >
    > ALL
    > T1
    > T2
    > T3
    >
    > if I select the ALL I want that alle records must displayed\
    > how does this ALL works?
    >
    > please advise
    > kisoen
    >
    >

    twocans Guest

  4. #3

    Default Re: select 'ALL'

    hi,

    I don't not mean * of all
    but the in the meaning of ALL records

    ALL can also be as select when click on select you will get all the records

    gr. kisoen


    "twocans" <abbadontdoit@hotmail.com> schreef in bericht
    news:d1kskc$ph7$1@forums.macromedia.com...
    > select * from YourtableName
    > order by YourColumnName Asc
    >
    > [url]http://www.w3schools.com/sql/sql_groupby.asp[/url]
    >
    > regards
    >
    > twocans
    >
    >
    >
    >
    > "rajesh" <r.kisoenpersad@chello.nl> wrote in message
    > news:d1krf2$o55$1@forums.macromedia.com...
    > > hi
    > > I have a listbox where you can select
    > >
    > > so
    > > the select box is like this
    > >
    > > ALL
    > > T1
    > > T2
    > > T3
    > >
    > > if I select the ALL I want that alle records must displayed\
    > > how does this ALL works?
    > >
    > > please advise
    > > kisoen
    > >
    > >
    >
    >

    rajesh Guest

  5. #4

    Default Re: select 'ALL'

    <option selected value="%">All</option>

    OK sorry I miss understood you. the above shows you the value of ALL in a
    "List Menu"

    twocans









    "rajesh" <r.kisoenpersad@chello.nl> wrote in message
    news:d1lv36$4vs$1@forums.macromedia.com...
    > hi,
    >
    > I don't not mean * of all
    > but the in the meaning of ALL records
    >
    > ALL can also be as select when click on select you will get all the
    > records
    >
    > gr. kisoen
    >
    >
    > "twocans" <abbadontdoit@hotmail.com> schreef in bericht
    > news:d1kskc$ph7$1@forums.macromedia.com...
    >> select * from YourtableName
    >> order by YourColumnName Asc
    >>
    >> [url]http://www.w3schools.com/sql/sql_groupby.asp[/url]
    >>
    >> regards
    >>
    >> twocans
    >>
    >>
    >>
    >>
    >> "rajesh" <r.kisoenpersad@chello.nl> wrote in message
    >> news:d1krf2$o55$1@forums.macromedia.com...
    >> > hi
    >> > I have a listbox where you can select
    >> >
    >> > so
    >> > the select box is like this
    >> >
    >> > ALL
    >> > T1
    >> > T2
    >> > T3
    >> >
    >> > if I select the ALL I want that alle records must displayed\
    >> > how does this ALL works?
    >> >
    >> > please advise
    >> > kisoen
    >> >
    >> >
    >>
    >>
    >
    >

    twocans Guest

  6. #5

    Default Re: select 'ALL'

    I tried this also, but not working
    do you have do something in the SQL statement for this ALL?

    gr. kisoen




    "twocans" <abbadontdoit@hotmail.com> schreef in bericht
    news:d1m053$69f$1@forums.macromedia.com...
    > <option selected value="%">All</option>
    >
    > OK sorry I miss understood you. the above shows you the value of ALL in a
    > "List Menu"
    >
    > twocans
    >
    >
    >
    >
    >
    >
    >
    >
    >
    > "rajesh" <r.kisoenpersad@chello.nl> wrote in message
    > news:d1lv36$4vs$1@forums.macromedia.com...
    > > hi,
    > >
    > > I don't not mean * of all
    > > but the in the meaning of ALL records
    > >
    > > ALL can also be as select when click on select you will get all the
    > > records
    > >
    > > gr. kisoen
    > >
    > >
    > > "twocans" <abbadontdoit@hotmail.com> schreef in bericht
    > > news:d1kskc$ph7$1@forums.macromedia.com...
    > >> select * from YourtableName
    > >> order by YourColumnName Asc
    > >>
    > >> [url]http://www.w3schools.com/sql/sql_groupby.asp[/url]
    > >>
    > >> regards
    > >>
    > >> twocans
    > >>
    > >>
    > >>
    > >>
    > >> "rajesh" <r.kisoenpersad@chello.nl> wrote in message
    > >> news:d1krf2$o55$1@forums.macromedia.com...
    > >> > hi
    > >> > I have a listbox where you can select
    > >> >
    > >> > so
    > >> > the select box is like this
    > >> >
    > >> > ALL
    > >> > T1
    > >> > T2
    > >> > T3
    > >> >
    > >> > if I select the ALL I want that alle records must displayed\
    > >> > how does this ALL works?
    > >> >
    > >> > please advise
    > >> > kisoen
    > >> >
    > >> >
    > >>
    > >>
    > >
    > >
    >
    >

    rajesh Guest

  7. #6

    Default Re: select 'ALL'

    can i see the page









    "rajesh" <r.kisoenpersad@chello.nl> wrote in message
    news:d1m0cu$6kr$1@forums.macromedia.com...
    >I tried this also, but not working
    > do you have do something in the SQL statement for this ALL?
    >
    > gr. kisoen
    >
    >
    >
    >
    > "twocans" <abbadontdoit@hotmail.com> schreef in bericht
    > news:d1m053$69f$1@forums.macromedia.com...
    >> <option selected value="%">All</option>
    >>
    >> OK sorry I miss understood you. the above shows you the value of ALL in a
    >> "List Menu"
    >>
    >> twocans
    >>
    >>
    >>
    >>
    >>
    >>
    >>
    >>
    >>
    >> "rajesh" <r.kisoenpersad@chello.nl> wrote in message
    >> news:d1lv36$4vs$1@forums.macromedia.com...
    >> > hi,
    >> >
    >> > I don't not mean * of all
    >> > but the in the meaning of ALL records
    >> >
    >> > ALL can also be as select when click on select you will get all the
    >> > records
    >> >
    >> > gr. kisoen
    >> >
    >> >
    >> > "twocans" <abbadontdoit@hotmail.com> schreef in bericht
    >> > news:d1kskc$ph7$1@forums.macromedia.com...
    >> >> select * from YourtableName
    >> >> order by YourColumnName Asc
    >> >>
    >> >> [url]http://www.w3schools.com/sql/sql_groupby.asp[/url]
    >> >>
    >> >> regards
    >> >>
    >> >> twocans
    >> >>
    >> >>
    >> >>
    >> >>
    >> >> "rajesh" <r.kisoenpersad@chello.nl> wrote in message
    >> >> news:d1krf2$o55$1@forums.macromedia.com...
    >> >> > hi
    >> >> > I have a listbox where you can select
    >> >> >
    >> >> > so
    >> >> > the select box is like this
    >> >> >
    >> >> > ALL
    >> >> > T1
    >> >> > T2
    >> >> > T3
    >> >> >
    >> >> > if I select the ALL I want that alle records must displayed\
    >> >> > how does this ALL works?
    >> >> >
    >> >> > please advise
    >> >> > kisoen
    >> >> >
    >> >> >
    >> >>
    >> >>
    >> >
    >> >
    >>
    >>
    >
    >

    twocans Guest

  8. #7

    Default Re: select 'ALL'

    this is the coding of the listbox (the page is not on the internet)


    <p>Select period (mm/dd/yyyy) click on ... for display calendar. (ALL
    CALLS)</p>
    <form name="form1" method="post" action="mgt.asp">
    <p> Team
    <select name="Team" id="Team">
    <option value="%">Select...</option>
    <option value="Team 1">Team 1</option>
    <option value="Team 2">Team 2</option>
    <option value="Team 3">Team 3</option>
    </select>

    the SQl is like this
    SELECT Support.SupportTeamID, Call.SystemID, Count(Call.CallID) AS
    AantalVanCallID, Tblcontype.typedescription FROM (Call INNER JOIN
    Tblcontype ON Call.FunORCorr_change = Tblcontype.typeid) INNER JOIN Support
    ON Call.IntakeBy = Support.SupportID where intakedate BETWEEN #vartxt1# AND
    #vartxt2# and support.supportteamid = 'varteam' GROUP BY
    Support.SupportTeamID, Call.SystemID, Tblcontype.typedescription

    should i change something in the SQL statement?

    please advise
    kisoen



    "twocans" <abbadontdoit@hotmail.com> schreef in bericht
    news:d1m3q8$clr$1@forums.macromedia.com...
    > can i see the page
    >
    >
    >
    >
    >
    >
    >
    >
    >
    > "rajesh" <r.kisoenpersad@chello.nl> wrote in message
    > news:d1m0cu$6kr$1@forums.macromedia.com...
    > >I tried this also, but not working
    > > do you have do something in the SQL statement for this ALL?
    > >
    > > gr. kisoen
    > >
    > >
    > >
    > >
    > > "twocans" <abbadontdoit@hotmail.com> schreef in bericht
    > > news:d1m053$69f$1@forums.macromedia.com...
    > >> <option selected value="%">All</option>
    > >>
    > >> OK sorry I miss understood you. the above shows you the value of ALL in
    a
    > >> "List Menu"
    > >>
    > >> twocans
    > >>
    > >>
    > >>
    > >>
    > >>
    > >>
    > >>
    > >>
    > >>
    > >> "rajesh" <r.kisoenpersad@chello.nl> wrote in message
    > >> news:d1lv36$4vs$1@forums.macromedia.com...
    > >> > hi,
    > >> >
    > >> > I don't not mean * of all
    > >> > but the in the meaning of ALL records
    > >> >
    > >> > ALL can also be as select when click on select you will get all the
    > >> > records
    > >> >
    > >> > gr. kisoen
    > >> >
    > >> >
    > >> > "twocans" <abbadontdoit@hotmail.com> schreef in bericht
    > >> > news:d1kskc$ph7$1@forums.macromedia.com...
    > >> >> select * from YourtableName
    > >> >> order by YourColumnName Asc
    > >> >>
    > >> >> [url]http://www.w3schools.com/sql/sql_groupby.asp[/url]
    > >> >>
    > >> >> regards
    > >> >>
    > >> >> twocans
    > >> >>
    > >> >>
    > >> >>
    > >> >>
    > >> >> "rajesh" <r.kisoenpersad@chello.nl> wrote in message
    > >> >> news:d1krf2$o55$1@forums.macromedia.com...
    > >> >> > hi
    > >> >> > I have a listbox where you can select
    > >> >> >
    > >> >> > so
    > >> >> > the select box is like this
    > >> >> >
    > >> >> > ALL
    > >> >> > T1
    > >> >> > T2
    > >> >> > T3
    > >> >> >
    > >> >> > if I select the ALL I want that alle records must displayed\
    > >> >> > how does this ALL works?
    > >> >> >
    > >> >> > please advise
    > >> >> > kisoen
    > >> >> >
    > >> >> >
    > >> >>
    > >> >>
    > >> >
    > >> >
    > >>
    > >>
    > >
    > >
    >
    >

    rajesh 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