Skip to Content
0
Former Member
Sep 18, 2007 at 02:19 PM

Multiselect Listbox (iBrowser Applet)

37 Views

Hi,

I am working with multiselect listboxes (ibrowser applets). Listbox1 and Listbox2. I need to move information to an from Listbox1. I use <remove item> and <add item> to do this without affecting the underlying database table. This works fine.

My question is this. When the user is finally done manipulating the listboxes and selects <Save Changes>, how do I update the underlying database? Should I store the original listbox info in an array and then store the final listbox entries in another array, compare and determine a <Insert> or <Delete> to the database accordingly? Should I use a XACUTE? If so, how does that work? I am new to xMII. XACUTE seems to be much for such a simple evolution. Another xMII developer within my company seems to think XACUTE. Unfortunately that person is unavailable right now.

Thank you.