I have a form with a multiselect box hoding some property
values. For some reason, when you check one of the
values, it unchecks after the onAfterChange event. Ive
traced through it, and theres no errors coming up, the
event is firing fine... It just wont hold the check.
Can anyone help me figure this one out? It seems like
such a simple issue in relation to the amount of changes
and modifications Ive made so far to the script.js... I
just can't seem to trap whatever the problem is.
Greg Collins [MVP] - 28 Jul 2004 19:12 GMT
Are you referring to the technique to similuate a multiselect box that was posted on the InfoPath Team Blog?
InfoPath does not inherently support multiselect. If you made a modification to the view.xsl to attempt to create a multiselect, this will not work.

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
I have a form with a multiselect box hoding some property
values. For some reason, when you check one of the
values, it unchecks after the onAfterChange event. Ive
traced through it, and theres no errors coming up, the
event is firing fine... It just wont hold the check.
Can anyone help me figure this one out? It seems like
such a simple issue in relation to the amount of changes
and modifications Ive made so far to the script.js... I
just can't seem to trap whatever the problem is.