Raj
|
| Posted: 04/30/2004, 11:24 AM |
|
Hi,
I have two listboxes in a page. When one is selected I want the other to use the first listbox's value.
I followed steps of Dependent List Boxes in this forum.
It works but the first listbox does not show the selected item instead it initializes.
Please help.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 04/30/2004, 11:46 AM |
|
Which steps in this forum have you followed? I've seen several solutions possted here therefore please point the exact URL.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Raj
|
| Posted: 04/30/2004, 12:21 PM |
|
Sorry, not from this forum but FAQ http://support.codecharge.com/kb_article.asp?article_id=61
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 04/30/2004, 12:53 PM |
|
In that article this is the code that prevents restting the value of the 1st listbox:
state_id=" + users_statesSearch.state_id.value
You may need to verify that you applied this code correctly and modified it to reflect your own listbox and field names.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
crissy
Posts: 1
|
| Posted: 05/28/2004, 5:24 AM |
|
Hi,
It's funny that this work in the sample without adding anything; in a new form, with all my efforts, control is still reset...
Anyone can help?Please..
Crissy
|
 |
 |