Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

database automatically imports xml data into pdf - issues

Avatar

Level 3

Hi Guys,

I have another important question. I have LCD 8.0 where I created a pdf form.

An Access database should pull information from the XML and import automatically into the pdf file without human interaction.

The code I am using for importing (which is on the form docready event is: xfa.host.importData("data.xml"); -- but the information is not being automatically filled in, is there a particular syntax for the path? or is there another way to accomplish this?

Thank you for your help in advance!!!

Diana

0 Replies

Avatar

Level 10

Are you getting any error messages (check the javascript console - ctrl-j in Acrobat). Did you bind the fields to the inbound XML structure? Look at the Object palette and choose the Binding tab. Have a look at the Data Binding field - is there anything set there?

Paul