R
Richard
I have a repeating table with 3 dropdown boxes.
1st Dropdown dataconnection to xml file.
2nt Dropdown cascade to the first, with XSL modifications , xdreserve, and
OnAfterchange to call a webservice with the queryvalue set by the value of
the dropdown.
3rd Dropdown dataconnection to the webservice results., therefore, the
results change each time the 2nd dropdown is changed.
So, upon first dropdown , the second dropdown values change according to the
selection .
and ipon the 2nd dropdown , the values of the 3rd dropdown come from the
webservice results.
The problem with the scenario is that on insert of any future rows in the
table , and invoking the 2nd dropdown , the webservice results, rewrites all
the results. ?
How do I keep the 3rd drop down to map to the query but keep its results
separate. ?
1st Dropdown dataconnection to xml file.
2nt Dropdown cascade to the first, with XSL modifications , xdreserve, and
OnAfterchange to call a webservice with the queryvalue set by the value of
the dropdown.
3rd Dropdown dataconnection to the webservice results., therefore, the
results change each time the 2nd dropdown is changed.
So, upon first dropdown , the second dropdown values change according to the
selection .
and ipon the 2nd dropdown , the values of the 3rd dropdown come from the
webservice results.
The problem with the scenario is that on insert of any future rows in the
table , and invoking the 2nd dropdown , the webservice results, rewrites all
the results. ?
How do I keep the 3rd drop down to map to the query but keep its results
separate. ?