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

Recommended Posts

By: Victor P rez Ju rez - vpj-cd

break page

2002-06-26 16:13

I can design forms in JasperReport?

 

how I indicate to my report a break page?

 

Thanks

 

 

 

By: Teodor Danciu - teodord

RE: break page

2002-06-27 00:54

 

Hi,

 

If you want to create interactive PDF documents,

that contain input text fields in which the viewer

can type text using the keyboard, then the answer

is NO.

The generated report only display data and don't

allow the user to input data using forms.

 

As for the page breaks, it depends on what you

want to do. There is no special element

called "page break" of something like that,

but special page breaks can be easily introduced

using specially designed groups and

their "isStartNewPage" feature.

 

Thank you,

Teodor

 

 

 

By: Victor P rez Ju rez - vpj-cd

RE: break page

2002-06-27 08:48

Thanks are very amiable.

 

When I talk about forms is checks, invoices, etc.

 

on the other hand, I can call other to dori.jasper.view.JasperViewer from a Hyperlink?

 

 

 

 

By: Teodor Danciu - teodord

RE: break page

2002-06-28 01:12

 

Hi,

 

Are you talking about opening another viewer

instance when the user clicks on a hyperlink in

a report?

 

If this is the case, then the answer is Yes.

 

However, the JasperViewer does not do that now,

because it was created only to show users how

they might incorporate the JRViewer in their

applications.

 

The best way would be to reuse the code in this

viewer and implement yourself a better or a more

complete version.

 

Anyway, you can implement a custom

JRHyperlinkListener and register it with the viewer.

This way you could do what you need to when the

user clicks on a hyperlink.

 

Thank you,

Teodor

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...