Re: Communication between listboxes in form

2015-01-22 Thread Russell Keith-Magee
On Thu, Jan 22, 2015 at 4:17 PM, joulumaa wrote: > Hi, beginner question. > > I need to have two listboxes A and B on web page, When user selects one > item from A it should add it in B. > > If I understand right, form A should somehow save change to database and > wake up form B to update it

Communication between listboxes in form

2015-01-22 Thread joulumaa
Hi, beginner question. I need to have two listboxes A and B on web page, When user selects one item from A it should add it in B. If I understand right, form A should somehow save change to database and wake up form B to update its query. Where should I start in documentation? -thanks --