how to use multiple combo box

Newbie Member
6Feb2007,16:26   #1
vanisri's Avatar
hi,
In my project i need to use 3 comboboxes.First combo contain years from Db and after seleting one year from 1st combo ,account names related to that year will populate on 2nd combobox.then after selecting account name from 2nd combo,filenames related to that year and that account name will populate in 3rd combobox.finally i want data based on year,accountname, filename.
i'am getting all years in 1st combo but not able to populate 2nd and 3rd combos.
Regards,
vanisri
Team Leader
6Feb2007,17:34   #2
pradeep's Avatar
You will have to use JavaScript to populate the 2nd and 3rd select boxes OR
You will have to submit the form to do so.
Newbie Member
7Oct2009,10:16   #3
sonalib's Avatar
hi,
In my project i need to use 3 comboboxes.First combo contain years from Db and after seleting one year from 1st combo ,account names related to that year will populate on 2nd combobox.then after selecting account name from 2nd combo,filenames related to that year and that account name will populate in 3rd combobox.finally i want data based on year,accountname, filename.
i'am getting all years in 1st combo but not able to populate 2nd and 3rd combos.
Newbie Member
7Oct2009,10:20   #4
sonalib's Avatar
how to use multiple combo box?
hi,
In my project i need to use 3 comboboxes.First combo contain years from Db and after seleting one year from 1st combo ,account names related to that year will populate on 2nd combobox.then after selecting account name from 2nd combo,filenames related to that year and that account name will populate in 3rd combobox.finally i want data based on year,accountname, filename.
i'am getting all years in 1st combo but not able to populate 2nd and 3rd combos.
Team Leader
7Oct2009,10:32   #5
pradeep's Avatar
Hi sonalib, how are you trying to implement it? If possible post some code snippet!