The report still showing the same information of previous XML
Posted: Mon Dec 20, 2010 7:36 am
When I convert the data to XML the report shows correctly the passed data. This is an example of a part of my generated XML:
But when I convert new data to XML, for example this:
The report still showing the same information of previous XML.
This is the code that calls the report:
Code: Select all
Costura
Montagem Peça
Gabaritos
Code: Select all
Corte
Separação
Estamparia
This is the code that calls the report:
Code: Select all
report.regData("dados", "dados", xml);
report.dictionary.synchronize();
report.show();