DataSource

B

Bill Hand

I am trying to load a xml file as secondary data source which is populated dynamically but each time it runs it contains the data from the last run. Anyone know why this is happening?
 
C

Craig Sanders

You probably configured the secondary data connection for offline use which
stores the data in the form. Click through the data connection wizard until
you see a page with the "Store a copy of the data in the form template check
box". Uncheck this item.
 
Top