Hi, the xfa.host.resetData() method will reset your values, you just need to generate a comma separated list to pass into the method.So something like;xfa.host.resetData([TextField1.somExpression, TextField2.somExpression].join())
Hi,We might need to see the whole form, if you are able to share post a link to it in this thread.The line of code that looks a little odd to me is;xfa.resolveNode("form1.obtainedsubform.cardssubform.CARDS._Table1").setInstances(1); This looks like you are repeating the Table1 object, normally you w...
Hi,So, your form seems to work fine for me and there isn't anything I can see that is unusual.I'll try a few other machines in the morning but this looks like a simple form (which I like mirrors a paper form very nicely).Will let you know.RegardsBruce
Are you distributing it to people in the same organization, with the same build of PC, maybe it's the way Reader has been deployed.Happy to try it on my computer if you can share your form.
Hi Ed,Makes it tricky not seeing the whole thing but understand the conventionality stuff.I don't understand this line;var vItems = form1.sub2aOverheidsorgaan.subTaakWerkzaamheden.dataAanvragers.tableAanvragers.Row1.txtOm schrijvingTaakOverheidsorgaan.all;The all property will return all like named ...
Hi, We might need a bit more, can you share your form so we can have a look (post a link to it in this thread) or maybe add a screen shot of the hierarchyRegardsBruce
Hi Tarek,It might not help, but wanted to point out that you could bind to the second sample of xml (an inverted xml) using a predicate expressions, so if you had a field called Photo Title, the binding expression would be;$.appraisal.data.form.[name=="photo1"].section.tag.[name=="TITLE_PHOTO"]and w...
Hi Willie,Sorry for the delay, you may already found the option but just in case, right click on the data connection and select connection properties from the context menu, then click next, it's on the second page
Hi Willie,It will be relative to were the xdp file was when the data connection was created.If the original developer used the "Embed XML Schema" option, and most seem to, you can go into XML Source view and locate "xs:schema" and you shoud be able to recover it from there.RegardsBruce