Repeating Table, Dynamic Query

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 , xd:preserve, 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. ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top