Hi,I am working on a pdf that imports data from an sql server. I got it
working flawlessly in livecycle and in Acrobat Reader 8 Professional.
But in Free adobe reader it makes an index error on the preOpen event of
dropdown that runs the javascript for getting records.I applied reader
extension from Acrobat Reader 8 Professional, but never the less it
won't work.my code in preOpen
event:this.clearItems();xfa.sourceSet.City.first();while(!xfa.sourceSet.City.isEOF()){if
(xfa.resolveNode("$record.C...