mulcamd Posted July 17, 2014 Posted July 17, 2014 My local Java program creates a JRPrint file as output. This works fine.Question: how can I detect if a run of a report from the local Java program results in "No data found". How can I detect this from Java?
hozawa Posted July 18, 2014 Posted July 18, 2014 You can try extracting sql statement from the jrxml file and executing it to find if it returns any data.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now