Jump to content
We've recently updated our Privacy Statement, available here ×

System.out.println


stanlte

Recommended Posts

Hi. This is Tom. I have a jasper report I created. It calls a scriptlet to process each row of data. I also have included a System.out.println command to display each records department code. When I run the reporet the System.out.println command starts displaying records after the first 50 or so records have been read and processed by the scriptlet. I don't understand why this is happening. Any help I would appreciate it. Thanks. 

Code:
System.out.println("DeptCode: " + hldDept + " Status: " + hldStatus + " Type: " +  hldType + " Updatedby: " + hldUpdatedBy + " Account: " + hldAccout);
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...