Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Display mutiple rows in multiple page
Display mutiple rows in multiple page [message #84713] Thu, 27 October 2005 10:41 Go to next message
Eclipse UserFriend
Originally posted by: bristow.startrekitalia.com

Hi all,
I have this problem: I obtain my data from jdbc source.
When the rows are greater than one, I'd like generate a report with
multiple page, one for every row obtained, and put one row for page.
Is possible this?

Thanks,
Pietro
Re: Display mutiple rows in multiple page [message #85062 is a reply to message #84713] Thu, 27 October 2005 21:59 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Pietro

In 1.0.1 this is possible only with PDF, using Page Break before or after in
the properties tab.
2.0 will have more paging options.

Jason Weathersby
BIRT PMC

"Pietro" <bristow@startrekitalia.com> wrote in message
news:djqat2$cbr$1@news.eclipse.org...
> Hi all,
> I have this problem: I obtain my data from jdbc source.
> When the rows are greater than one, I'd like generate a report with
> multiple page, one for every row obtained, and put one row for page.
> Is possible this?
>
> Thanks,
> Pietro
Re: Display mutiple rows in multiple page [message #85296 is a reply to message #85062] Fri, 28 October 2005 14:54 Go to previous messageGo to next message
Pietro is currently offline PietroFriend
Messages: 27
Registered: July 2009
Junior Member
Jason,
thanks for your answer.
I tried your suggest but it doesn't work or (more probably) I don't
understand how page break works.
I explain better what I need: I must generate a pdf that repeat the same
page and, for every page, use a different row of dataset.
I use 1.0.1. Can accomplish with this version or I have need of 2.0 version?

Thanks,
Pietro

Jason Weathersby ha scritto:
> Pietro
>
> In 1.0.1 this is possible only with PDF, using Page Break before or after in
> the properties tab.
> 2.0 will have more paging options.
>
> Jason Weathersby
> BIRT PMC
>
> "Pietro" <bristow@startrekitalia.com> wrote in message
> news:djqat2$cbr$1@news.eclipse.org...
>
>>Hi all,
>>I have this problem: I obtain my data from jdbc source.
>>When the rows are greater than one, I'd like generate a report with
>>multiple page, one for every row obtained, and put one row for page.
>>Is possible this?
>>
>>Thanks,
>>Pietro
>
>
>
Re: Display mutiple rows in multiple page [message #85339 is a reply to message #85296] Fri, 28 October 2005 16:32 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Pietro,

You should be able to do this in 1.0.1, by
putting a table in design and then your data controls.
Then select all our detail controls and on the property editor, set Page
Break after to "Always".

Jason Weathersby
BIRT PMC


"Pietro Santurelli" <santurelli@inwind.it> wrote in message
news:djte38$bll$1@news.eclipse.org...
> Jason,
> thanks for your answer.
> I tried your suggest but it doesn't work or (more probably) I don't
> understand how page break works.
> I explain better what I need: I must generate a pdf that repeat the same
> page and, for every page, use a different row of dataset.
> I use 1.0.1. Can accomplish with this version or I have need of 2.0
> version?
>
> Thanks,
> Pietro
>
> Jason Weathersby ha scritto:
>> Pietro
>>
>> In 1.0.1 this is possible only with PDF, using Page Break before or after
>> in the properties tab.
>> 2.0 will have more paging options.
>>
>> Jason Weathersby
>> BIRT PMC
>>
>> "Pietro" <bristow@startrekitalia.com> wrote in message
>> news:djqat2$cbr$1@news.eclipse.org...
>>
>>>Hi all,
>>>I have this problem: I obtain my data from jdbc source.
>>>When the rows are greater than one, I'd like generate a report with
>>>multiple page, one for every row obtained, and put one row for page.
>>>Is possible this?
>>>
>>>Thanks,
>>>Pietro
>>
>>
Re: Display mutiple rows in multiple page [message #85488 is a reply to message #85339] Fri, 28 October 2005 22:04 Go to previous messageGo to next message
Pietro is currently offline PietroFriend
Messages: 27
Registered: July 2009
Junior Member
Jason,
I don't understand very well your answer. When I tried to apply it, the
program is blocked in an infinite loop.
What are detail controls? Can you send me an example?
Thanks,
Pietro

Jason Weathersby ha scritto:
> Pietro,
>
> You should be able to do this in 1.0.1, by
> putting a table in design and then your data controls.
> Then select all our detail controls and on the property editor, set Page
> Break after to "Always".
>
> Jason Weathersby
> BIRT PMC
>
>
> "Pietro Santurelli" <santurelli@inwind.it> wrote in message
> news:djte38$bll$1@news.eclipse.org...
>
>>Jason,
>>thanks for your answer.
>>I tried your suggest but it doesn't work or (more probably) I don't
>>understand how page break works.
>>I explain better what I need: I must generate a pdf that repeat the same
>>page and, for every page, use a different row of dataset.
>>I use 1.0.1. Can accomplish with this version or I have need of 2.0
>>version?
>>
>>Thanks,
>>Pietro
>>
>>Jason Weathersby ha scritto:
>>
>>>Pietro
>>>
>>>In 1.0.1 this is possible only with PDF, using Page Break before or after
>>>in the properties tab.
>>>2.0 will have more paging options.
>>>
>>>Jason Weathersby
>>>BIRT PMC
>>>
>>>"Pietro" <bristow@startrekitalia.com> wrote in message
>>>news:djqat2$cbr$1@news.eclipse.org...
>>>
>>>
>>>>Hi all,
>>>>I have this problem: I obtain my data from jdbc source.
>>>>When the rows are greater than one, I'd like generate a report with
>>>>multiple page, one for every row obtained, and put one row for page.
>>>>Is possible this?
>>>>
>>>>Thanks,
>>>>Pietro
>>>
>>>
>
Re: Display mutiple rows in multiple page [message #85782 is a reply to message #85488] Mon, 31 October 2005 17:13 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Pietro,

Here is a simple example that displays office information.
In PDF it does one office per page.

Jason Weathersby
BIRT PMC

"Pietro Santurelli" <santurelli@inwind.it> wrote in message
news:dju79i$cpo$1@news.eclipse.org...
> Jason,
> I don't understand very well your answer. When I tried to apply it, the
> program is blocked in an infinite loop.
> What are detail controls? Can you send me an example?
> Thanks,
> Pietro
>
> Jason Weathersby ha scritto:
>> Pietro,
>>
>> You should be able to do this in 1.0.1, by
>> putting a table in design and then your data controls.
>> Then select all our detail controls and on the property editor, set Page
>> Break after to "Always".
>>
>> Jason Weathersby
>> BIRT PMC
>>
>>
>> "Pietro Santurelli" <santurelli@inwind.it> wrote in message
>> news:djte38$bll$1@news.eclipse.org...
>>
>>>Jason,
>>>thanks for your answer.
>>>I tried your suggest but it doesn't work or (more probably) I don't
>>>understand how page break works.
>>>I explain better what I need: I must generate a pdf that repeat the same
>>>page and, for every page, use a different row of dataset.
>>>I use 1.0.1. Can accomplish with this version or I have need of 2.0
>>>version?
>>>
>>>Thanks,
>>>Pietro
>>>
>>>Jason Weathersby ha scritto:
>>>
>>>>Pietro
>>>>
>>>>In 1.0.1 this is possible only with PDF, using Page Break before or
>>>>after
>>>>in the properties tab.
>>>>2.0 will have more paging options.
>>>>
>>>>Jason Weathersby
>>>>BIRT PMC
>>>>
>>>>"Pietro" <bristow@startrekitalia.com> wrote in message
>>>>news:djqat2$cbr$1@news.eclipse.org...
>>>>
>>>>
>>>>>Hi all,
>>>>>I have this problem: I obtain my data from jdbc source.
>>>>>When the rows are greater than one, I'd like generate a report with
>>>>>multiple page, one for every row obtained, and put one row for page.
>>>>>Is possible this?
>>>>>
>>>>>Thanks,
>>>>>Pietro
>>>>
>>>>
>>
>


Previous Topic:Dataset with html tag (in a row of data) does not recorgnize the tag
Next Topic:Holy Log Spam batman
Goto Forum:
  


Current Time: Sat Jul 27 18:27:00 GMT 2024

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

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

Back to the top