Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Bugs in onPageEnd (Birt 4.7.0RC5)
Bugs in onPageEnd (Birt 4.7.0RC5) [message #1770527] Mon, 14 August 2017 03:30 Go to next message
charles candy is currently offline charles candyFriend
Messages: 24
Registered: March 2013
Junior Member
when generate PDF onPageEnd is not trigger
- when page break occur and on the next page only printed group footer and no row detail printed .

4.6 don't have this issues
Re: Bugs in onPageEnd (Birt 4.7.0RC5) [message #1770591 is a reply to message #1770527] Mon, 14 August 2017 17:03 Go to previous message
charles candy is currently offline charles candyFriend
Messages: 24
Registered: March 2013
Junior Member

i found solution for this.
first i disable the page break interval , which I set to 9.
then i create another row detail
- set height 1 mn
- set visibility hide with condition unhide if mod(sno, 9) == 0
- set break before to always rather than after

this method will trick birt to continue print detail on next page, and since it's empty will be skip.
Previous Topic:pageNo/ PageTotal based on group (PDF)
Next Topic:Setting the Radius in Meter Chart
Goto Forum:
  


Current Time: Fri Apr 19 19:48:03 GMT 2024

Powered by FUDForum. Page generated in 0.02836 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top