Jon Lau
|
| Posted: 03/14/2002, 8:07 PM |
|
Hi,
I'm new to CodeCharge.
How to do the filter on the 2nd listbox based on the value enter in the
1st listbox?
eg. 1st LISTBOX contain the YEAR
if the user select YEAR = 2002.
2nd LISTBOX contain the STUDENTS listing
the listbox should be filter by the YEAR=2002, which show only the
STUDENTS in 2002.
Regards,
Jon Lau
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 03/15/2002, 2:35 AM |
|
How to create dependent listboxes in CodeCharge http://www.gotocode.com/art.asp?art_id=45&
--
Alex
CodeCharge Developer
"Jon Lau" <laujon@mbox2.singnet.com.sg> wrote in message
news:a6rs2e$m59$1@news.codecharge.com...
> Hi,
>
> I'm new to CodeCharge.
>
> How to do the filter on the 2nd listbox based on the value enter in
the
> 1st listbox?
>
> eg. 1st LISTBOX contain the YEAR
> if the user select YEAR = 2002.
> 2nd LISTBOX contain the STUDENTS listing
> the listbox should be filter by the YEAR=2002, which show only
the
> STUDENTS in 2002.
>
> Regards,
>
> Jon Lau
>
>
>
>
>
|
|
|
 |
Jon Lau
|
| Posted: 03/15/2002, 4:08 AM |
|
ty.
I'll try it out.
"Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
news:a6sip2$vsp$2@news.codecharge.com...
> How to create dependent listboxes in CodeCharge
> http://www.gotocode.com/art.asp?art_id=45&
>
>
> --
> Alex
> CodeCharge Developer
>
>
> "Jon Lau" <laujon@mbox2.singnet.com.sg> wrote in message
>news:a6rs2e$m59$1@news.codecharge.com...
> > Hi,
> >
> > I'm new to CodeCharge.
> >
> > How to do the filter on the 2nd listbox based on the value enter in
> the
> > 1st listbox?
> >
> > eg. 1st LISTBOX contain the YEAR
> > if the user select YEAR = 2002.
> > 2nd LISTBOX contain the STUDENTS listing
> > the listbox should be filter by the YEAR=2002, which show only
> the
> > STUDENTS in 2002.
> >
> > Regards,
> >
> > Jon Lau
> >
> >
> >
> >
> >
>
>
|
|
|
 |
Jon Lau
|
| Posted: 03/17/2002, 12:25 AM |
|
One more question.
eg.
1st list box display "CLASS" from CLASS TABLE
2nd list box display "STUDENT NAME" from STUDENT TABLE filtered according to
the 1st list box "CLASS" selection
How to get the STUDENT ID from the 2nd listbox selection which only display
the "STUDENT NAME"?
Regards,
Jon Lau
"Jon Lau" <laujon@mbox2.singnet.com.sg> wrote in message
news:a6so7e$ac2$1@news.codecharge.com...
> ty.
>
> I'll try it out.
>
>
> "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
>news:a6sip2$vsp$2@news.codecharge.com...
> > How to create dependent listboxes in CodeCharge
> > http://www.gotocode.com/art.asp?art_id=45&
> >
> >
> > --
> > Alex
> > CodeCharge Developer
> >
> >
> > "Jon Lau" <laujon@mbox2.singnet.com.sg> wrote in message
> >news:a6rs2e$m59$1@news.codecharge.com...
> > > Hi,
> > >
> > > I'm new to CodeCharge.
> > >
> > > How to do the filter on the 2nd listbox based on the value enter
in
> > the
> > > 1st listbox?
> > >
> > > eg. 1st LISTBOX contain the YEAR
> > > if the user select YEAR = 2002.
> > > 2nd LISTBOX contain the STUDENTS listing
> > > the listbox should be filter by the YEAR=2002, which show
only
> > the
> > > STUDENTS in 2002.
> > >
> > > Regards,
> > >
> > > Jon Lau
> > >
> > >
> > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
Jon Lau
|
| Posted: 03/17/2002, 12:25 AM |
|
One more question.
eg.
1st list box display "CLASS" from CLASS TABLE
2nd list box display "STUDENT NAME" from STUDENT TABLE filtered according to
the 1st list box "CLASS" selection
How to get the STUDENT ID from the 2nd listbox selection which only display
the "STUDENT NAME"?
Regards,
Jon Lau
"Jon Lau" <laujon@mbox2.singnet.com.sg> wrote in message
news:a6so7e$ac2$1@news.codecharge.com...
> ty.
>
> I'll try it out.
>
>
> "Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
>news:a6sip2$vsp$2@news.codecharge.com...
> > How to create dependent listboxes in CodeCharge
> > http://www.gotocode.com/art.asp?art_id=45&
> >
> >
> > --
> > Alex
> > CodeCharge Developer
> >
> >
> > "Jon Lau" <laujon@mbox2.singnet.com.sg> wrote in message
> >news:a6rs2e$m59$1@news.codecharge.com...
> > > Hi,
> > >
> > > I'm new to CodeCharge.
> > >
> > > How to do the filter on the 2nd listbox based on the value enter
in
> > the
> > > 1st listbox?
> > >
> > > eg. 1st LISTBOX contain the YEAR
> > > if the user select YEAR = 2002.
> > > 2nd LISTBOX contain the STUDENTS listing
> > > the listbox should be filter by the YEAR=2002, which show
only
> > the
> > > STUDENTS in 2002.
> > >
> > > Regards,
> > >
> > > Jon Lau
> > >
> > >
> > >
> > >
> > >
> >
> >
>
>
|
|
|
 |
|