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

firefighter

Members
  • Posts

    5
  • Joined

  • Last visited

firefighter's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I have a master report wich i fill with a javabeancollection. In this report i have a subreport called text. I pass data from master to sub but sub is always empty. if i displayed the textfield text in master report text will correctly shows.
  2. In the columnfooter I would rendered some informations wich I will print only on the back page. I remove the column footer band but no change. I think the problem is the subreport with the table. If text is to long and table should split i get the error.
  3. Thank you for your answer C-BOX.The Subreport with signature move to next page. But the subreport with the table doesnt split. I get the same error. Here you can see the detailsection from my report. Stretchtype of all items is float
  4. My report has three subreports in detailband: text, table and signature. The text is too long and it does not fit all on one page I get during the compilation by java the error: java.lang.NoSuchMethodError: org.apache.commons.javaflow.Continuation.suspend()Ljava/lang/Object; util.exception.ExternalException [global.excobserver.ExceptionObserver.catchAllShowMessage(ExceptionObserver.java:86), service.ireport.rmi.iReportServiceRMIImpl.getJasperPrint(iReportServiceRMIImpl.java:114), sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), de.excoda.rmi.codebase.global.impl.RMIServiceInvocationHandler.invoke(RMIServiceInvocationHandler.java:72), com.sun.proxy.$Proxy14.getJasperPrint(Unknown Source), sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source), java.lang.reflect.Method.invoke(Unknown Source), sun.rmi.server.UnicastServerRef.dispatch(Unknown Source), sun.rmi.transport.Transport$1.run(Unknown Source), sun.rmi.transport.Transport$1.run(Unknown Source), java.security.AccessController.doPrivileged(Native Method), sun.rmi.transport.Transport.serviceCall(Unknown Source), sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source), sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source), sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source), java.security.AccessController.doPrivileged(Native Method), sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source), java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.lang.Thread.run(Unknown Source)] What do I have to do so that the detailband makes an automatic page break? For example: subreport text and table on the first and signature on the second page or text on first and table and signature on second.
×
×
  • Create New...