Hi community,at the moment i'm developing some administrative forms for
the employees of our university.To facilitate the filling-in i want some
common fields to be auto-completed using data from a xml or xdp data
source.First i tried putting the following line of JavaScript Code into
the docReady Event or the click event of a
button:xfa.host.importData("/c/path/to/xml/file.xml");i also tried using
a folder level script due to some information i found in some forums.the
.js-file in the Javascrip...