Hi!I have a problem with a PDF form: There's a drop down list that I
populate with Excel data that I've put in an XML file through an XSD
file -- no problem here. The drop down list has a data binding to the
XML file, so that a choice in the drop down list can be associated with
an object in the XML file. So, when I make a choice in the drop down
list, a corresponding object value is fetched from the XML file and put
in a text field on the form.How to do this is described by Stefan
Cameron
here:...