Around 10 days ago I posted an inquiry about finding the wrong data and no data in Acrobat reports, even though the correct data was entered before generating the reports. Someone responded referencing a "garbage collection" process in the background, and data lingering in variables and memory even though it had been deleted or removed by a reset action.
I'm finding that as I export FDF data and import it into my forms, the data in the FDF file contains a mixture of data from two separate transactions. I am NOT selectively exporting only certain specified fields, and thereby inadvertently failing to export some data: I am exporting all data in the file using exportAsFDF() and exportAsFDF(true). Clearly the data entered in one section of the collection form was entered, saved and present when the export operation occurred, yet the data that displays in the import target form after the import operation is a mixture of data from the present transaction and a previous transaction.
I've been so impressed with the stability and capabilities of Acrobat, but how can Acrobat forms be marketable or the least bit worthwhile if you experience this kind of unreliability with data export/import? Surely there is a means available to flush old data from the "memory" of an Acrobat form and ensure a reliable export of data to an FDF file. Otherwise, I have wasted countless hours.