Displaying Batch no horizontally in PLD

hi,
  For one item we have more than 60 batch no's. in PLD we like to display this values in Horizontally means after printing 10 values vertically in a page it want to display the remaining items near by the batch no previouslly displayed,
to save the paper.
So kindly give me the solution.
Regards
R.vijayakumar

In SBO 2007 this feature is available out of the box.  I wonder if you using 2007.
If you are talking about displaying like
1 6
2 7
3 8
4 9
5 10
I think this would not be possible.  As the PLD fetches one row of data at a time and repeates itself horizontally and going back to the first row is not going to be possible

Similar Messages

  • How do I get a recordset to display three images horizontally?

    Hi,
    I'm using DWCS3 with MAMP.
    I want to display three images horizontally in a recordset. I have downloaded Tom Muck's extension horizontal looper and followed the instructions.
    However when I tried to add the recordset navigation bar I ran into some problems.
    If I add a repeat region to Tom Muck's extension then the page doesn't load.
    If I don't add a repeat region to Tom's extension everything works really well except only one image displays rather than three.
    Here is all of my code for the page. 
    Could someone help me please.
    <?php require_once('Connections/connQuery.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      $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"];
    $maxRows_rshlimgs = 1;
    $pageNum_rshlimgs = 0;
    if (isset($_GET['pageNum_rshlimgs'])) {
      $pageNum_rshlimgs = $_GET['pageNum_rshlimgs'];
    $startRow_rshlimgs = $pageNum_rshlimgs * $maxRows_rshlimgs;
    mysql_select_db($database_connQuery, $connQuery);
    $query_rshlimgs = "SELECT * FROM image";
    $query_limit_rshlimgs = sprintf("%s LIMIT %d, %d", $query_rshlimgs, $startRow_rshlimgs, $maxRows_rshlimgs);
    $rshlimgs = mysql_query($query_limit_rshlimgs, $connQuery) or die(mysql_error());
    $row_rshlimgs = mysql_fetch_assoc($rshlimgs);
    if (isset($_GET['totalRows_rshlimgs'])) {
      $totalRows_rshlimgs = $_GET['totalRows_rshlimgs'];
    } else {
      $all_rshlimgs = mysql_query($query_rshlimgs);
      $totalRows_rshlimgs = mysql_num_rows($all_rshlimgs);
    $totalPages_rshlimgs = ceil($totalRows_rshlimgs/$maxRows_rshlimgs)-1;
    $queryString_rshlimgs = "";
    if (!empty($_SERVER['QUERY_STRING'])) {
      $params = explode("&", $_SERVER['QUERY_STRING']);
      $newParams = array();
      foreach ($params as $param) {
        if (stristr($param, "pageNum_rshlimgs") == false &&
            stristr($param, "totalRows_rshlimgs") == false) {
          array_push($newParams, $param);
      if (count($newParams) != 0) {
        $queryString_rshlimgs = "&" . htmlentities(implode("&", $newParams));
    $queryString_rshlimgs = sprintf("&totalRows_rshlimgs=%d%s", $totalRows_rshlimgs, $queryString_rshlimgs);
    ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <link href="styles/orderlist3.css" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" href="lightbox_assets/css/lightbox.css" type="text/css" media="screen" />
    <script src="lightbox_assets/js/prototype.js" type="text/javascript"></script>
    <script src="lightbox_assets/js/scriptaculous.js?load=effects" type="text/javascript"></script>
    <script src="lightbox_assets/js/lightbox.js" type="text/javascript"></script>
    <style type="text/css">
    <!--
    a:link {
    color: #999966;
    a:visited {
    color: #FFFFFF;
    a:hover {
    color: #006600;
    a:active {
    color: #666699;
    -->
    </style></head>
    <body class="oneColFixCtrHdr" onload="initLightbox()">
    <div id="container">
      <div id="header">
        <h1>Header</h1>
      <!-- end #header --></div>
      <div id="mainContent">
        <h3>Image catalog</h3>
        <p> </p>
        <table >
          <tr>
            <?php
    $rshlimgs_endRow = 0;
    $rshlimgs_columns = 3; // number of columns
    $rshlimgs_hloopRow1 = 0; // first row flag
    do {
        if($rshlimgs_endRow == 0  && $rshlimgs_hloopRow1++ != 0) echo "<tr>";
       ?>
            <td><p><a href="images/weddingprivate/mr_and_mrs_lowe_18_15.jpg" title="Mr and Mrs Lowe_18_15" rel="lightbox"><img src="<?php echo $row_rshlimgs['imagethumb_url']; ?>" alt="The bride to be getting ready" longdesc="http://The bride to be with her hairdresser" width="100" height="150" /></a></p>
                <p><?php echo $row_rshlimgs['caption']; ?> <img src="images/Untitled-1.gif" alt="spacer" width="170" height="1" /></p>
              <p> </p>
              <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
                  <input type="hidden" name="cmd" value="_s-xclick" />
                  <input type="hidden" name="hosted_button_id" value="6782561" />
                  <table>
                    <tr>
                      <td><input type="hidden" name="on0" value="Sizes" />
                        Sizes</td>
                    </tr>
                    <tr>
                      <td><select name="os0">
                          <option value="6x4">6x4 £3.00 </option>
                          <option value="7x5">7x5 £5.00 </option>
                          <option value="12x8">12x8 £6.50 </option>
                        </select>
                      </td>
                    </tr>
                  </table>
                <input type="hidden" name="currency_code" value="GBP" />
                  <input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online." />
                  <img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1" />
              </form></td>
            <?php  $rshlimgs_endRow++;
    if($rshlimgs_endRow >= $rshlimgs_columns) {
      ?>
          </tr>
    <?php
    $rshlimgs_endRow = 0;
    } while ($row_rshlimgs = mysql_fetch_assoc($rshlimgs));
    if($rshlimgs_endRow != 0) {
    while ($rshlimgs_endRow < $rshlimgs_columns) {
        echo("<td> </td>");
        $rshlimgs_endRow++;
    echo("</tr>");
    }?>
        </table>
        <table border="0">
          <tr>
            <td><?php if ($pageNum_rshlimgs > 0) { // Show if not first page ?>
                  <a href="<?php printf("%s?pageNum_rshlimgs=%d%s", $currentPage, 0, $queryString_rshlimgs); ?>"><img src="images/First.gif" border="0" /></a>
                  <?php } // Show if not first page ?>
            </td>
            <td><?php if ($pageNum_rshlimgs > 0) { // Show if not first page ?>
                  <a href="<?php printf("%s?pageNum_rshlimgs=%d%s", $currentPage, max(0, $pageNum_rshlimgs - 1), $queryString_rshlimgs); ?>"><img src="images/Previous.gif" border="0" /></a>
                  <?php } // Show if not first page ?>
            </td>
            <td><?php if ($pageNum_rshlimgs < $totalPages_rshlimgs) { // Show if not last page ?>
                  <a href="<?php printf("%s?pageNum_rshlimgs=%d%s", $currentPage, min($totalPages_rshlimgs, $pageNum_rshlimgs + 1), $queryString_rshlimgs); ?>"><img src="images/Next.gif" border="0" /></a>
                  <?php } // Show if not last page ?>
            </td>
            <td><?php if ($pageNum_rshlimgs < $totalPages_rshlimgs) { // Show if not last page ?>
                  <a href="<?php printf("%s?pageNum_rshlimgs=%d%s", $currentPage, $totalPages_rshlimgs, $queryString_rshlimgs); ?>"><img src="images/Last.gif" border="0" /></a>
                  <?php } // Show if not last page ?>
            </td>
          </tr>
        </table>
        <p> </p>
            <p> </p>
      <!-- end #mainContent --></div>
      <div id="footer">
        <p>Footer</p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    </body>
    </html>
    <?php
    mysql_free_result($rshlimgs);
    ?>

    Hi Charles,
    Use [Dr%] Variable formula as =if(IsNull([Dr%]);0;[DR%])
    Here IsNull returns the Boolean value of variable [Dr%] if its true then inserts 0 else the percentage values of failed tests based on the  total number of assembly tests performed.
    I Hope this is what you want to achieve....
    Thanks....
    Pratik

  • My Macbook pro 15,4 retina display have dense horizontal lines

    My Macbook pro 15,4 retina display have dense horizontal lines and one vertical line in left side corner..

    Sounds like a GPU, Display or Display connection problem.  An appointment at an Apple store genius bar is the best option.  Your MBP is probably still within the warranty period.
    Ciao.

  • HT1937 i purchased apple iphone 4s FROM LONDON (uk)but right now i am in india (either mumbai or new delhi)my iphone having display problem verticle/horizontal lineing,from where i can repaired/replaced.

    i have purchased apple iphone 4s FROM LONDON (uk) on 1st june 2012 but right now i am in india (either mumbai or new delhi)my iphone having display problem verticle/horizontal lineing,from where i can repaired/replaced.

    Apple Warranty
    http://www.apple.com/legal/warranty/
    iPhone Warranty  >  The warranty is only good in the country of original purchase

  • I purchased apple iphone 4s serial no.DNTHGH65DTC0 FROM LONDON (uk)but right now i am in india (either mumbai or new delhi)my iphone having display problem verticle/horizontal lineing,from where i can repaired/replaced.

    i purchased apple iphone 4s  FROM LONDON (uk)but right now i am in india (either mumbai or new delhi)my iphone having display problem verticle/horizontal lineing,from where i can repaired/replaced.

    You will need to go to a European Union country and take it to an Apple Store to get it fixed.

  • How to set max row display rows in PO's PLD

    Hi,
    How to set max row display rows in PO's PLD
    Thanks and Best Regards
    Bruce

    Hi
    Max. Rows per Page is depend on PLD Settings and Depend on Repetitive Area Fieds Height.
    Try this,
    1st Case:
    ->> Administration Module.
    ->> System Initialization.
    ->> Open the Print Perferences Window.
    ->> Click General Tab on Print Perferences Window.
    ->> Assign the Max. Rows per Page - 99 (or) your wishes.
    ->> Update the Print Perferences.
    2nd Case:
    ->> Open your PLD.
    ->> Choose Repetitive Area on Field Index Window.
    ->> Click Format Tab on Properties Area Window.
    ->> Assign the Lines in Repetitive Area - Your Wishes .
    ->> Save the PLD.
    Regards,
    Madhan.

  • Hi Guys, my iphone 4 showing bad retina display and showing horizontal lines? What could be the problem???

    Hi Guys, my iphone 4 showing bad retina display and showing horizontal lines? What could be the problem???

    Could be that your screen is damaged or dying.  Only way to know is to bring the phone to Apple for evaluation.

  • Sql to display output in Horizontal view

    Experts,
    I need to display the sql query output in horizontal manner. Below I have given the script.
    create table TestTable (id number, name varchar2(10))
    insert into TestTable values (1, 'John')
    insert into TestTable values (2, 'Mckensy')
    insert into TestTable values (3, 'Valneech')
    insert into TestTable values (4, 'Zeebra')
    commit
    select * from TestTable
    Getting output in Vertical View.
    ID Name
    1 John
    2 Mckensy
    3 Valneech
    4 Zeebra
    But for my requirement, I need to display in horizontal manner.
    ID   1       2       3           4
    Name John    Mckensy Valneech    Zeebra

    Try this,
    SELECT SYS_CONNECT_BY_PATH(ID,' '), SYS_CONNECT_BY_PATH(name, ' ') "Name"
    FROM testtable
    where level=(select count(*) from testtable)
    START WITH id=1
    coNNECT BY PRIOR id+1 = id;Rgds,
    Ahmer
    N.B.: To make a good reputation on forums, and if you want that your questions will be answered timely. Kindly adopt the habit of marking your questions closed as soon as you get the answer. and be courteous to the people who trying to help.

  • Want to display menu item horizontally in hover menu control?

    hi,
    I have to display 3 buttons as menu items in a hover menu horizontally. As the hover menu control only show the menu items in vertical form, but for a specific task, i have to place 3 buttons side by side in hover menu. if anyone have tried this please help me.
    Thanks in advance
    Deepak

    Hi,
    I have a suggestion:
    Design your page into tables and rows.
    Divide each row into columns.Example:
    <table>
    <tr>
    <td>
    <hbj:hoverMenu
      id="hover1"
      standAlone="true">
    <hbj:hoverMenuItem
        id="1"
        text="Size"
        />
    </hbj:hoverMenu>
    </td>
    <td>
    <hbj:hoverMenu
      id="hover2"
      standAlone="true">
    <hbj:hoverMenuItem
        id="1"
        text="Size"
        />
    </hbj:hoverMenu>
    </td>
    </tr>
    </table>
    If you want to align the sub menu accordingly,you can again divide each row of the table into a subtable with rows and columns.
    Hope this helps.
    Regards,
    Harish
    (Please award points if this answer is usefull)

  • Display alll Tax types in PLD

    How to display all the tax types for an item in PLD.....?

    Sanjo,
    The forum that you have posted your question in is for questions related to the Business One SDK.  You may get a faster response by posting your question in the SAP Business One Reporting & Printing Forum located here ...
    Reporting and Printing
    Eddy

  • Displaying internal table horizontally using FM REUSE_ALV_GRID_DISPLAY

    Hi everyone,
             I'm quite having difficulty deciphering on how I can display my internal table in ALV_GRID horizontally.  Example:
    my itab:
    lastname(15),
    firstname(20),
    minit(1).
    OUTPUT:
    LASTNAME             FIRSTNAME                MINIT
    Is this possible?  Can someone help me by giving me the correct codes?  Thanks in advance.  
    Anna Bechayda

    by default it is printing horizontally.
    i think you are declaring your itab like this but when you will fetch or append the data into itab it will be like this
    firstnam  lastname minit
    a             b            1
    b             c            2
    like this. just pass your itab to reuse alv fn module.  but one thing you have to build your fieldcatalog for that.
    regards
    shiba dutta

  • Display batch on MIGO_GR MT105

    Hi to all,
    There are numerous times where when we tried to receive an item in MIGO_GR "Release GR Blocked" MT105, some of the batch are not shown or should I say that the batch field is blank even though we entered a batch on the initial entry in ZOTC_GR MT103.
    Why are the batch field blank and how can we fix them?

    hai gautham,
    i checked that bapi,but that doesn't solve my issue.
    my issue is when user go migo tcode for gr for purchase order for 103 movement in this when user select batch tab in that tabscreen it should display the batch no.
    but at present when i select that tab the tabscreen is empty.

  • Video displays duplicate image horizontally

    Have an interactive exhibit running on Air Run Time on Windows XP.  When video runs inside the player window, the video is essentially duplicated horizontally so the image is squashed and plays two instances of the video top and bottom.  Plays fine on the Mac.  Also, running the SWF file in Flash Player does not exhibit the same problem.  But running on Air on this XP machine displays doubled image. What can be causing this?

    Here is a shapshot of the "doubled" video on the right.  The touchscreen is on the left.

  • Can we display group data horizontally

    Hi All,
    My requirment is to display primary ledger and its corresponding secondary ledgers as below
    PL1---|----SL1----|--SL2---------.....
    data--|----data---|--data--------....
    PL2---|----SL1----|--SL2---------.....
    data--|----data---|--data--------....
    So I would be having a group for primary ledger(PL) and sub group for all SLs of PL. There can be 1 to n Subledgers for a primary ledger.
    The thing is the SL data need to be displayed horizontally like above(SL count for each PL may differ). The output type is Excel so there is no issue of space
    Please any one let me know how this can be done.
    Thanks in advance.
    Edited by: DharV on Aug 27, 2012 7:36 AM

    You description is clear. What's not clear is why you think the method suggested in the blog is not working in your case. It would be helpful to post sample XML and the desired output for the XML data.

  • How to display the OSLT Subject in PLD.

    Hi,
    Can any one help me, Im doing Service Call PLD i want to display the 'solution' (OSLT table that having subject) it is not coming even if i  enterd  some thing.
    thanks
    Ruheena Tasneem.

    Hi Ruheena Tasneem,
    You can do it, i have tested in SBO 2005 B PL25, its working OK. OSLT Table will not seen in the list.
    You go to PLD in which u want the subject -> then select one Database Field -> go to its property -> Content -> press Ctrl + Alt + Shft and click on Table Name -> Choose Service Call Solution table -> then click on drop down of column -> select column SUBJECT
    Save the PLD and preview the same.
    Service Call should be close.
    I think this may help u.
    Best Regards,
    Chintesh Soni

Maybe you are looking for