Hello Peter,
In ur document, step 7, U asked to create a file using test.xml using iReport. So, my question is, will the jasperreport will take test.xml file and compile to test.jasper?
BTW, when is test.jasper will be needed?
Thank you..
<< aMir >>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
in my document, you need to create a new column called jasperreport into the table AD_Process.
there u input the xml file path and name.
and when you generate the report, let's say, test.xml, it will try to find the text.jasper at the same folder, if not exists, it will compile the xml into jasperfile or if the xml file is newer than the jasper file, it will compile it into jasper fille agian, otherwise, it just load the jasper file.
jrxml also is supported, but for subreport, it will has some problems.
peter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Peter,
In ur document, step 7, U asked to create a file using test.xml using iReport. So, my question is, will the jasperreport will take test.xml file and compile to test.jasper?
BTW, when is test.jasper will be needed?
Thank you..
<< aMir >>
in my document, you need to create a new column called jasperreport into the table AD_Process.
there u input the xml file path and name.
and when you generate the report, let's say, test.xml, it will try to find the text.jasper at the same folder, if not exists, it will compile the xml into jasperfile or if the xml file is newer than the jasper file, it will compile it into jasper fille agian, otherwise, it just load the jasper file.
jrxml also is supported, but for subreport, it will has some problems.
peter
Thanks for the reply...
I got ur point..
Thanks