‎2007 Feb 26 2:46 PM
Hi
I am having problems linking two listboxes together. I have read all the posting and I am currently using VRM_SET_VALUES tom poulate the list fine. However, when I change the value in my first listbox, I want the 2nd listbox to display the updated values. How do I achive this? Which event is triggered when I drop down the 1st listbox value?
Any help greatly appreciated.
Regards
Ian
‎2007 Feb 26 3:18 PM
Hi,
Create 1st List Box with FCODE... Once U assign FCODE to the Box... It will trigger PAI and inside that PAI u fetch Value for Field 2.
Hope this will help u. IF u still have a doubt about this reply me specifying problem I will write code for that..
Please motivate us to answer more by awarding points if this solves u r problem.
Darshan
‎2007 Feb 26 4:07 PM
Hi Darshan
Thanks for the reply.
The PAI is now being triggered but errors due to entries failing the foreign key check between the two listboxes.. I guess I will now have to delete the entries in box 2 as soon as the dropdown is pressed on box 1.
Any ideas
Cheers
Ian
‎2007 Feb 27 5:04 AM
Hi,
Yes. You need to refresh the second listbox and fill it again, whenever there is a change in the first listbox.
Regards
Subramanian