Last row missing for every page in webreport printing

Hi Friends,
We are facing a challenge while printing web report.
Lets say report output contains 500 lines and lines are divided in to 10 pages.
Each page contains 50 rows. When exexute the Printing in webreport we are getting only first 49 rows for each page. Last 50 row is missing for each page.
What could be the problem.
Please help me how to fix this issue. I am not aware of this webreporting Html code.Please frineds help me how to fix this issue.
It would be great help for me.
Will assign the points.
Thanks
SAP

Hi Friends,
Finallay i found our custom web template which is copied from Standard web template.
Here iam attachig my code.
Some body look into this one please suggest me if there is any mistake.
It would be great help for me.
will assign the points.
<!-- This Template is the main Template for the  Adhoc Web Application
       This Templates includes all items, except of the Conditon /Exception Item, which are included in the 0ADHOC_CONDITIONS Template
       Items: 7 different Item GRoups
GR1 (Table) - GR1Toolbar, GRAToolbar, GR1Navblock, GR1GR5GR7Table
GR2 (Charts) - GR2Chart
GR3 (TextElem) - GR3TECommon, GR3TEFilter, GR3DFilter, GR3TEVariables, GR3FORQUERYDOC
GR4 (InfoBroad) - GR4Broadcaster
GR5 (Print) - GR5Toolbar, GRBToolbar, GR1GR5GR7Table
GR6 (Conditions) - Condition Template
GR7 (Export) - GR7Toolbar, GR1GR5GR7Table
       The following items are internally used:
             TITLE: To display the Name ot the Query (as Window-Title)
             HEADER: To display a Header-Template
             FOOTER:  To display a Footer-Template
             Query Name: To display the name of the Query
             Actuality: To display the validity of the data
            GR3FORQUERYDOC: Technical name of the query for launching online Documentation
       The JavaScript in this Template will enable the following functions:
                  - Set the correct style for the actually choosen Tabstrip (function set_tab)
                  - Call the Query Online Documentation (function callquerydoc)
-->
<!-- Set the data provider --->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="SET_DATA_PROVIDER"/>
         <param name="NAME" value="DP"/>
         <param name="DATA_PROVIDER_ID" value=""/>
         <param name='HELP_SERVICE' value='ZPRINTING'/>
         <param name='HELP_SERVICE_CLASS' value='Z_PRINT_HELP_SERVICE'/>
         DATA_PROVIDER:             DP
</object>
<!-- Output area --->
<html>
<!-- BW data source object tags -->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="SET_PROPERTIES"/>
         <param name="TEMPLATE_ID" value="ZWT_LAUSD_ADHOC"/>
         TEMPLATE PROPERTIES
</object>
<head>
<!-- Javascript Enhancement for DHTML Dropdown Print Preview-->
<script language=javascript>
         function callPrintPreview(poption)
                  var url = SAP_BW_URL_Get();
                      switch(poption)
                       case 1:
                              url = url + "&CMD=PROCESS_HELP_WINDOW&HELP_SERVICE=ZPRINTING&DATA_PROVIDER=DP&P_STYLESHEET=/sap/bw/Mime/BEx/StyleSheets/BWReports_smallfont_print.css&P_PREVIEW_MODE=&P_HEADER_HEIGHT=1.00&P_HEADER_INDENT_LEFT=0.75&P_HEADER_INDENT_RIGHT=0.75&P_FOOTER_HEIGHT=0.75&P_FOOTER_INDENT_LEFT=0.75&P_FOOTER_INDENT_RIGHT=0.75&P_DATA_AREA_PADDING_TOP=0.00&P_DATA_AREA_INDENT_LEFT=0.75&P_DATA_AREA_INDENT_RIGHT=0.75&P_DATA_AREA_COLUMNS=5&P_PAGE_WIDTH=17.78&P_PAGE_HEIGHT=24.13";
                            window.open(url, "Print", "width=800, height=600, menubar=yes, toolbar=no, scrollbars=yes, resizable=yes");
                              break;
                       case 2:
                              url = url + "&CMD=PROCESS_HELP_WINDOW&HELP_SERVICE=ZPRINTING&DATA_PROVIDER=DP&P_STYLESHEET=/sap/bw/Mime/BEx/StyleSheets/BWReports_smallfont_print.css&P_PREVIEW_MODE=&P_HEADER_HEIGHT=1.00&P_HEADER_INDENT_LEFT=0.50&P_HEADER_INDENT_RIGHT=0.50&P_FOOTER_HEIGHT=0.75&P_FOOTER_INDENT_LEFT=0.50&P_FOOTER_INDENT_RIGHT=0.50&P_DATA_AREA_PADDING_TOP=0.00&P_DATA_AREA_INDENT_LEFT=0.50&P_DATA_AREA_INDENT_RIGHT=0.50&P_DATA_AREA_COLUMNS=5&P_PAGE_WIDTH=19.05&P_PAGE_HEIGHT=25.40";
                            window.open(url, "Print", "width=800, height=600, menubar=yes, toolbar=no, scrollbars=yes, resizable=yes");
                              break;
                       case 3:
                              url = url + "&CMD=PROCESS_HELP_WINDOW&HELP_SERVICE=ZPRINTING&DATA_PROVIDER=DP&P_STYLESHEET=/sap/bw/Mime/BEx/StyleSheets/BWReports_smallfont_print.css&P_PREVIEW_MODE=&P_HEADER_HEIGHT=1.00&P_HEADER_INDENT_LEFT=0.25&P_HEADER_INDENT_RIGHT=0.25&P_FOOTER_HEIGHT=0.75&P_FOOTER_INDENT_LEFT=0.25&P_FOOTER_INDENT_RIGHT=0.25&P_DATA_AREA_PADDING_TOP=0.00&P_DATA_AREA_INDENT_LEFT=0.25&P_DATA_AREA_INDENT_RIGHT=0.25&P_DATA_AREA_COLUMNS=5&P_PAGE_WIDTH=20.32&P_PAGE_HEIGHT=26.67";
                            window.open(url, "Print", "width=800, height=600, menubar=yes, toolbar=no, scrollbars=yes, resizable=yes");
                              break;
                       case 4:
                              url = url + "&CMD=PROCESS_HELP_WINDOW&HELP_SERVICE=ZPRINTING&DATA_PROVIDER=DP&P_STYLESHEET=/sap/bw/Mime/BEx/StyleSheets/BWReports_smallfont_print.css&P_PREVIEW_MODE=&P_HEADER_HEIGHT=1.00&P_HEADER_INDENT_LEFT=0.75&P_HEADER_INDENT_RIGHT=0.75&P_FOOTER_HEIGHT=0.75&P_FOOTER_INDENT_LEFT=0.75&P_FOOTER_INDENT_RIGHT=0.75&P_DATA_AREA_PADDING_TOP=0.00&P_DATA_AREA_INDENT_LEFT=0.75&P_DATA_AREA_INDENT_RIGHT=0.75&P_DATA_AREA_COLUMNS=7&P_PAGE_WIDTH=24.13&P_PAGE_HEIGHT=17.78";
                            window.open(url, "Print", "width=800, height=600, menubar=yes, toolbar=no, scrollbars=yes, resizable=yes");
                              break;
                       case 5:
                              url = url + "&CMD=PROCESS_HELP_WINDOW&HELP_SERVICE=ZPRINTING&DATA_PROVIDER=DP&P_STYLESHEET=/sap/bw/Mime/BEx/StyleSheets/BWReports_smallfont_print.css&P_PREVIEW_MODE=&P_HEADER_HEIGHT=1.00&P_HEADER_INDENT_LEFT=0.50&P_HEADER_INDENT_RIGHT=0.50&P_FOOTER_HEIGHT=0.75&P_FOOTER_INDENT_LEFT=0.50&P_FOOTER_INDENT_RIGHT=0.50&P_DATA_AREA_PADDING_TOP=0.00&P_DATA_AREA_INDENT_LEFT=0.50&P_DATA_AREA_INDENT_RIGHT=0.50&P_DATA_AREA_COLUMNS=4&P_PAGE_WIDTH=25.40&P_PAGE_HEIGHT=19.05";
                            window.open(url, "Print", "width=800, height=600, menubar=yes, toolbar=no, scrollbars=yes, resizable=yes");
                              break;
                       case 6:
                              url = url + "&CMD=PROCESS_HELP_WINDOW&HELP_SERVICE=ZPRINTING&DATA_PROVIDER=DP&P_STYLESHEET=/sap/bw/Mime/BEx/StyleSheets/BWReports_smallfont_print.css&P_PREVIEW_MODE=&P_HEADER_HEIGHT=1.00&P_HEADER_INDENT_LEFT=0.25&P_HEADER_INDENT_RIGHT=0.25&P_FOOTER_HEIGHT=0.75&P_FOOTER_INDENT_LEFT=0.25&P_FOOTER_INDENT_RIGHT=0.25&P_DATA_AREA_PADDING_TOP=0.00&P_DATA_AREA_INDENT_LEFT=0.25&P_DATA_AREA_INDENT_RIGHT=0.25&P_DATA_AREA_COLUMNS=4&P_PAGE_WIDTH=26.67&P_PAGE_HEIGHT=20.32";
                            window.open(url, "Print", "width=800, height=600, menubar=yes, toolbar=no, scrollbars=yes, resizable=yes");
                              break;
                       case 7:
                              url = url + "&CMD=PROCESS_HELP_WINDOW&HELP_SERVICE=ZPRINTING&DATA_PROVIDER=DP&P_PREVIEW_MODE=X";
                            window.open(url, "Print", "width=800, height=600, menubar=yes, toolbar=no, scrollbars=yes, resizable=yes");
                              break;
