Skip to main content



      Home
Home » Archived » BIRT » 1. Page Number is not coming properly in HTML format
1. Page Number is not coming properly in HTML format [message #259420] Thu, 25 October 2007 05:35 Go to next message
Eclipse UserFriend
Originally posted by: tiwari_vivek.emc.com

I have added a auto text (Page n of m) in master page of reports. It is
coming fine in PDF format but it is coming in html as 1 of ……
Re: 1. Page Number is not coming properly in HTML format [message #259477 is a reply to message #259420] Thu, 25 October 2007 10:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

Are you using the frameset mapping? This is the only servlet mapping
that supports pagination in HTML.

Jason

VIVEK NATH TIWARI wrote:
> I have added a auto text (Page n of m) in master page of reports. It is
> coming fine in PDF format but it is coming in html as 1 of ��
Re: 1. Page Number is not coming properly in HTML format [message #259585 is a reply to message #259477] Fri, 26 October 2007 02:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tiwari_vivek.emc.com

what do you mean by frameset mapping in report. how we can configure this
Re: 1. Page Number is not coming properly in HTML format [message #259630 is a reply to message #259585] Fri, 26 October 2007 10:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

I meant using the viewer. You can use /run, /preview, and /frameset.
/frameset is the only one that supports HTML pagination.

Jason

VIVEK NATH TIWARI wrote:
> what do you mean by frameset mapping in report. how we can configure this
>
Re: 1. Page Number is not coming properly in HTML format [message #260541 is a reply to message #259630] Mon, 05 November 2007 02:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tiwari_vivek.emc.com

i am not opening it through viewer. i am opening it through internet
explorer


Jason Weathersby wrote:

> I meant using the viewer. You can use /run, /preview, and /frameset.
> /frameset is the only one that supports HTML pagination.

> Jason

> VIVEK NATH TIWARI wrote:
>> what do you mean by frameset mapping in report. how we can configure this
>>
Re: 1. Page Number is not coming properly in HTML format [message #260654 is a reply to message #260541] Mon, 05 November 2007 11:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

What is the url that you are displaying in Internet Explorer.

Jason

VIVEK NATH TIWARI wrote:
> i am not opening it through viewer. i am opening it through internet
> explorer
>
>
> Jason Weathersby wrote:
>
>> I meant using the viewer. You can use /run, /preview, and /frameset.
>> /frameset is the only one that supports HTML pagination.
>
>> Jason
>
>> VIVEK NATH TIWARI wrote:
>>> what do you mean by frameset mapping in report. how we can configure
>>> this
>>>
>
>
Re: 1. Page Number is not coming properly in HTML format [message #260786 is a reply to message #260654] Tue, 06 November 2007 06:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tiwari_vivek.emc.com

i am opening it through runtime in java

String []str = {("C:/Program Files/Internet
Explorer/iexplore.exe"),("c:/reports/report.html")};
Runtime a = Runtime.getRuntime();
a.exec(str);

Jason Weathersby wrote:

> What is the url that you are displaying in Internet Explorer.

> Jason

> VIVEK NATH TIWARI wrote:
>> i am not opening it through viewer. i am opening it through internet
>> explorer
>>
>>
>> Jason Weathersby wrote:
>>
>>> I meant using the viewer. You can use /run, /preview, and /frameset.
>>> /frameset is the only one that supports HTML pagination.
>>
>>> Jason
>>
>>> VIVEK NATH TIWARI wrote:
>>>> what do you mean by frameset mapping in report. how we can configure
>>>> this
>>>>
>>
>>
Re: 1. Page Number is not coming properly in HTML format [message #260839 is a reply to message #260786] Tue, 06 November 2007 09:57 Go to previous message
Eclipse UserFriend
Originally posted by: jasonweathersby.alltel.net

You have to use the example viewer to see pagination or you have to
write your own app that uses the report engine api to render a page at a
time.

Jason

VIVEK NATH TIWARI wrote:
> i am opening it through runtime in java
>
> String []str = {("C:/Program Files/Internet
> Explorer/iexplore.exe"),("c:/reports/report.html")};
> Runtime a = Runtime.getRuntime();
> a.exec(str);
>
> Jason Weathersby wrote:
>
>> What is the url that you are displaying in Internet Explorer.
>
>> Jason
>
>> VIVEK NATH TIWARI wrote:
>>> i am not opening it through viewer. i am opening it through internet
>>> explorer
>>>
>>>
>>> Jason Weathersby wrote:
>>>
>>>> I meant using the viewer. You can use /run, /preview, and /frameset.
>>>> /frameset is the only one that supports HTML pagination.
>>>
>>>> Jason
>>>
>>>> VIVEK NATH TIWARI wrote:
>>>>> what do you mean by frameset mapping in report. how we can
>>>>> configure this
>>>>>
>>>
>>>
>
>
Previous Topic:Not able to hide the grid in HTML
Next Topic:BIRT 2.2.1 birt-viewer/frameset?__report= and birt-viewer/run?__report= fail to display charts
Goto Forum:
  


Current Time: Wed Jul 30 19:14:41 EDT 2025

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

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

Back to the top