MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
iskohl
Post subject: fix the footer at the bottom  PostPosted: Sep 23, 2011 - 01:21 PM



Joined: Jan 26, 2011
Posts: 9

How can I fix the footer at the bottom of a paper, I found in web that I can put the

Code:
HTMLRenderOption.setPageFooterFloatFlag(false)


in report,but I' confused, where should I put these codes in my report?

thanks
 
 View user's profile Send private message  
Reply with quote Back to top
support-swapna
Post subject:   PostPosted: Sep 26, 2011 - 01:00 PM



Joined: Nov 11, 2010
Posts: 2151

iskohl ,

I have escalated it to a dev team member. They will get back to you.
Sorry for the inconvenience caused.

_________________
Swapna
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
Support-Brian
Post subject:   PostPosted: Sep 26, 2011 - 05:34 PM
Moderator
Moderator


Joined: Aug 21, 2004
Posts: 2512

ishohl,

Open your report in the report designer and click the "script" tab in the editor. From the combo, select the "beforeFactory" item and insert the following code:
Code:
reportContext.getRenderOption().setOption("pageFooterFloatFlag", false);


Hope this helps.

_________________
Brian
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
iskohl
Post subject:   PostPosted: Sep 27, 2011 - 08:14 AM



Joined: Jan 26, 2011
Posts: 9

Hi guys,

You are simply awesome, it works, Thank you.

BTW, is there documents I can read about how we use such scripts.
 
 View user's profile Send private message  
Reply with quote Back to top
Support-Brian
Post subject:   PostPosted: Sep 27, 2011 - 08:22 AM
Moderator
Moderator


Joined: Aug 21, 2004
Posts: 2512

Glad it worked!

We have some amount of BIRT help included in MyEclipse; for more detailed articles and tips and tricks, I believe Birt Exchange would be the best resource: http://www.birt-exchange.org/

_________________
Brian
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits