Problem with Header Section in BusinessObjects 6.5 (2)

I am using BusinessObjects 6.5 (2). I created a Report and it includes the Min Section. The Main section has 3 parts; H, S F.
I have 4 questions:
1) Why the height of the header is different in different pages?
2) I also inserted a table in the header, and the vertical spacing between the bottom of the table and the Main Section is different in different pages.  In the first page the table is farther to the Main Section, and in the other pages the vertical space between the table in the header and the Main Section is closer.
3) How do I manipulate the height of each Section H, S, F
4)  When I change the background of the Main Section Header(H) it is only changed in the first page(Section Format, Background Color). 
You can view the screen shots in my Blog:
[http://sap-barkodar.blogspot.com/]
Thanks,
Sherry Barkodar

Moved to Legacy products

Similar Messages

  • Multicolumn report: problem with continuous section breaks

    Hi All,
    There is a need to create RTF template which consists of 3 logical parts:
    (1) Static text -> some kind of header information;
    (2) Multicolumn (2 columns) text -> contract terms;
    (3) Static text -> information about signers;
    Here is a small screenshot as an example:
    Click for full size
    The problem is that MS Word will place continuous section breaks before and after multicolumn part. And BI Publisher will transform these section breaks into page breaks. As a result each of 3 parts will be on its own page.
    Does anyone have a solution or workaround to avoid such behavior?
    Or can advice anything?
    Thanks in advance.
    P.S. Partly solution is to put the 1st part into page header. In this case MS Word won’t place continuous section break before multicolumn part. But still there is a problem with the 3rd part as it will go to separate page :(

    Thanks for suggestion.
    I've already tried such approach and unfortunately it didn't work.
    If there is only "2 column" text in main template with the subtemplate calls before and after text, then text from subtemplates is appended to 2 column text and also formated as "2 column" text.
    Here is an example files: URL was removed
    XML file is empty as at this moment it is not important.
    Purpose is to get all 3 sections without page breaks.
    Section 2 can be 2-3 pages big.
    Edited by: user534692 on Aug 12, 2009 8:04 AM

  • I have a problem with this section

    catch (ClassNotFoundException cnfe)
    System.err.println("Derby driver not found.");
    try
    System.out.println("Available drivers:");
    Enumeration<Driver> drivers = DriverManager.getDrivers();
    while (drivers.hasMoreElements())
    System.out.println(drivers.nextElement());
    give an example of the type of output you would receive from running this code and explain how this section of the code illustrates the overall aims of JDBC and Open Database Connectivity.

    koketso wrote:
    catch (ClassNotFoundException cnfe)
    System.err.println("Derby driver not found.");
    try
    System.out.println("Available drivers:");
    Enumeration<Driver> drivers = DriverManager.getDrivers();
    while (drivers.hasMoreElements())
    System.out.println(drivers.nextElement());
    give an example of the type of output you would receive from running this code and explain how this section of the code illustrates the overall aims of JDBC and Open Database Connectivity.What problem are you having with this section? Other than, you know, not wanting to do your own homework...

  • Having problem with header(location)

    I want to have a visitor to a site agree to some terms before being allowed to access a page.  There is no logon so the approval is only for the current session.
    If we call the page with the terms (and the agree button) "portal.php" and the page with the data "gallery.php", the logic is the user goes to gallery.php where there is a check to see if the visitor agreed to the terms.  If not, their redirected to portal.php to do so.
    The code on gallery.php is:
    <?php
    session_start(); 
    if (!isset($_SESSION["agree"]))
        header( 'location: http://localhost/myweb/portal.php' );  Using a local test server
    ?>
    If the Session variable "agree" has not been set, the user is redirected.
    The code on portal.php is:
    <?php
        if ($_POST)
            $_SESSION["agree"] = "Yes";
            header( 'location: http://localhost/myweb/gallery.php'' );
    ?>
    If the code is coming from the "I Agree" button, the Session "agree" variable is set to "Yes" and the visitor directed back to the gallery.php page.
    When I go to the gallery.php page, I get the message that the page isn't redirecting properly.
    The php code on both pages occurs before the DOCTYPE or any other html.
    Any ideas?

    Gallery sends to portal and the I Agree in portal appears to send back to gallery (shows in url display) but nothing is displayed.
    Is this the code on your gallery page?
    <body>
    <h1>XXXXX</h1>
    </body>
    </html>
    If you have in fact gone back to the gallery page, you should certainly see that.
    I should have mentioned that the test php files (...gallery_murray and ...portal_murray) appear to work fine.  What I did next was to copy the php from those two files to copies of the production versions (with appropriate changes to the header file names).  Those new test php files are ...gallery_header and ...portal_header.
    http://www.myspatialhome.org/ATL_counter_gallery_header.php
    Gallery gets to portal and I Agree gets to gallery but nothing is displayed.  Looking at the source there's nothing generated.  I'm assuming this is not a problem with the header php you helped with but something happening later in the gallery php file.
    This is the gallery code down to the doctype.  Minus the php at the beginning that does the header (like in the gallery_murray file), the code works.
    <?php
    if (!isset($_SESSION)) session_start();
    ?>
    <?php
    if (!isset($_SESSION["agree"]))
    { header( "Location: http://www.myspatialhome.org/ATL_counter_portal_header.php" );
    exit();
    ?>
    <?php
    require_once('Connections/atlas.php');  // NOTE: Also may require change in href for detail
        if (!function_exists("GetSQLValueString"))
            function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
                if (PHP_VERSION < 6)
                    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
                $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
                switch ($theType)
                    case "text":
                    $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
                    break;   
                    case "long":
                    case "int":
                    $theValue = ($theValue != "") ? intval($theValue) : "NULL";
                    break;
                    case "double":
                    $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
                    break;
                    case "date":
                    $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
                    break;
                    case "defined":
                    $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
                    break;
                return $theValue;
    $currentPage = $_SERVER["PHP_SELF"];  // Get the current URL for hrefs
    // New group code
    mysql_select_db($database_atlas, $atlas);
    $groups = mysql_query("SELECT * FROM tblMapGroups ORDER BY DispSeq ASC");  // Get the group records
    $row_groups = mysql_fetch_assoc($groups);
        if (!$_GET)
            $selectGroup = $row_groups['MapGroupID'];  // First time through; set initial default group
        else $selectGroup = $_GET['groupselect'];  // Otherwise use GET to retrieve the submit button chosen
    mysql_data_seek($groups, 0);  // Reset to first record for Form loop
    // End new group code
    // Select map records
    $query_maps1 = "SELECT * FROM tblMaps";
    $query_maps2 = "ORDER BY tblMaps.MapGroup, tblMaps.Area, tblMaps.Community, tblMaps.DispSeq ";
    $query_maps = sprintf("%s WHERE MapGroup ='%s' %s", $query_maps1, $selectGroup, $query_maps2);
    $maps = mysql_query($query_maps, $atlas) or die(mysql_error());
    $row_maps = mysql_fetch_assoc($maps);
    ?>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

  • CNN website problems with Comments section. Scroll and post problems

    CNN website, myself and other firefox users can no longer scroll up and down inside a comment when making a post.
    Often you can not post the comment with the 'post' button unless page is reloaded.
    Problem has been occurring for last week or so.
    I have confirmed that other uses on CNN have same problems with firefox.
    Problem doesn't occur when using I.E.8
    Brgds,
    John

    I have this problem with IE 8. I cannot post comments on CNN.com. I thought CNN.com might have disabled my ability to post comments but am not sure if they have that ability. Thanks for your help!

  • Problem with header download using GUI_DOWNLOAD

    Hi folks,
    Iam facing a particular problem while downloading an internal table to excel file using GUI_DOWNLOAD and file type as 'DBF'.
    Once i download the file, iam getting an automatic header with contents as "F1, F2, F3,...." for all the columns. But, i want to put my own header there. Is there any way out ?
    Thanks and Regards,
    Vijay.

    hi,
    may be this code will be helpful to u
    Just take one field in header(internal table) of type c. and push all the field headings into it.
    and give that internal table to fieldnames it will resolve the problem.
    DATA:BEGIN OF HEADER OCCURS 0,
          F1(30) TYPE C ,
         END OF HEADER.
    DATA:BEGIN OF ITEM OCCURS 0,
           IT1(30) TYPE C,
           IT2(3) TYPE C,
           IT3(4) TYPE C,
         END OF ITEM.
       HEADER-F1 = 'NAME'.
       APPEND HEADER.
       CLEAR HEADER.
       HEADER-F1 = 'AGE'.
       APPEND HEADER.
       CLEAR HEADER.
       HEADER-F1  = 'STAT'.
       APPEND HEADER.
       CLEAR HEADER.
    ITEM-IT1 = 'MANOHAR'.
    ITEM-IT2 = '124'.
    ITEM-IT3 = 'T'.
    APPEND ITEM.
    CLEAR ITEM.
    ITEM-IT1 = 'SAI'.
    ITEM-IT2 = '24'.
    ITEM-IT3 = 'T'.
    APPEND ITEM.
    CLEAR ITEM.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        filename                        = 'C:\FILE13.XLS'
       FILETYPE                        = 'DBF'
      tables
        data_tab                        = ITEM
        FIELDNAMES                      = HEADER.
    regards,
    manohar.

  • Problems with CDATA sections

    I am loading XML containing a CDATA section into a DOMParser and using getDocument() to obtain an XMLDocument with the loaded XML.
    The input XML contains a CDATA section, but the subsequent XMLDocument no longer has a CDATA section, but now holds the contents of the CDATA section in an XMLText node. How do I maintain the CDATA section when loading into the Parser and XMLDOcument?
    I can create a CDATA secti0on and append this to the same XMLDocument without problem.

    My idea would be to spend some time finding out
    whether it really does.yes, I was thinking about that after posting, so I added to the writeXmlFile method the next lines
            XPath xpath = XPathFactory.newInstance().newXPath();
            String desc = xpath.evaluate("//descripcioAssignatura", doc);
            System.out.println("descripcioAssignatura=>" + desc);The element descripcioAssignatura is really filled with its value, but in the transform method this value disappears. I tryed to put different values for the node name in the line xformer.setOutputProperty(OutputKeys.CDATA_SECTION_ELEMENTS,"descripcioAssignatura");like descripcioAssignatura, /plaDocent/dades/descripcioAssignatura (the real path to the element) or //descripcioAssignatura, but the result is the same
    thanks DrClap

  • Problem with Header

    Hi Experts,
    I have a peculiar requirement from business like joining two reports into one report . For ex : User will run Report A & Report B seperately. almost all the informations are same. so our business asked us to club the both the report into one. So i have created report C by clubbing A&B. Report flow is as below
    Report A
    details
    Report B
    Details.
    In JDE it is working good. but if i take the XML the tag is coming as below (tested with two different customers X & Y)
    Page Header tag
    Page header A
    Page header B
    Page header close
    Detail HeaderA tag
    X customer detail tag
    Y customer detail tag
    Detail header B tag.
    X Customer Detail tag
    Y Customer detail tag
    if i create the RTF then one header is displaying (X customer detail header) but the information in detail line is clubbing for X&Y like below
    Page Header A
    X customer detail
    Y customer detail
    Page Header B
    X customer detail
    Y customer detail
    but it should come as below
    Page Header A
    X Customer Detail
    Page Header A
    Y Customer Detail
    Page Header B
    X Customer Detail
    Page Header B
    Y Customer Detail.
    I know it is confusing Please can you help ?
    Thank you..

    Hi ,
    Thanks for your reply. Could you please let me know your mail id ? so that i can send it to you ?
    Thank you..

  • Refresh problem with header image in OrgChart 2.1

    Hi
    We change the header image in OrgChart 2.1, replacing standard charttitle.png with one file named exactly equal. File is located in /OrgChart/root/images/charttitle.png.
    This image are showed correctly, but when we restart the application, or restart the server, this file is replaced automatically with the standard charttitle.png.
    ¿Anybody knows how to solve it?
    Best regards

    Hi Xavier,
    Try putting the file into /root/images in your build folder (e.g. /usr/sap/J2D/J74/j2ee/cluster/apps/Nakisa/OrgChart/servlet_jsp/OrgChart/root/.system/Admin_Config/__000_My_Build/root/images). Then when you publish it should write to the /root/images folder used by the application. I suspect that charttitle.png exists in /root/images in your build folder and this is overwriting anything in the main /root/images/ folder.
    Good luck!
    Luke

  • Problem with head

    I created a head model in 3ds max and exported it to obj file (model in 3ds max was textured with 3 images)
    I loaded obj file into java 3d apllication and I loaded 3 textures but on my model visible is only the last one loaded
    and here is a question how can I load using java 3d 3 textures on obj file

    Hello syavash. I found a link where this question was answered and resolved. Let me know if the information here assists you, and I will continue to research the issue in the meantime. I'm only here to help!
    http://answers.microsoft.com/en-us/windows/forum/windows_vista-pictures/sound-doesnt-play-through-my...
    Mario
    I worked on behalf of HP.

  • Problem with heading in received e-mails

    In some of the e-mails I receive instead of the To line listing my name, it lists that of a particular friend's name. Sometimes when I receive a cc of an email, it states the cc is to this same friend and not to me. How do I change this? Thank you.
    Subject: Your Camera & Photo Delivers from Amazon.com--May 2008 Edition
    From: [email protected]
    Date: May 31, 2008 7:19:07 AM EDT
    To: a friends name

    The problem was an incorrect listing in the address book. This was corrected and the problem solved.

  • WD ABAP: Problem with Header text wrapping in Table Column

    Hi,
    I am unable to achieve Header Text wrapping for the TABLE columns. I have set the property "HeaderTextWrapping" to TRUE for each column and the "Fixed table layout" property has been set to TRUE.
    Is there some property of the table/column I have to set to achieve this? Or does selection of a specific property remove option of HeaderText Wrapping?
    Thanks,
    Adithya

    hi..
    Try increasing the width of column keeping other thing as it is as you have done. And yes check whether cell editor property wrapping is set true.

  • Problem with header for each column

    Hi,
    I want change column header-text dynamically in the table control of module pool programming.Please help me.

    Hi Abhijit,
            no need to put '&' in the variable .You just give the name of the variable as lw_text and also dont forget to expand the Def.Length attribute to equal to the length of that variable in the decalration.It is working for me.
    put the follwoing code in PAI module.
    Data:lw_text(15).
    If cond1 = true.
    lw_text = 'Description 1'.
    elseif cond2 = true.
    lw_text = 'Description 2'.
    Endif.
    Using the above code u can modify dynamically.

  • User Exit in ME51N: EXIT_SAPLMEREQ001 Problem with header

    Hello together,
    I am using EXIT_SAPLMEREQ001 and EXIT_SAPLMEREQ003 to change custom fields in the item. But i have the following problem:
    When I call IM_REQ_ITEM->get_data(  ) in EXIT_SAPLMEREQ001 it has always the BSART 'NB' and not the
    one the user has chosen. It seems that it has always the state from the start of the programm where the default for BSART is "NB"

    User Exit
    PR -
    MEREQ001
    PO -
    MM06E004  Control import data screens in purchase order
    MM06E005  Customer fields in purchasing document
    ME_PROCESS_PO_CUST (BADi)
    Hope the above helps.
    Regards,
    Vivek

  • Trans. ME32K. Batch Input. Problem in header versions with container

    Hi all:
    I've got a problem with the transaction ME32K.
    The required action is meant to be changing the address delivery in the agreement position.
    The bapi BAPI_AGREEMENT_MAINTAIN doesn't solve the problem because the field adrn2 is not present in this function module, so refering to other posts I've decided to implement a batch input.
    The problem starts when I try to introduce REVOK and RSCOD in grid container in section header version. When I simulate the transaction ME32K with shdb the only code appearing is:
    SAPLMEDCMV     0200     X     BDC_OKCODE     =GRIDENTER
                                                                BDC_SUBSCR     SAPLMEDCMV                              0100SUB0
    SAPLMEDCMV     0200     X     BDC_OKCODE     =SAVE
         BDC_SUBSCR     SAPLMEDCMV                              0100SUB0
    and then the values 'X' in REVOK and '0007' in RSCOD are not recognized.
    How can I introduce the new version in header ?
    Thanks in advance.
    Jose Luis.

    Hi Jose,
    did you find a solution for your issue?
    I have the same problem now.
    Greets,
    Valentin

Maybe you are looking for

  • Interface keeps changing in save for web panel

    How can I set my interface to stay the same as one time the "save for web" panel shows the 4 images in a square, then the next time it shows in 4 vertical strips and then other times is shows up in horizontal strips? This might be something very simp

  • The ipod cannot be updated because....

    I got a message this afternoon after adding some songs to my iTunes saying something along the lines of I couldn't fit all the library songs on my iPod so iTunes was going to create a new playlist for me (or something). iPod Select or something. That

  • Calling Stored Procedure with a DATE input parameter

    Hi. A question about Date input parameters when calling a stored procedure... I have a procedure that takes a DATE parameter as input. I would like that DATE value to include a Time element. My Application Module method takes an input parameter as ja

  • Why am I unable to select layers within the layout window - PSE13

    I am working on a project in expert mode. It has several layers. Randomly, I am now unable to select any of the layers within the layout window. I have tried to drag or click on or over an element and nothing happens, it keeps selecting the same elem

  • Where is the BPELPhaseActivity sample???

    In the SOA Suite Dev guide of 11.1.1.3 , said it is at http://www.oracle.com/technology/sample_code/products/bpel/index.html But that is a broken page. In the SOA Suite Dev guide of 11.1.1.4, said it is at https://soasamples.samplecode.oracle.com/ Bu