// selectItem is the multi-select item, retrieved via IWDatacapture.getItemvar opts = selectItem.getOptions();for (j = 0; j < opts.length; j++){ opts.selected = true;}selectItem.setOptions(opts);// you may need to do a screen refresh at this point.