</script>
<SCRIPT LANGUAGE="JAVASCRIPT" type="text/javascript">
<!--
//  Global variables definitions
var expDays = 1;
var exp = new Date();
exp.setTime(exp.getTime() + (expDays2460601000));
/* Create a Random Number*/
function rand ( n )
  return ( Math.floor ( Math.random ( ) * n + 1 ) );
/Used to Open New Window with Status Bar & URL/
function openWindow( URL, NAME, WIDTH1, HEIGHT1){
NAME=NAME+rand(157)
WindowObjectReference =  window.open(URL,NAME,"menubar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes,width="WIDTH1"height="+HEIGHT1);
function PrintMyReport(typePaper) {
/*  Assumption: Users page margins (top, bottom, left and right) are a default value of 0.75 inches */
    var Header2 = '';
    var CurrentDataProvider = 'DP' ;
//    var mynewTitle = 'SAP BW Report';
    var mynewTitle = document.title;
    var dateout = exp;
    var CurrentReportName = '&?psize=' + escape(typePaper) + '&qtitle=' + escape(mynewTitle)  + Header2 + "&ASOFDATE=" + escape(dateout) + "&";
/*    var openCMD="<SAP_BW_URL>&DATA_PROVIDER="CurrentDataProvider"&TEMPLATE_ID=ZPD_ADHOC_PAGE&CMD=RELEASE_DATA_PROVIDER"+CurrentReportName;*/
    var openCMD="<SAP_BW_URL>&DATA_PROVIDER="CurrentDataProvider"&TEMPLATE_ID=ZPD_LAUSD_ADHOC_PAGE&CMD=RELEASE_DATA_PROVIDER"+CurrentReportName;
    openWindow(openCMD,"MainTitleNow",800,600);
-->
</SCRIPT>
<script type="text/javascript">
<!--
/* Calls the online Documentation via technical QueryName */
function callquerydoc() {
   var docustart= '/sap/bw/doc/meta/fldmeta/default?tlogo=elem&objnm=' + document.getElementById('querydoc').innerHTML  + '&sap-language=' +SAP_BW_Get_Language();
  SAPBWOpenWindow(docustart,'Documentation',800,600);
/* Sets the displayed tab */
/* Check, which items of the Array check_items  is not hidden.
    Change the style of the HTML tag with id GroupArea/GroupLink */
function set_tab() {
     if (!(navigator.appVersion.substring(0,1) == '4' && navigator.appName == 'Netscape')) {
       /var check_items = new Array('GR1Toolbar','GR2Chart','GR3TECommon','GR4Broadcaster','GR5Toolbar','GR7Toolbar');/
       var check_items = new Array('GR1Toolbar','GR2Chart','GR3TECommon','GR5Toolbar','GR7Toolbar');
    for (i=0;i<check_items.length;i++) {
                    hidden = true;
                   prop = SAPBWGetItemProp(check_items<i>);
                   if (prop != null){
                                       for(j=1;j<prop.length;j++){
                                                  if (prop[j][0] == "HIDDEN")  hidden = (prop[j][1] == "X");
               anchor_item = document.getElementById(check_items<i>.substring(0,3)+'Area').firstChild;
                if (hidden) {
                    document.getElementById(check_items<i>.substring(0,3)+'Area').className='SAPBEXTbsTab';
                    anchor_item.title = '<SAP_BW_TEXT program="SAPLRRSV" key="737">' + ' ' + anchor_item.title; 
                else {
                    document.getElementById(check_items<i>.substring(0,3)+'Area').className='SAPBEXTbsTabSel';
                    anchor_item.title = '<SAP_BW_TEXT program="SAPLRRSV" key="736">' +' ' + anchor_item.title; 
          } /* if */
      }   /* for */
    /* Set the BexHeader invisible when running as IView */
        if (SAPBWGetProperty('RUNS_AS_IVIEW')) {
                           document.getElementById('bexheader').style.visibility='hidden';
                           document.getElementById('bexheader').style.display='none';
          anchor = window.location.hash.substring(1,50);
          SAPBWSetFocus(anchor);
  }  /*function */
-->
</script>
<!-- Query description in the window title bar --->
<title>
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="TITLE"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
         <param name="DATA_PROVIDER" value="DP"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="ELEMENT_TYPE_1" value="COMMON"/>
         <param name="ELEMENT_NAME_1" value="REPTXTLG"/>
         <param name="ONLY_VALUES" value="X"/>
         <param name="ELEMENT_NAME" value="REPTXTLG"/>
         ITEM:            TITLE
</object>
</title>
<link href="/sap/bw/Mime/BEx/StyleSheets/BWReports.css" type="text/css" rel="stylesheet"/>
<link href="/sap/bw/Mime/Customer/StyleSheets/BWReports_Excel_print.css" type="text/css" rel="stylesheet" media="print"/>
</head>
<body>
<!-- Possible Header -->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="Header"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="TEMPLATE_ID" value="ZLAUSD_HEADER"/>
         <param name="SUPPRESS_SYSTEM_MESSAGES" value="X"/>
         ITEM:            Header
</object>
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr id="bexheader">
<td class="SAPBExMsgBarStd"><span class="SAPBEXTxtStdBold" tabIndex=0>
<SAP_BW_TEXT program="SAPLRRSV" key="733">
</span></td>
</tr>
<tr>
<td style="FONT-SIZE: 1pt; HEIGHT: 5px">
</td>
</tr>
<tr>
<td>
<!-- Tabs -->
<table cellpadding="1" cellspacing="0" border="0" width="200">
<tr>
<td class="SAPBEXTbsBorder">
<A href="#TabStripEnd">
<IMG title=<SAP_BW_TEXT program='SAPLRRSV' key='739'> alt="<SAP_BW_TEXT program='SAPLRRSV' key='739'>" src="/sap/bw/Mime/BEx/Icons/pixel.gif" border=0 ></A>
<table name="" border="0" cellpadding="0" cellspacing="0">
<tr>
<!-- First Tab: Display table and nav block -->
<td align="middle" nowrap class="SAPBEXTbsTabSel" id="GR1Area">
<A  title=<SAP_BW_TEXT program='SAPLRRSV' key='700'> href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR1*&MULTI=X&HIDDEN=' >&amp;dummy=#TabStripContent" ><SAP_BW_TEXT program="SAPLRRSV" key="700"></A>
</td>
<!-- Second Tab: Display chart -->
<td align="middle" nowrap class="SAPBEXTbsTab" id="GR2Area">
<A title=<SAP_BW_TEXT program='SAPLRRSV' key='701'> href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR2*&MULTI=X&HIDDEN=' >&amp;dummy=#TabStripContent" ><SAP_BW_TEXT program="SAPLRRSV" key="701"></A>
</td>
<!-- Third Tab: Display infos -->
<td align="middle" nowrap class="SAPBEXTbsTab" id="GR3Area">
<A   title=<SAP_BW_TEXT program='SAPLRRSV' key='702'> href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR3*&MULTI=X&HIDDEN=' >&amp;dummy=#TabStripContent"><SAP_BW_TEXT program="SAPLRRSV" key="702"></A>
</td>
<!-- Fourth Tab: Display Broadcasting -->
<!--
<td align="middle" nowrap class="SAPBEXTbsTab" id="GR4Area">
<A  title=<SAP_BW_TEXT program='SAPLRRSV' key='704'> href="<SAP_BW_URL ITEM='GR' MULTI='X' HIDDEN='X'  CMD_1='ITEM=GR4&MULTI=X&HIDDEN=' >&amp;dummy=#TabStripContent" ><SAP_BW_TEXT program="SAPLRRSV" key="704"></A>
<a name="TabStripContent" tabIndex="0"><IMG title=<SAP_BW_TEXT program='SAPLRRSV' key='740'> alt="<SAP_BW_TEXT program='SAPLRRSV' key='740'>" src="/sap/bw/Mime/BEx/Icons/pixel.gif" border=0 ></a>
</td>
-->
<!-- Fifth Tab: Display Printing -->
<td align="middle" nowrap class="SAPBEXTbsTab" id="GR5Area">
<A   title=Printing href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR5*&MULTI=X&HIDDEN=' >&amp;dummy=#TabStripContent">Printing</A>
</td>
<!-- Sixth Tab: Display Export -->
<td align="middle" nowrap class="SAPBEXTbsTab" id="GR7Area">
<A   title=Export href="<SAP_BW_URL ITEM='*GR*' MULTI='X' HIDDEN='X' CMD_1='ITEM=*GR7*&MULTI=X&HIDDEN=' >&amp;dummy=#TabStripContent">Export</A>
</td>
</tr>
</table>
<table width="600" name="" class="SAPBEXTbsBdyEdg" cellspacing="0" cellpadding="5" border="0">
<tr>
<td align="left" valign="bottom" nowrap>
<table cellspacing="0" cellpadding="0" border="0"><tr><td class="SAPBEXTxtStdBold" nowrap tabIndex="0" width="550">
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="QueryName"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
         <param name="DATA_PROVIDER" value="DP"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="ELEMENT_TYPE_1" value="COMMON"/>
         <param name="ELEMENT_NAME_1" value="REPTXTLG"/>
         <param name="ONLY_VALUES" value="X"/>
         <param name="ELEMENT_NAME" value="REPTXTLG"/>
         <param name="HELP_SERVICE" value="HW_SAVE_VIEW"/>
         <param name="HELP_SERVICE_CLASS" value="CL_RSR_WWW_HWIND_SAVE_VIEW"/>
         ITEM:            QueryName
</object></td>
<td  nowrap 
                tabIndex="0">
<!--
<SAP_BW_TEXT program="SAPLRRSV" key="705">
-->
<SAP_BW_TEXT program="SAPLRRSV" key="160">
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="Actuality"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
         <param name="DATA_PROVIDER" value="DP"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="ELEMENT_TYPE_1" value="COMMON"/>
         <param name="ELEMENT_NAME_1" value="ROLLUPTIME"/>
         <param name="ONLY_VALUES" value="X"/>
         <param name="ELEMENT_NAME" value="ROLLUPTIME"/>
         ITEM:            Actuality
</object>
</td></tr></table>
</td></tr>
<tr><td>
<table  border="0" cellspacing="0" cellpadding="5" class="SAPBEXFlexBoxStdBg" width="100%"><tr>
          <td>
<!-- Toolbar for View Table -->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GR1Toolbar"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="TEMPLATE_ID" value="ZWT_LAUSD_ADHOC_GR1TB"/>
         ITEM:            GR1Toolbar
</object>
<!-- Toolbar for Table Maintenance -->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GRAToolbar"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="HIDDEN" value="X"/>
         <param name="TEMPLATE_ID" value="ZWT_LAUSD_ADHOC_GRATB"/>
         ITEM:            GRAToolbar
</object>
<!-- Toolbar for View Chart -->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GR2Toolbar"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="HIDDEN" value="X"/>
         <param name="TEMPLATE_ID" value="ZLAUSD_CHARTS"/>
         ITEM:            GR2Toolbar
</object>
<!-- Toolbar for View Info -->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GR3Toolbar"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="HIDDEN" value="X"/>
         <param name="TEMPLATE_ID" value="ZLAUSD_INFOS"/>
         ITEM:            GR3Toolbar
</object>
<!-- Toolbar for Print Options -->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GR5Toolbar"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="HIDDEN" value="X"/>
         <param name="TEMPLATE_ID" value="ZWT_LAUSD_ADHOC_GR5TB"/>
         ITEM:            GR5Toolbar
</object>
<!-- Toolbar for Printing with Internet Explorer -->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GRBToolbar"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="HIDDEN" value="X"/>
         <param name="TEMPLATE_ID" value="ZWT_ADHOC_GRBTB"/>
         ITEM:            GRBToolbar
</object>
<!-- Toolbar for Printing with SmartForms -->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GRCToolbar"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="HIDDEN" value="X"/>
         <param name="TEMPLATE_ID" value="ZWT_ADHOC_GRCTB"/>
         ITEM:            GRCToolbar
</object>
<!-- Toolbar for Exporting -->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GR7Toolbar"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="HIDDEN" value="X"/>
         <param name="TEMPLATE_ID" value="ZWT_ADHOC_GR7TB"/>
         ITEM:            GR7Toolbar
</object>
</td></tr><tr><td>
<!-- Exceptions and Conditions  -->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GR6_COND_TEMPLATE"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="HIDDEN" value="X"/>
         <param name="TEMPLATE_ID" value="0ADHOC_CONDITIONS"/>
         ITEM:            GR6_COND_TEMPLATE
</object>
<table width="600" cellspacing="0" cellpadding="5" border="0"><tr><td style="PADDING-RIGHT: 10px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: top; PADDING-TOP: 0px">
<!-- Navigational block: GR1NavBlock--->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GR1NavBlock"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_NAV_BLOCK"/>
         <param name="DATA_PROVIDER" value="DP"/>
         <param name="WIDTH" value="200"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="SHOW_AXES_GROUPING" value="X"/>
         ITEM:            GR1NavBlock
</object>
</td>
<td class="SAPBEXWhlOffset">
</td>
<td width="100%" style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: top; PADDING-TOP: 0px">
<!-- Data table: GR1GR5GR7Table--->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GR1GR5GR7Table"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>
         <param name="DATA_PROVIDER" value="DP"/>
         <param name="WIDTH" value="380"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="BLOCK_SIZE" value="25"/>
         <param name="BLOCK_SIZE_COLUMNS" value="10"/>
         <param name="HELP_SERVICE" value="PRINT_WITH_EXCEL"/>
         <param name="HELP_SERVICE_CLASS" value="ZCL_RSR_XLS_HELP_WINDOW_PRINT"/>
         ITEM:            GR1GR5GR7Table
</object>
</td></tr></table>
<!-- Chart: GR2Chart, initialy hidden--->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GR2Chart"/>
         <param name="ITEM_ID" value="0ADHOC_COLUMN_CHART"/>
         <param name="DATA_PROVIDER" value="DP"/>
         <param name="HEIGHT" value="400"/>
         <param name="CAPTION" value="0ADHOC_COLUMN_CHART"/>
         <param name="HIDDEN" value="X"/>
         <param name="WIDHT" value="500"/>
         ITEM:            GR2Chart
</object>
<!-- Common text symbols: GR3TECommon, initialy hidden--->
<table width="600" cellspacing="0" cellpadding="5" border="0"><tr><td style="VERTICAL-ALIGN: top">
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GR3TECommon"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
         <param name="DATA_PROVIDER" value="DP"/>
         <param name="WIDTH" value="330"/>
         <param name="HIDDEN" value="X"/>
         <param name="CAPTION" value="SAP_BW_TEXT?program=SAPLRRSV&amp;key=720"/>
         <param name="GENERATE_LINKS" value=""/>
         <param name="ELEMENT_TYPE_1" value="COMMON"/>
         <param name="ELEMENT_NAME_1" value="SRDATE"/>
         <param name="ELEMENT_TYPE_2" value="COMMON"/>
         <param name="ELEMENT_NAME_2" value="ROLLUPTIME"/>
         <param name="ELEMENT_TYPE_3" value="COMMON"/>
         <param name="ELEMENT_NAME_3" value="MODTIME"/>
         <param name="ELEMENT_TYPE_4" value="COMMON"/>
         <param name="ELEMENT_NAME_4" value="MODUSER"/>
         <param name="ELEMENT_TYPE_5" value="COMMON"/>
         <param name="ELEMENT_NAME_5" value="SYUZEIT"/>
         <param name="ELEMENT_TYPE_6" value="COMMON"/>
         <param name="ELEMENT_NAME_6" value="REPTXTLG"/>
         <param name="ELEMENT_TYPE_7" value="COMMON"/>
         <param name="ELEMENT_NAME_7" value="REPTNAME"/>
         ITEM:            GR3TECommon
</object>
<!-- Static filter: GR3TEFilter, initialy hidden--->
</td><td style="VERTICAL-ALIGN: top">
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GR3TEFilter"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
         <param name="DATA_PROVIDER" value="DP"/>
         <param name="WIDTH" value="330"/>
         <param name="HIDDEN" value="X"/>
         <param name="CAPTION" value="SAP_BW_TEXT?program=SAPLRRSV&amp;key=721"/>
         <param name="GENERATE_LINKS" value=""/>
         <param name="SHOW_COMMON_ELEMENTS" value=""/>
         <param name="SHOW_VARIABLES" value=""/>
         ITEM:            GR3TEFilter
</object>
<!-- Dynamic filter: GR3DFilter, initialy hidden--->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GR3DFilter"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER"/>
         <param name="DATA_PROVIDER" value="DP"/>
         <param name="WIDTH" value="330"/>
         <param name="CAPTION" value="SAP_BW_TEXT?program=SAPLRRSV&amp;key=722"/>
         <param name="HIDDEN" value="X"/>
         <param name="GENERATE_LINKS" value=""/>
         ITEM:            GR3DFilter
</object>
<!-- Variables: GR3TEVariables, initialy hidden--->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GR3TEVariables"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
         <param name="DATA_PROVIDER" value="DP"/>
         <param name="WIDTH" value="330"/>
         <param name="HIDDEN" value="X"/>
         <param name="CAPTION" value="SAP_BW_TEXT?program=SAPLRRSV&amp;key=723"/>
         <param name="GENERATE_LINKS" value=""/>
         <param name="SHOW_COMMON_ELEMENTS" value=""/>
         <param name="SHOW_FILTERS" value=""/>
         ITEM:            GR3TEVariables
</object>
</td></tr></table>
<div id="querydoc" style="DISPLAY: none; VISIBILITY: hidden">
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GR3FORQUERYDOC"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEXT_ELEMENTS"/>
         <param name="DATA_PROVIDER" value="DP"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="ELEMENT_TYPE_1" value="COMMON"/>
         <param name="ELEMENT_NAME_1" value="REPTNAME"/>
         <param name="ONLY_VALUES" value="X"/>
         <param name="ELEMENT_NAME" value="REPTNAME"/>
         ITEM:            GR3FORQUERYDOC
</object>
</div>
<!-- Broadcaster: GR4Broadcaster, initially hidden-->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="GR4Broadcaster"/>
         <param name="ITEM_CLASS" value="CL_RSRD_WWW_ITEM_BROADCASTER"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="HIDDEN" value="X"/>
         <param name="SOURCE_OBJECT_TYPE" value="DP"/>
         <param name="SOURCE_DATA_PROVIDER" value="DP"/>
         ITEM:            GR4Broadcaster
</object>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<a name="TabStripEnd" tabIndex="0"><IMG title=<SAP_BW_TEXT program='SAPLRRSV' key='741'> alt="<SAP_BW_TEXT program='SAPLRRSV' key='741'>" src="/sap/bw/Mime/BEx/Icons/pixel.gif" border=0 ></a>
</td>
</tr>
</table>
<!-- Possible Footer -->
<object>
         <param name="OWNER" value="SAP_BW"/>
         <param name="CMD" value="GET_ITEM"/>
         <param name="NAME" value="Footer"/>
         <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_TEMPLATE"/>
         <param name="GENERATE_CAPTION" value=""/>
         <param name="TEMPLATE_ID" value="0ADHOC_FOOTER"/>
         ITEM:            Footer
</object>
<script type="text/javascript">
<!--
    set_tab();
-->
</script></td></tr></table>
<!-- Settings for Web Printing with Excel
// header with logo, footer, page orientation, margin, ...
@page
     {mso-header-data:"&L&\0022Arial\,Fett\0022&12&G&C&\0022Arial\,Fett\0022&14<&[REPTXTLG]> und <&[DATAPROVIDER_1/REPTXTLG]>";
     mso-footer-data:"&R&A";
     margin:1.0in .75in 1.0in .75in;
     mso-header-margin:.5in;
     mso-footer-margin:.5in;}
// fit to page, grid lines, logo (header picture)
     <x:Print>
      <x:FitWidth>1</x:FitWidth>
      <x:FitHeight>2</x:FitHeight>
      <x:ValidPrinterInfo/>
      <x:PaperSizeIndex>9</x:PaperSizeIndex>
      <x:Scale>86</x:Scale>
      <x:HorizontalResolution>600</x:HorizontalResolution>
      <x:VerticalResolution>600</x:VerticalResolution>
      <x:Gridlines/>
      <x:HeaderPicture>
       <x:Location>Left</x:Location>
       <x:Source>http://www.sap.com/global/images/sap_logo.gif</x:Source>
       <x:Height>37</x:Height>
       <x:Width>73</x:Width>
       <x:LockAspectRatio/>
       <x:ColorType>Automatic</x:ColorType>
      </x:HeaderPicture>
     </x:Print>
// page breaks
    <x:PageBreaks>
     <x:ColBreaks>
      <x:ColBreak>
       <x:Column>9</x:Column>
       <x:RowEnd>78</x:RowEnd>
      </x:ColBreak>
     </x:ColBreaks>
     <x:RowBreaks>
      <x:RowBreak>
       <x:Row>42</x:Row>
       <x:ColEnd>15</x:ColEnd>
      </x:RowBreak>
     </x:RowBreaks>
    </x:PageBreaks>
// column widths
    <x:ColWidths>
    <col style='mso-width-source:auto'>
    <col style='mso-width-source:auto'>
    <col style='mso-width-source:auto'>
    <col width=200 style='mso-width-source:userset'>
    <col width=70 style='mso-width-source:userset'>
    <col width=70 style='mso-width-source:userset'>
    <col width=70 style='mso-width-source:userset'>
    <col width=70 style='mso-width-source:userset'>
    <col width=70 style='mso-width-source:userset'>
    <col width=70 style='mso-width-source:userset'>
    <col width=70 style='mso-width-source:userset'>
    <col width=70 style='mso-width-source:userset'>
    <col width=70 style='mso-width-source:userset'>
    </x:ColWidths>
// BW parameters
<x:BW>
     <hierarchy_icons hide=X>
</x:BW>
-->
</body>
</html>

Similar Messages

  • Why last  4 lines of  every page in sap script are not coming ,it is not o

    pls give some solution why last  4 lines of  every page in sap script are not coming ,it is not over flowing to next page even? it is any page format related problem or coding problem?

    Hi,
    Use PROTECT ENDPROTECT statement it displays hole paragraph in to the single page and also to over come this issue.
    Regards
    Md.MahaboobKhan

  • Need to display a field for every page

    Hi All.
    I am trying to display a field <?job_no?> for every page of that job.
    I mean if I select job no from 1 to 10. for Job number 1 the data can be printed in one page or several pages.
    But i need to show this Job number( which we show with BARCODE font) in every page of that job.
    This job is under G_JOB group. In general I used like below
    <?for-each:G_JOB?>
    <?job_no?>
    <?...?>
    <?...?>
    <?...?>
    <?...?>
    <?...?>
    <?end for-each?>
    This is getting printed in first page only. If I put it in header, of RTF file, it is ok if I selected only one job number. But if I select for n number of jobs it is not geting displayed.
    Please help.
    Thanks Vasa.

    Vasa,
    Try this:
    <?for-each@section:g_job?>
    <?job_no?>
    <?start:body?>
    <?data?>
    <?end for-each?>The "start:body" makes everything before that a page header.
    Kurz
    Edited by: Kurzweil4 on Feb 7, 2011 1:15 PM
    Added @section. This will reset the header region for each job.

  • Proxy Server asking for username and password almost 6 times for every page I load, but the same doesn't happen with other browsers like chrome

    The same question keeps popping up again and again "The proxy moz-proxy://proxy.iitm.ac.in:3128 is requesting a username and password. The site says: "moz-proxy://proxy.iitm.ac.in:3128""
    Even after i give the right details, it asks me like 5 more times before it completely loads the page. Some times it happens only 2 times.
    With other browsers like chrome, it asks only in the beginning. it doesn't occur after that.
    This started occurring only recently. i upgraded to firefox 9.0 and it functioned properly for more than 12 hours before it started occuring. i tried downgrading back to 8.0.1 but the problem still continued.

    i'm afraid i need to use proxy settings to connect to internet. The settings are all fine because it used to work properly all this time. i specify the proxy address and the port, which is correct, i am very confident. it is so because the page actually loads on firefox, but not before it asks for my user name and password for it a lot of times, and for every page. for other browsers, it asks only in the beginning, that is, when i start the browser.
    i've put three pics here. under the first two settings, the third image showing the user name and password thingy popping up. this happens a lot of times for every page.

  • When i am logging to my company intranet site for every page navigation it is asking for credentials

    When i am logging to my company intranet site for every page navigation it is asking for credentials

    Also, if the navigation works most of the time but you are prompted for every single image, I suggest restarting Firefox and trying again.
    The following also might help in that situation: When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?

  • Iweb URL is the same for every page

    I have a small website built on iweb with a personal domain name, www.westonbennett.com and if you click on any of my pages the url doesn't change and is still www.westonbennett.com and I would like it to be a unique url for every page. Can anyone help me out?

    Hi,
    welcome to the Apple iWeb Discussion Forums!
    What you did is webforward with cloaking/masking whose result is giving the same url for all pages.
    What you should do to get yourdomain.com/sitename/pagename.html instead is change the CNAME
    Have a look at the following page to know how to achieve that
    http://alyeska.altervista.org/en/iWeb_Domains.html
    Regards,
    Cédric

  • WLS 9.2.2: JSP recompile for every page load with JAR'ed tag files

    I have a small custom tag library of three tag files. With the server running in development mode and the tag files in a JAR (included in WEB-INF/lib), the server appears to be doing a JSP recompile on every page load. However, it only compiles on the first page load if the tag files are included in WEB-INF/tags (no JAR). Also, running the server in production mode with the JAR'ed tag files avoids the recompile for every page load.
              Is that how the server should behave?
              For whatever it's worth, I'm also using Eclipse 3.3.2 with WTP and WebLogic Server Tools 1.1.2. The server is running the Sun JVM (1.5_10).

    Vikram,
              I went back and created a simple example to test. Below I'm posting the Java source code generated from the two relevant files: index.jsp, and hello.tag.
              __index.java:
              package jsp_servlet;
              import java.io.*;
              import java.util.*;
              import javax.servlet.*;
              import javax.servlet.http.*;
              import javax.servlet.jsp.*;
              import javax.servlet.jsp.tagext.*;
              public final class __index extends weblogic.servlet.jsp.JspBase implements weblogic.servlet.jsp.StaleIndicator {
              private static void _releaseTags(javax.servlet.jsp.tagext.JspTag t) {
              while (t != null) {
              if(t instanceof javax.servlet.jsp.tagext.Tag) {
              javax.servlet.jsp.tagext.Tag tmp = (javax.servlet.jsp.tagext.Tag)t;
              t = ((javax.servlet.jsp.tagext.Tag) t).getParent();
              try {
              tmp.release();
              } catch(Exception ignore) {}
              else {
              t = ((javax.servlet.jsp.tagext.SimpleTag)t).getParent();
              public boolean _isStale(){
              boolean stale = staticIsStale((weblogic.servlet.jsp.StaleChecker) getServletConfig().getServletContext());
              return _stale;
              public static boolean _staticIsStale(weblogic.servlet.jsp.StaleChecker sci) {
              if (sci.isResourceStale("/index.jsp", 1207926672370L ,"9.2.2.0","America/Denver")) return true;
              if (sci.isResourceStale("/null", 1207926783245L ,"9.2.2.0","America/Denver")) return true;
              return false;
              private static void _writeText(javax.servlet.ServletResponse rsp, javax.servlet.jsp.JspWriter out, String block, byte[] blockBytes)
              throws java.io.IOException {
              if (!_WL_ENCODED_BYTES_OK || _hasEncodingChanged(rsp)){
              out.print(block);
              } else {
              ((weblogic.servlet.jsp.ByteWriter)out).write(blockBytes, block);
              private static boolean _hasEncodingChanged(javax.servlet.ServletResponse rsp){
              String encoding = rsp.getCharacterEncoding();
              if ( "ISO-8859-1".equals(encoding) || "Cp1252".equals(encoding) || "ISO8859_1".equals(encoding) || "ASCII".equals(encoding) ){
              return false;
              if (_WL_ORIGINAL_ENCODING.equals(encoding)) {
              return false;
              return true;
              private static boolean WLENCODED_BYTES_OK = true;
              private static final String WLORIGINAL_ENCODING = "ISO-8859-1";
              private static byte[] _getBytes(String block){
              try {
              return block.getBytes(_WL_ORIGINAL_ENCODING);
              } catch (java.io.UnsupportedEncodingException u){
              WLENCODED_BYTES_OK = false;
              return null;
              private final static String wlblock0 ="<!--\n * $Id$\n-->\n \n<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \n\t\t\"http://www.w3.org/TR/html4/loose.dtd\">\n \n";
              private final static byte[] wlblock0Bytes = getBytes( wl_block0 );
              private final static String wlblock1 =" \n \n\t";
              private final static byte[] wlblock1Bytes = getBytes( wl_block1 );
              private final static String wlblock2 ="\n";
              private final static byte[] wlblock2Bytes = getBytes( wl_block2 );
              private final static String wlblock3 ="\n\n<html>\n<head>\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\" />\n\n\t<title>Tag File Test</title>\n</head>\n<body> \n\t";
              private final static byte[] wlblock3Bytes = getBytes( wl_block3 );
              private final static String wlblock4 ="\n</body>\n</html>";
              private final static byte[] wlblock4Bytes = getBytes( wl_block4 );
              static private javelin.jsp.JspFunctionMapper jspxfnmap = javelin.jsp.JspFunctionMapper.getInstance();
              public void _jspService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
              throws javax.servlet.ServletException, java.io.IOException {
              javax.servlet.ServletConfig config = getServletConfig();
              javax.servlet.ServletContext application = config.getServletContext();
              javax.servlet.jsp.tagext.JspTag _activeTag = null;
              Object page = this;
              javax.servlet.jsp.JspWriter out;
              javax.servlet.jsp.PageContext pageContext = javax.servlet.jsp.JspFactory.getDefaultFactory().getPageContext(this, request, response, null, true , 8192 , true );
              response.setHeader("Content-Type", "text/html; charset=ISO-8859-1");
              out = pageContext.getOut();
              javax.servlet.jsp.JspWriter _originalOut = out;
              javax.servlet.http.HttpSession session = request.getSession( true );
              try {;
              response.setContentType("text/html; charset=ISO-8859-1");
              {_writeText(response, out, _wl_block0, _wl_block0Bytes);}
              {_writeText(response, out, _wl_block1, _wl_block1Bytes);}
              {_writeText(response, out, _wl_block2, _wl_block2Bytes);}
              {_writeText(response, out, _wl_block3, _wl_block3Bytes);}
              jsp_servlet._tags.__hello_tag __tag0 = null ;
              int __result__tag0 = 0 ;
              if (__tag0== null )__tag0 = new jsp_servlet._tags.__hello_tag ();
              __tag0.setJspContext(pageContext);
              __tag0.setParent(null);
              activeTag=_tag0;
              __tag0.doTag();
              {_writeText(response, out, _wl_block4, _wl_block4Bytes);}
              } catch (Throwable __ee){
              if(!(__ee instanceof javax.servlet.jsp.SkipPageException)) {
              while ((out != null) && (out != _originalOut)) out = pageContext.popBody();
              releaseTags(activeTag);
              pageContext.handlePageException(__ee);
              __hello_tag.java:
              package jsp_servlet . _tags ;
              import java.io.*;
              import java.util.*;
              import javax.servlet.*;
              import javax.servlet.http.*;
              import javax.servlet.jsp.*;
              import javax.servlet.jsp.tagext.*;
              public final class __hello_tag extends javax.servlet.jsp.tagext.SimpleTagSupport {
              private static void _releaseTags(javax.servlet.jsp.tagext.JspTag t) {
              while (t != null) {
              if(t instanceof javax.servlet.jsp.tagext.Tag) {
              javax.servlet.jsp.tagext.Tag tmp = (javax.servlet.jsp.tagext.Tag)t;
              t = ((javax.servlet.jsp.tagext.Tag) t).getParent();
              try {
              tmp.release();
              } catch(Exception ignore) {}
              else {
              t = ((javax.servlet.jsp.tagext.SimpleTag)t).getParent();
              public static boolean _staticIsStale(weblogic.servlet.jsp.StaleChecker sci) {
              if (sci.isResourceStale("/META-INF/tags/hello.tag", 1207926783175L ,"9.2.2.0","America/Denver")) return true;
              return false;
              protected static final String tagxTagInfo = "-84,-19,0,5,116,0,5,104,101,108,108,111,116,0,29,106,115,112,95,115,101,114,118,108,101,116,46,95,116,97,103,115,46,95,95,104,101,108,108,111,95,116,97,103,116,0,5,101,109,112,116,121,112,112,112,112,119,5,0,0,0,0,3,116,0,10,106,115,112,67,111,110,116,101,120,116,119,1,0,116,0,28,106,97,118,97,120,46,115,101,114,118,108,101,116,46,106,115,112,46,74,115,112,67,111,110,116,101,120,116,113,0,126,0,4,119,1,1,112,119,2,1,0,112,112,116,0,7,106,115,112,66,111,100,121,119,1,0,116,0,36,106,97,118,97,120,46,115,101,114,118,108,101,116,46,106,115,112,46,116,97,103,101,120,116,46,74,115,112,70,114,97,103,109,101,110,116,113,0,126,0,6,119,1,1,112,119,2,1,0,112,112,116,0,6,112,97,114,101,110,116,119,1,0,116,0,31,106,97,118,97,120,46,115,101,114,118,108,101,116,46,106,115,112,46,116,97,103,101,120,116,46,74,115,112,84,97,103,113,0,126,0,8,119,1,1,112,119,2,1,0,112,112,119,4,0,0,0,0,112,112,";
              protected JspContext jspContext ;
              public void setJspContext ( JspContext ctx ){
              super . setJspContext ( ctx );
              java.util.List nested = null ;
              java.util.List atBegin = null ;
              java.util.List atEnd = null ;
              this.jspContext = new javelin.jsp.JspContextWrapper(ctx, nested, atBegin, atEnd, null);
              }public JspContext getJspContext() {
              return this.jspContext;
              private java.io.Writer jspxsout;
              private javax.servlet.jsp.tagext.JspTag _activeTag;
              private static void _writeText(javax.servlet.ServletResponse rsp, javax.servlet.jsp.JspWriter out, String block, byte[] blockBytes)
              throws java.io.IOException {
              if (!_WL_ENCODED_BYTES_OK || _hasEncodingChanged(rsp)){
              out.print(block);
              } else {
              ((weblogic.servlet.jsp.ByteWriter)out).write(blockBytes, block);
              private static boolean _hasEncodingChanged(javax.servlet.ServletResponse rsp){
              String encoding = rsp.getCharacterEncoding();
              if ( "ISO-8859-1".equals(encoding) || "Cp1252".equals(encoding) || "ISO8859_1".equals(encoding) || "ASCII".equals(encoding) ){
              return false;
              if (_WL_ORIGINAL_ENCODING.equals(encoding)) {
              return false;
              return true;
              private static boolean WLENCODED_BYTES_OK = true;
              private static final String WLORIGINAL_ENCODING = "ISO-8859-1";
              private static byte[] _getBytes(String block){
              try {
              return block.getBytes(_WL_ORIGINAL_ENCODING);
              } catch (java.io.UnsupportedEncodingException u){
              WLENCODED_BYTES_OK = false;
              return null;
              private final static String wlblock0 ="\n<center><h1>Hello World</h1></center>";
              private final static byte[] wlblock0Bytes = getBytes( wl_block0 );
              static private javelin.jsp.JspFunctionMapper jspxfnmap = javelin.jsp.JspFunctionMapper.getInstance();
              public void doTag() throws JspException, java.io.IOException {
              javax.servlet.jsp.PageContext pageContext = (javax.servlet.jsp.PageContext) getJspContext();
              javax.servlet.http.HttpServletRequest request = (javax.servlet.http.HttpServletRequest) pageContext.getRequest ();
              javax.servlet.http.HttpServletResponse response = (javax.servlet.http.HttpServletResponse) pageContext.getResponse();
              javax.servlet.http.HttpSession session = pageContext.getSession();
              javax.servlet.ServletContext application = pageContext.getServletContext();
              javax.servlet.ServletConfig config = pageContext.getServletConfig();
              javax.servlet.jsp.JspWriter out = jspContext.getOut();
              javax.servlet.jsp.tagext.JspTag _activeTag = null;
              try {
              {_writeText(response, out, _wl_block0, _wl_block0Bytes);}
              } catch ( Throwable t ){
              if( t instanceof javax.servlet.jsp.SkipPageException )
              {throw (javax.servlet.jsp.SkipPageException)t;}
              if( t instanceof java.io.IOException )
              {throw (java.io.IOException)t;}
              if( t instanceof IllegalStateException )
              {throw (IllegalStateException)t;}
              if( t instanceof javax.servlet.jsp.JspException )
              {throw (javax.servlet.jsp.JspException)t;}
              throw new javax.servlet.jsp.JspException(t);
              finally {
              ((javelin.jsp.JspContextWrapper)jspContext).syncEndTagFile();
              Edited by Stephen Davison at 04/11/2008 9:02 AM

  • Adobe Flash requesting Action for every page

    I'm running Firefox 19.02 and a new problem has now developed.
    Every time I visit a new page a pop up requests action to allow Adobe Flash for that page, it doesn't matter how many time you tell it to accept for every page, it refuses to remember it.
    It doesn't matter how many times I tell it to activate for every page, it keeps requesting the confirmation.
    How can I get around this?

    I think you might have "click to play" turned on. I haven't tested it myself, but in looking at the screen shots in [http://howto.cnet.com/8301-11310_39-57475223-285/how-to-configure-firefox-plug-ins-to-load-only-when-clicked/ this CNET article], it does appear that like other site-specific permissions, you should be able to manually change the permission if the dialog isn't working well:
    To call up the Page Info dialog on any page, you can use:
    * right-click > View Page Info > Permissions tab
    * Tools menu > Page Info > Permissions tab
    Does that match what you're seeing?
    Or, to turn this all off completely and go back to automatically running plugins, you can return to about:config and reset plugins.click_to_play to its default value of false.
    Does that help?

  • Last Use Date for iViews/Pages/Workset - Portal clean up of old items

    Is there any scripts that SAP has created that shows the Portal Admin which iViews have been recently used by the users and which ones have not. We would like to go through our environments and Clean Up/Remove old none used code in the PCD.
    I am hoping there is a script that can be run which produces a report stating Last Used/Executed date. If there is nothing like this, does any one know if there is any Data Base table or fields that can identify this type if data so we can create/write our own script?  The PDC inspector may do this but its a very manual effort and we'd like something that is automated and runs in the background.
    I know we can turn on metrics, but that will not work for us because it completely bogs down our systems and we can't afford that. Hence we are looking for something that runs in the background and will not effect our environments.
    Thanks
    Pete

    Thanks everybody for trying to asnwer the first question.
    But I guess what I am really looking to find out, for every item we have in the PCD, is there a way to find the last used date? We don't want to turn on the metrics for a period of time like some of the solutions have suggested since that will bog down out production system and it still won't help us identify in our DEV and Test regions items that might still be valid but haven't been touched for a while or are still in development phases. 
    I was hoping that there would be a way that SAP would allow us to enter in a folder name, iview, workset, page, role, etc and then have the system tell us the last used/accessed date for that item or all of the items in the PCD folders.   Kind of the reverse thought to get this data instead of letting the metrics tell us which users have hit which pages, etc.
    Does any one know of that type of option? 
    Thanks
    Pete

  • Individual pdf files for every page

    Hi..
    We have a scenario like this.
    We have around 8000 records in a table and we have to generate a report which has to create 8000 pdf files at a stretch. ( 1 pdf for every row)
    Please throw some light on this...and let us know how to do this..
    Thanx and regards
    Sriram

    Hi Sriram,
    You can use 'Advanced Distribution' Feature to achieve this.In the distribution file, use the ' Foreach' tag and set the 'Repeat On' property in the section.
    For more information, have a look at the 15- Chapter: Creating Advanced Distributions in the ' Publishing Reports' manual ( http://www.oracle.com/technology/documentation/reports.html).
    Thanks,
    Vidya

  • Web pages come out tiny, I must use control + to view every page. How can I set a defult size for every page I vivit?

    After upgrading to 3.6 all the web pages come out tiny. The text and the pictures. I must use the Ctrl + in order to make the web page fill my screen. What do I have to do to set a default size for every web site I visit?

    ■ Easiest method, if you allow firefox to tabs you used then on restarting I believe it also retains the zoom settings
    * '''Tools -> Options -> General -> Startup = use current pages'''
    ■ There are also extensions that can be used, some allow individual sites to have individual settings. Look at the [http://support.mozilla.com/en-US/questions/772884 this thread] which also discusses related matters.
    ■ The best method if you need the same effest accross all sites is probably changing one of the preferences within the config files, it is discussed in the above linked thread and also in this MozzillaZine article http://kb.mozillazine.org/Layout.css.dpi

  • Top Margin Woes: Setting the "Before" Margin for Every Page in a Section

    Hi,
    I've scoured the forums to no avail on this one. I am trying to create a document where the text in Section 1 appears 1 inch from the top of each page and 2 inches from the top of each page in Section 2. Should be pretty straightforward, right? Please tell me it is! I'm using Pages '09 (version 4.0.5).
    Right now, the document margin is set to 1 inch from the Top, so Section 1 is fine. For Section 2, when setting the Before margins after a Layout Break (in the Layout Inspector under the Layout tab), only the first page of that section gets a Before margin of 2 inches. Every page after that in Section 2 is still 1 inch from the top.
    Suggested Workaround Attempted
    I tried the "Move Object to Section Master" workaround, but the menu item "Format > Advanced > Move Object to Section Master" is disabled when performed on an "inline" object, which is what is required to force the text down from the top of each page in Section 2. Turning it into a "floating" object enables the "Move Object to Section Master" menu item, but since it is floating. the text for that section is not pushed down, the rectangle is just displayed in the background of each page in Section 2.
    Any ideas on how to solve my Top margin woes would be much appreciated!

    Hello
    To push a text down in the text body using the clean way which means setting space after, requires that we have already a paragraph which means a chunk of text ended by a paragraph break.
    It's exactly what I do.
    Most of the time, we don't put a paragraph break at the end of a header so it's not a paragraph and so, we can't define the space after value.
    My tip just gives it the status of paragraph allowing me to define space after the clean way. The dirty one was to insert several returns to adjust the height which I carefully rejected.
    It's exactly what we discovered some months ago:
    we can't set space before (above) at top of a page because there is no paragraph before (above) in the page.
    As far as I know, the  "Use Previous Headers and Footers" must always be set correctly. I'm remembering a thread which became huge because the OP can't understand that he had to define these properties correctly to get correct results with his captured pages.
    I wish to add that at this time we don't know exactly what the OP want to achieve.
    Maybe he want to move down the top of the print area and the header.
    You can't do that with your tip.
    With mine, I just insert a paragraph break at the beginning of the header.
    Yvan KOENIG (VALLAURIS, France) vendredi 8 juillet 2011 17:50:30
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • 2 Automated Row Processes for one page?

    Hey people, me again ...
    i have created 2 Regions on my Page. Each region has databasefields which references: RegionA -> a view, RegionB --> a table with the same ID (customer) ID)
    For each region i have an ARF, which was generated by the wizard.
    When i had just one Region the rowfetch worked fine. Now that i have the second Region i get a failure: "Row cannot be fetched" (debug shows that this happen in my second ARF).
    I tried to change the process point from AFTER Header to everything what i can choose ... same failure.
    If i change the sequence
    ARF_A from 10 to 20 and
    ARF_B from 21 to 10 then everything in my SECOND Region is shown.
    Same happens when i set "Set Memory Cache on display" for the second ARF.
    Isn't it possible to habe 2 ARFs for one page?
    Or where is my failure?
    Thank you for your help.
    Jana

    Hey,
    first of all, thank you for your response.
    In my first region there is a view over 3 tables. Works fine. I don't want to put more tables in this view because it is very big already.
    So i want to have another region with just a single table.
    Is there no way to have two ARF - processes on same page?

  • Every page twice time printing needed in smartform

    Hi gurus,
    My requirement is that I need to print every page twice time like for example if I have 3 pages I need to print page 1 twice first and page 2 twice and page3 twice like wise.....
    This is preprinted format they have set up in the papare in the printer.
    I dont want print all the pages one time and one more copeis in the secod time.
    Every page twice twice.....
    Can you help me guys ......The point will rewarded if it is useful..
    Regards,
    Kumar s

    Hi,
    I have tried that option. I made 2 for that variable TDCOPIES = 2. But when you give 2 this variable which printing 2 copies like printing all pages one time ( 1 to 5) then again aprinting all pages (1 to 5).
    I dont want like that. I want print every page double time. page 1 double time , page 2 double time like wise...
    Thank you for replying me ASAP...But still haven't get the reult...
    Regards,
    Kumar s

  • Remove margins for 2 page per sheet printing

    Hi I was wondering if there was any way to get rid of the margins for 2 page printing on a single sheet. I'm using Adobe Reader X and it creates a 1-2 inch border around my entire document when I try to print two pages into one.

    Try the Reader forum.

Maybe you are looking for