Ann Harrell
|
| Posted: 08/15/2001, 1:24 PM |
|
How do you make more than one item selectable in a listbox?
Ann Harrell
|
|
|
 |
CodeCharge
|
| Posted: 08/15/2001, 2:37 PM |
|
You may specify in CodeCharge an additional table that contains those
values. Do this by including field type ListBox on your form, then click on
Field Properties, then click on JOIN tab, and specify the table that
contains related values.
You can see this functionality implemented in various examples that come
with CodeCharge.
"Ann Harrell" <ann@starband.net> wrote in message
news:9lelp2$5v0$1@news.codecharge.com...
> How do you make more than one item selectable in a listbox?
>
> Ann Harrell
>
>
|
|
|
 |
Ann Harrell
|
| Posted: 08/15/2001, 3:58 PM |
|
I have done that. What I mean is that I want to be able to search on more
than one category from a drop down list.
Choose Category
Appointment
Family/Holidays
Kids to Bill's
Mom
Nick
Sam
School
I want to be able to choose Family/Holidays AND School from the same drop
down and search on that to bring b back all Holdiay and School events.
Does that make sense?
Ann Harrell
"CodeCharge" <support@codecharge.com> wrote in message
news:9leq2e$f1j$1@news.codecharge.com...
> You may specify in CodeCharge an additional table that contains those
> values. Do this by including field type ListBox on your form, then click
on
> Field Properties, then click on JOIN tab, and specify the table that
> contains related values.
>
> You can see this functionality implemented in various examples that come
> with CodeCharge.
>
>
> "Ann Harrell" <ann@starband.net> wrote in message
>news:9lelp2$5v0$1@news.codecharge.com...
> > How do you make more than one item selectable in a listbox?
> >
> > Ann Harrell
> >
> >
>
>
|
|
|
 |
guest
|
| Posted: 08/15/2001, 4:10 PM |
|
On Wed, 15 Aug 2001 18:06:03 -0500, in codecharge.discussion you wrote:
> I have done that. What I mean is that I want to be able to search on more
> than one category from a drop down list.
> I want to be able to choose Family/Holidays AND School from the same drop
> down and search on that to bring b back all Holdiay and School events.
HTML's SELECT MULTIPLE.
PHP allows for an array to be returned from a HTML form with 0, 1 or more values. I've put it into the Wishlist myself.
(also renaming the templates from *.html to something else, say *.tpl, and/or in a different directory).
Alister
|
|
|
 |
|