bbrant
02-05-2007, 07:38 PM
I have a problem that I was hoping someone could help me with.
I have a picklist that is derived from a database table. The option value is the BANK_ID from the database while the BANK_NAME is what is displayed for the user. This works fine.
The problem arises when a new bank needs to be added to the list. Right now I have a pop-up window that allows users to enter a new bank to the database. This part also works fine. But when they go back to the picklist on the main/parent page, it does not display until the entire page is refreshed or reloaded.
Is there any way to refresh the picklist when the child form is closed so that users will see the new entry without having to reload the parent page? I tried to do an onFocus event to the select list that runs a function that will rerun the query but that didn't work.
Any help you can provide it GREATLY appreciated!
Thanks in advance.
Brian
I have a picklist that is derived from a database table. The option value is the BANK_ID from the database while the BANK_NAME is what is displayed for the user. This works fine.
The problem arises when a new bank needs to be added to the list. Right now I have a pop-up window that allows users to enter a new bank to the database. This part also works fine. But when they go back to the picklist on the main/parent page, it does not display until the entire page is refreshed or reloaded.
Is there any way to refresh the picklist when the child form is closed so that users will see the new entry without having to reload the parent page? I tried to do an onFocus event to the select list that runs a function that will rerun the query but that didn't work.
Any help you can provide it GREATLY appreciated!
Thanks in advance.
Brian