Dreamweaver not displaying last 30 lines of code, GoLive does display them

My issue here is that Dreamweaver is displaying lines 1
through 71 of an .html document but there are 124 lines of code
when opened in Go Live. Here are the undisplayed lines of code...
any suggestions on how to reveal them in Dreamweaver CS3?
<input type="hidden" name="id" value="1">
<input type="hidden" name="amount" value="1200">
<input type="hidden" name="amount_base" value="1200">
<input type="hidden" name="quantity" value="1">
<input type="hidden" name="item_number" value="3">
<input type="hidden" name="item_name" value="Sabre 2 - 300
Jumps">
<input type="hidden" name="on0" value="warranty">
<input type="hidden" name="or0" value="1">
warranty: <select name="os0"
onchange="UpdatePrice(this.form);">
<option value="None">Please
select</option><option
value="Warranty=100">Warranty</option>
</select>
<br>
<input type="image" src="images/ppcart1.gif" border="0"
name="submit" alt="">
</div>
</td>
</tr>
<tr>
<td colspan=2><div
class="paypalsb"></div></td>
</tr>
</form>
<script language="JavaScript">
<!--
UpdatePrice(document.pp1); // initialize option price
-->
</script>
</table>
</td></tr></table>
<!-- view template customizable area end -->
<p> </p>
</td>
<!-- End Content column -->
<!-- Begin Cart column -->
<td width="20%" valign="top" class="ntkRightColumn">
<p><b><div class="paypalsb">Shopping
Cart</div></b></p>
<script language="JavaScript">
<!--
CartView(0);
//-->
</script>
</td>
<!-- End Cart column -->
</tr>
</table>
<!-- Footor -->
<table width="100%" border="0" cellspacing="0"
cellpadding="0">
<tr class="ntkBottomRow">
<td> <!-- Note: Only licensed users are
allowed to remove or change the following copyright statement.
-->
<span class="paypalsb" style="color:
#808080;">&copy;2005 NTK Software. All rights
reserved.</span>
</td>
</tr>
</table>
</body>
</html>

And the file is corrupt turns out to not be the answer....
Again I try a different fresh file that follows the same
guidlines and the code is cut off at line 92, there are 133
total.... I've provided the code below with a line to show what
shows up and what doesn't - Any suggestions?
<html>
<head>
<title>testing</title>
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta HTTP-EQUIV="Expires" CONTENT="0">
<script language="JavaScript" type="text/javascript">
<!--
NTK_RootPath = ""; // configure root path
NTK_CartAction = 0; // load cart
//-->
</script>
<script language="JavaScript"
src="ntkcartconfig.js"></script>
<script language="JavaScript"
src="ntkcartpp.js"></script>
<script language="JavaScript"
src="ntkcart.js"></script>
<script language="JavaScript"
src="menu.js"></script>
<script language="JavaScript"
src="ntkmenuconfig.js"></script>
<script language="JavaScript"
src="ntkcategoryconfig.js"></script>
<link href="project1.css" rel="stylesheet"
type="text/css">
<meta name="generator" content="PayPal Shop Builder
v2.0.0.1">
</head>
<body>
<table width="100%" border="0" cellspacing="0"
cellpadding="0">
<!-- Logo and top banner background color -->
<tr class="ntkTopRow">
<td><img src="images/paypalsb_logo.png"
border="0"></td>
</tr>
</table>
<table width="100%" height="100%" border="0"
cellspacing="0" cellpadding="0" class="ntkMain">
<tr>
<!-- Begin Menu Column -->
<td width="20%" height="100%" valign="top"
class="ntkLeftColumn">
<table width="100%" border="0" cellspacing="0"
cellpadding="0">
<tr><td nowrap>
<script type="text/javascript" language="javascript">
if (document.getElementById) {
oMenu_root.Render();
} else {
document.write(ntk_browserNotSupported);
</script>
</td></tr>
</table>
<br>
<table width="100%" border="0" cellspacing="0"
cellpadding="0">
<tr><td nowrap>
<span
class="paypalsb"><b>Browse</b></span>
</td></tr>
</table>
<table width="100%" border="0" cellspacing="0"
cellpadding="0">
<tr><td nowrap>
<script type="text/javascript" language="javascript">
if (document.getElementById) {
oCat_0.SetHighlight(); //*** need to set highlight to the
current cateogry or page
oCat_root.Render();
} else {
document.write(ntk_browserNotSupported);
</script>
</td></tr>
</table>
</td>
<!-- End Menu Column -->
<!-- Begin Content column -->
<td valign="top" class="ntkMidColumn">
<!-- <div class="paypalsb">testing</div>
-->
<p><b><div
class="paypalsb">Categories &gt; Rigs</div></b></p>
<!-- list template customizable area start -->
<table class="ntkTable">
<tr class="ntkTableAltRow">
<form name="pp1" onSubmit="return
SubmitItemToCart(this);">
<td width="200" valign="top"><a
href="Product_view_Rigs_1.html"></a></td>
<td width="99%" valign="top">
<a href="Product_view_Rigs_1.html">2</a>
<br>
<a href="Product_view_Rigs_1.html">Mirage G4</a>
<br>
<input type="hidden" name="id" value="1">
<input type="hidden" name="amount" value="1200">
<input type="hidden" name="amount_base" value="1200">
<!-- *** Discount type -->
<input type="hidden" name="discounttype" value="0">
<!-- *** Ship type -->
<input type="hidden" name="shiptype" value="0">
<input type="hidden" name="quantity" value="1">
<input type="hidden" name="item_number" value="2">
<input type="hidden" name="item_name" value="Mirage
G4">
<input type="hidden" name="on0" value="Color">
<input type="hidden" name="or0" value="0">
<input type="hidden" name="shipping" value="1">
<div id="div_amount_1" name="div_amount_1">Price:
$1,200.00
<!----Above Line shows up in Dreamweaver CS3-->
<!----Below Line shows up only in other code editors-->
Color: <select name="os0"
onchange="UpdatePrice(this.form);">
<option value="None">Please select</option>
<option value="Green=0">Green</option>
<option value="red=0">red</option>
</select>
<br>
<input type="image" src="images/ppcart1.gif" border="0"
name="submit" alt="">
</td>
</form>
<script language="JavaScript">
<!--
UpdatePrice(document.pp1); // initialize option price
//-->
</script>
</tr>
</table>
<!-- list template customizable area end -->
<br>
<table width="100%" border="0" cellspacing="0"
cellpadding="0"><tr>
<td align="right"><div
class="paypalsb">Items 1 to 1 of 1</div></td>
</tr></table>
<br>
<p> </p>
</td>
<!-- End Content column -->
<!-- Begin Cart column -->
<td width="20%" valign="top" class="ntkRightColumn">
<p><b><div class="paypalsb">Shopping
Cart</div></b></p>
<script language="JavaScript">
<!--
CartView(0);
CartButton(0);
//-->
</script>
</td>
<!-- End Cart column -->
</tr>
</table>
</body>
</html>

Similar Messages

  • How to set scrolledPane/textArea to display last lines?

    I have a JTextArea in a JScrollPane.
    I'm adding to the text area and the information scrolls off the visible portion of the screen.
    How can I force the scrolling to always display the last lines at the bottom of the screen when they are added?
    Thanks.

    See [url http://www.camick.com/java/blog.html?name=text-area-scrolling]Text Area Scrolling

  • How to find out the Last line of a page in Smart forms

    Hi Experts,
    I need to find out the <b>last line of a page in smartforms</b>.
    I have <b>Heading in a text element</b> and its <b>text in another text element</b>.
    If the heading falls in the last line, its contents will be displayed in the next page. I want to print the heading  in the next page.
    Please advise on this issue.
    Thanks in advance,
    Viven

    You can put both the heading and contents in a Folder node and check the page protection checkbox of the Folder node.  This way both will be displayed on the same page always.

  • What is this line of code means???

    Hi have a general question, I am not sure if it right place to ask. But I will be grateful if some body could help on this one. I could not figure out what is that line of code (**) is doing or what does it mean. I gave sample implementation here.
    Public class Decoder{
    InputStream in
    Public Decoder(InputStream in){
    This.in = in;
    String st = somefunction(in)
    public static Xval decode(InputStream in){
    return new Decoder(in).decode(); **
    What I don�t understand that what is line of Code do �return new Decoder(in).decode(); � I have never seen this kind of implementation. The return type is Xval but the function is retrunin t object of this (Decoder) type. And what is Decoder(in).decode() when function decode() is doing nothing except returning a object???
    Thank you

    Apparently, the Decoder class has a method called decode() that returns a Xval object. The line is equivalent toDecoder d =  new Decoder(in);
    Xval xv = d.decode();
    return xv;

  • Justify with last line aligned left - Problem

    I have a problem with the formatation of my text in indesign. Even though i have chosen "Justify with last line aligned left" Indesign justifies all lines exept in one paragraph. Is there someone of you who have had the same problem?
    Sincerly
    Simon Mogren

    I'm not seeing the invisibles, and you highlighted more than I asked for, but it actually does seem to confirm Harbs' soft return theory since some of theose spaces between "paragraphs" are actually empty lines of some sort.
    Sof t returns, or forced line breaks, are entered by hitting Shift + Enter. They can be useful for controlling styling, among other things, precisely because they don't create a new paragraph. Because there is no new paragraph created after the soft return, the line contaning it is not a last line in the paragraph and doesn't obey the last line formatting in justified text.

  • Text Area Problem. Last Line not displayed

    HI,
    I am using TextArea component in the MXML script. We are having the problem of not displaying the last line in textarea. The textarea has scroll also. But, when scrolling only last line is not displayed and we have to see only by moving the mouse to component. We want to see all the text only by scrolling the bar. Please help me to resolve this issue.
    Thanks,
    Krishna

    Hi,
    Please check once your transport log, wether it was tranported correctly or not.
    Regards,
    Kumar

  • Last line is still not read

    Hi,
    I fixed error in last post and rewrote the code using ProcessBuilder instead.
    Output from my unix tool is:
    Command is a shell application' /home/myid/test/myshell/bin/run' that starts a ascii gui that looks like ( see below). It waits for input from user.
    *   My shell Application                   *
    HELP: h
    COMMAND: c
    QUIT:q
    135.19.45.18>
    And still the last line is not showing when I read the text.
    I have tried with readLine() and I get the same error.
    Note: When I debug, after characters in line:
    OUIT:q
    have been read I can see that debugger hangs on
    br.read()
    And now the code looks like:
    import java.io.BufferedReader;
    import java.io.BufferedWriter;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.InputStreamReader;
    import java.io.OutputStream;
    import java.util.ArrayList;
    import java.util.List;
    public class RunShellCmd {
        private BufferedReader processInputStream;
        private BufferedWriter processWriter;
        public static void main(String args[]) throws Exception {
            RunShellCmd cmd = new RunShellCmd();
            cmd.runCmd();
        public void runCmd() throws Exception {
            Process process = null;
            List<String> cmd = new ArrayList<String>();
            cmd.add("/bin/bash");
            cmd.add("/home/myid/test/myshell/bin/run");
            ProcessBuilder processBuilder = new ProcessBuilder(cmd);
            processBuilder.redirectErrorStream(true);
            try {
                System.out.println("start process ....");
                process = processBuilder.start();
                InputStream is = process.getInputStream();
                InputStreamReader isr = new InputStreamReader(is);
                BufferedReader br = new BufferedReader(isr);
                StringBuilder sb = new StringBuilder();
                int intch;
                while ((intch = br.read()) != -1) {
                  char ch = (char) intch;
                  sb.append(ch);
                  System.out.println(sb.toString());
            } catch (IOException e) {
                System.out
                        .println("An error occourd: "
                                + e.toString());
            } finally {
                processInputStream.close();
                process.destroy();
                System.out.println("exit value: " + process.exitValue());
                processWriter.close();

    DUPLICATE THREAD!
    Please don't create duplicate threads. You already have a thread for this same issue.
    I fixed error in last post and rewrote the code using ProcessBuilder instead.
    Good - then post your progress in the original thread and keep using it until the problem is resolved. That way the people that tried to help you before can see the entire context of what you are trying.
    https://forums.oracle.com/thread/2611844

  • BDC for FF67 not displaying the line itmes of second page

    Hi all,
    I am using the Z BDC report Manual Bank Statement Upload (FF67). The BDC is as mentioned below :
    We are using start variant in the BDC.
    The report is working fine but the issue is that suppose if their are 45 line items and on one page we can have only 30 line items . Then only 30 line items are been displayed . It is not taking the line items which have come on the second page. Please advsie . Below is the code of the BDC.
    REPORT  zfi_bank_recon.
    TABLES : febko.
    DATA: bdcdata LIKE bdcdata    OCCURS 0 WITH HEADER LINE.
    DATA : i_messtab LIKE bdcmsgcoll OCCURS 0 WITH HEADER LINE.
    DATA : BEGIN OF itab OCCURS 0,
           vgman TYPE febmka-vgman,
           valut TYPE char10, "febep-valut,
           kwbtr TYPE char17, "febmka-kwbtr,
           chect_kf TYPE febmkk-chect_kf,
           sgtxt_kf TYPE febmkk-sgtxt_kf,
           count(6) TYPE n,
           END OF itab.
    DATA : BEGIN OF error OCCURS 0,
           msg TYPE string,
          END OF error.
    DATA :flag,
          update VALUE 'A',
          mode VALUE 'N'.
    DATA : aznum1 TYPE aznum,
    lv_esbtr TYPE febko-esbtr,
    lv_esvoz TYPE febko-esvoz,
    lv_opening TYPE char17, "febmka-kwbtr,
    lv_closing TYPE char17. "febmka-kwbtr.
    *& Selection screen
    SELECTION-SCREEN : BEGIN OF BLOCK blk WITH FRAME TITLE text.
    PARAMETERS :  bukrs LIKE febmka-bukrs OBLIGATORY,
                  hbkid LIKE febmka-hbkid OBLIGATORY,
                  hktid LIKE febmka-hktid OBLIGATORY,
                  azdat LIKE febmka-azdat OBLIGATORY,
                  aznum LIKE febmka-aznum OBLIGATORY,
                  budtm LIKE febmka-budtm OBLIGATORY  DEFAULT sy-datum.
    SELECTION-SCREEN :  END OF BLOCK blk.
    SELECTION-SCREEN : BEGIN OF BLOCK blk1 WITH FRAME TITLE text1.
    PARAMETERS: p_file LIKE rlgrap-filename OBLIGATORY.
    SELECTION-SCREEN : END OF BLOCK blk1.
    AT SELECTION-SCREEN.
      SELECT SINGLE * FROM febko INTO febko
      WHERE bukrs = bukrs AND hbkid = hbkid AND
      hktid = hktid  AND aznum = aznum
           AND budtm = budtm
            AND azdat = azdat.
      IF sy-subrc EQ 0.
        MESSAGE e038(000) WITH 'Statement' aznum  'already uploaded; No further processing done'.
      ENDIF.
    At Selection Screen Event
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      CALL FUNCTION 'F4_FILENAME'
        IMPORTING
          file_name = p_file.
    *& Start of Selection
    START-OF-SELECTION.
      CLEAR : flag.
      PERFORM data_upload.
      PERFORM check_data.
      IF itab[] IS NOT INITIAL AND flag IS INITIAL..
        PERFORM open_group.
        REFRESH bdcdata.
        PERFORM bdcdata. " USING LV_OPENING LV_CLOSING.
      PERFORM bdc_insert.
        PERFORM close_group.
      ENDIF.
    *&      Form  check_data
    FORM check_data.
      LOOP AT itab.
        DATA : int(6) TYPE n.
        CLEAR : int.
        int = sy-tabix.
        IF itab-vgman  IS  INITIAL.
          CONCATENATE 'Transaction type should not be blank : Record no'  int INTO error-msg SEPARATED BY space.
          APPEND error.
          CLEAR : error.
        ENDIF.
        IF itab-valut IS INITIAL.
          CONCATENATE 'Value Date should not be blank : Record no'  int INTO error-msg SEPARATED BY space.
          APPEND error.
          CLEAR : error.
        ENDIF.
        IF itab-kwbtr IS INITIAL.
          CONCATENATE 'Amount should not be blank : Record no'  int INTO error-msg SEPARATED BY space.
          APPEND error.
          CLEAR : error.
        ENDIF.
        IF itab-chect_kf IS INITIAL.
          CONCATENATE 'Bank Reference should not be blank : Record no'  int INTO error-msg SEPARATED BY space.
          APPEND error.
          CLEAR : error.
        ENDIF.
         IF  itab-vgman  NE 'DLF1'
           AND itab-vgman  NE 'DLF2'.
          CONCATENATE 'A Transaction type is not used : Record no'  int INTO error-msg SEPARATED BY space.
          APPEND error.
          CLEAR : error.
        ENDIF.
         IF itab-vgman  EQ 'DLF1'
        AND itab-kwbtr LE 0.
          CONCATENATE 'As per Transaction type, the Amount should be Positive : Record no'  int INTO error-msg SEPARATED BY space.
          APPEND error.
          CLEAR : error.
        ENDIF.
         IF   itab-vgman  EQ 'DLF2'
        AND itab-kwbtr GE 0.
          CONCATENATE 'As per Transaction type, the Amount should be Negative : Record no'  int INTO error-msg SEPARATED BY space.
          APPEND error.
          CLEAR : error.
        ENDIF.
      ENDLOOP.
      IF error[] IS NOT INITIAL.
        WRITE : / 'Error found in upload file'.
        SKIP 2 .
        LOOP AT error.
          WRITE : / error-msg.
        ENDLOOP.
        flag = 'X'.
      ENDIF.
      CLEAR : lv_esbtr, lv_esvoz, aznum1, lv_opening, lv_closing.
      IF flag IS INITIAL.
        SELECT MAX(  DISTINCT  aznum )  FROM febko INTO aznum1
        WHERE bukrs = bukrs AND hbkid = hbkid  AND hktid = hktid.
        IF sy-subrc = 0.
          SELECT SINGLE esbtr esvoz  FROM febko INTO (lv_esbtr,lv_esvoz)
          WHERE bukrs = bukrs AND hbkid = hbkid  AND hktid = hktid AND aznum = aznum1 .
          IF lv_esvoz = 'S'.
            lv_opening = lv_esbtr * -1.
          ELSE.
            lv_opening = lv_esbtr.
          ENDIF.
          lv_closing = lv_opening.
        ENDIF.
        LOOP AT itab.
          lv_closing = lv_closing + itab-kwbtr.
          DATA : lv_count(6) TYPE n.
          lv_count = lv_count + 1.
          MOVE lv_count TO itab-count .
          MODIFY itab FROM itab.
          CLEAR : itab.
        ENDLOOP.
      ENDIF.
    ENDFORM.                    "check_data
    *&      Form  data_upload
    FORM data_upload.
      DATA: loc_filename TYPE string.
      loc_filename = p_file.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                = loc_filename
          filetype                = 'ASC'
          has_field_separator     = 'X'
        TABLES
          data_tab                = itab
        EXCEPTIONS
          file_open_error         = 1
          file_read_error         = 2
          no_batch                = 3
          gui_refuse_filetransfer = 4
          invalid_type            = 5
          no_authority            = 6
          unknown_error           = 7
          bad_data_format         = 8
          header_not_allowed      = 9
          separator_not_allowed   = 10
          header_too_long         = 11
          unknown_dp_error        = 12
          access_denied           = 13
          dp_out_of_memory        = 14
          disk_full               = 15
          dp_timeout              = 16
          OTHERS                  = 17.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    "data_upload
    *&      Form  bdcdata
    FORM bdcdata. " USING lv_opening TYPE febko-ssbtr
      "    lv_closing TYPE febko-esbtr.
      DATA : day(2),
             month(2),
             year(4),
             date(10).
      year = azdat+0(4).
      month = azdat+4(2).
      day = azdat+6(2).
      CONCATENATE day month year INTO date.
      CONDENSE : date.
    Comment
      PERFORM bdc_dynpro      USING 'SAPMF40K' '0101'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '/EVORG'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'FEBMKA-AZDAT'.
      PERFORM bdc_dynpro      USING 'SAPMF40K' '0110'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'FEBMKA-VARI_START'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=ENTE'.
      PERFORM bdc_field       USING 'FEBMKA-KONT_INT'
                                    'X'.
      PERFORM bdc_field       USING 'FEBMKA-FDIS_SEL'
                                    'X'.
      PERFORM bdc_field       USING 'FEBMKA-VARI_START'
                                    'Z0001'.
      PERFORM bdc_field       USING 'FEBMKA-DEBI_MID'
                                    'D'.
      PERFORM bdc_field       USING 'FEBMKA-KRED_MID'
                                    'K'.
      PERFORM bdc_field       USING 'FEBMKA-WVAR_ART'
                                    '4'.
      PERFORM bdc_field       USING 'FEBMKA-BUCH_VAL'
                                    'X'.
      PERFORM bdc_dynpro      USING 'SAPMF40K' '0101'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'FEBMKA-ESALD'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '/00'.
      PERFORM bdc_field       USING 'FEBMKA-BUKRS'
                                    bukrs.
      PERFORM bdc_field       USING 'FEBMKA-HBKID'
                                    hbkid.
      PERFORM bdc_field       USING 'FEBMKA-HKTID'
                                    hktid.
      PERFORM bdc_field       USING 'FEBMKA-AZNUM'
                                    aznum.
      PERFORM bdc_field       USING 'FEBMKA-AZDAT'
                                    date.
      PERFORM bdc_field       USING 'FEBMKA-SSALD'
                                    lv_opening.
      PERFORM bdc_field       USING 'FEBMKA-ESALD'
                                    lv_closing.
      PERFORM bdc_dynpro      USING 'SAPMF40K' '8000'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'FEBMKK-SGTXT_KF(01)'.
      SORT itab DESCENDING BY count.
      LOOP AT itab.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                      '=SICH'.
        PERFORM bdc_field       USING 'FEBMKA-VGMAN(01)'
                                      itab-vgman.
        PERFORM bdc_field       USING 'FEBEP-VALUT(01)'
                                      itab-valut.
        PERFORM bdc_field       USING 'FEBMKA-KWBTR(01)'
                                              itab-kwbtr.
        PERFORM bdc_field       USING 'FEBMKK-CHECT_KF(01)'
                                      itab-chect_kf.
        PERFORM bdc_field       USING 'FEBMKK-SGTXT_KF(01)'
                                      itab-sgtxt_kf.
        PERFORM bdc_dynpro      USING 'SAPMF40K' '8000'.
        PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'FEBMKK-SGTXT_KF(01)'.
      ENDLOOP.
      PERFORM bdc_dynpro      USING 'SAPMF40K' '8000'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'FEBMKA-KWBTR(01)'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=SICH'.
      PERFORM bdc_dynpro      USING 'SAPMF40K' '0101'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'FEBMKA-BUKRS'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=BACK'.
      PERFORM bdc_dynpro      USING 'SAPLSPO1' '0100'.
      PERFORM bdc_field       USING 'BDC_OKCODE'
                                    '=NO'.
    ENDFORM.                    "bdcdata
    *&      Form  OPEN_GROUP
    FORM open_group .
      CALL FUNCTION 'BDC_OPEN_GROUP'
        EXPORTING
          client = sy-mandt
          group  = 'BANK_STAT'
          user   = sy-uname.
         keep   = 'X'.
    ENDFORM.                    " OPEN_GROUP
    *&      Form  CLOSE_GROUP
    FORM close_group .
      CALL FUNCTION 'BDC_CLOSE_GROUP'.
      CALL TRANSACTION 'SM35'.
    ENDFORM.                    " CLOSE_GROUP
    *&      Form  bdc_insert
    FORM bdc_insert.
      CALL FUNCTION 'BDC_INSERT'
        EXPORTING
          tcode     = 'FF67'
        TABLES
          dynprotab = bdcdata.
    ENDFORM.                    " bdc_insert
           Start new screen                                              *
    FORM bdc_dynpro USING program dynpro.
      CLEAR bdcdata.
      bdcdata-program  = program.
      bdcdata-dynpro   = dynpro.
      bdcdata-dynbegin = 'X'.
      APPEND bdcdata.
    ENDFORM.                    "BDC_DYNPRO
           Insert field                                                  *
    FORM bdc_field USING fnam fval.
      CLEAR bdcdata.
      bdcdata-fnam = fnam.
      bdcdata-fval = fval.
      APPEND bdcdata.
    ENDFORM.                    "BDC_FIELD

    Hi,
    Use:
    If line item = 30.
    OKCODE = 'P++'. --->For next page after every 30 line items.
    endif.
    Or:(Sumilate in BDC)
    1 . New line.   -
    >Get the Fcode/Sy-ucomm value of New line(Icon on menu bar)
    2.Enter Line Item.
    Follow this after every line item.
    Hope this resolves the issue.
    Regards,
    Gurpreet

  • Tax code is not copied to line times

    Hi,
    In billing document tax is calculated as per condition types and showing the line items. whereas when display the document tax code is not available. Tehse tax codes are not available even in report S_ALR_87012359.
    I have checked tax code configuration, GL assignment , its account determination, GL master data, Customer master and material master and found correct. Checked all condition types and found correct. Tax is calculated in billing document for all required line items where as these amounts are not available in BSEG table.
    Could anybody help to solve the issue.
    Regards,
    Arjun

    HI,
    Thanks for your response. Details are availabe in Table BSET.
    Regards,
    Arjun.

  • GL display for inventory account which are not defined as line item display

    Hi All,
    We have inventory gl accounts which are auto post accounts , these accounts get posted when grn is done. these accounts are not defined as line item display accounts, but if we execute the T code: FS10 we get the gl balance display and not line item display.
    Our requirement is that we should be able to view the line item display matching the GL account balance in that GL account.
    Can we get the report in MM module line items wise display.
    Regards
    Prashant P. Zinge

    Hello,
    You should use RFSEPA01 program via execute SE38 transaction.
    This program activate line item for each account. Activation means, this program generate line items to BSIS table. So that after this program running, you can see line items in FBL3N.
    Regards,
    Burak

  • Small problem in Line  Display part. Very few line in Code

    I wanted to display line graph. I tried to draw the line. But It is not display. Pls. see the code and help to display the line
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.*;
    import java.awt.geom.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.event.*;
    public class Work_Graph
    public static void main (String args[])
    Frame Graph = new Work_Graph1();
    Graph.show();
    class Work_Graph1 extends Frame
    Image bckImg;
    Graphics g;
    int x1=0;
    int y1=0;
    int x2=0;
    int y2=0;
    public void work_Graph1()
    setTitle("Line Chart");
    setSize(300,200);
    setLayout(new BorderLayout());
    addWindowListener(new WindowAdapter()
    public void windowClosing(WindowEvent e)
    System.exit(0);
    bckImg = createImage(getSize().width, getSize().height);
    g = bckImg.getGraphics();
    //Draw Vertical Line
    x1=50;
    y1=0;
    x2=50;
    y2=400;
    g.setColor(Color.black);
    g.drawLine(x1,y1,x2,y2);
    //Draw Harizontal Line
    x1=50;
    y1=400;
    x2=400;
    y2=400;
    g.setColor(Color.black);
    g.drawLine(x1,y1,x2,y2);
    update(getGraphics());
    public void paint(Graphics g)
    if (bckImg != null)
    g.drawImage(bckImg, 0, 0, this);
    }

    The method
    public void work_Graph1() {...}
    isn't called by anything, and so the code isn't executed. You might have meant this to be a constructor, in which case it should be called:
    public Work_Graph1() {...}

  • Xfa.resolveNode is not writing values to the last line

    Hi,
    I have an issue with the xfa.resolveNode function, i have added at comment //
    at below coding at the line where the issues is occuring, please advise what can be done in order to make the loop works and enter the loop for the last line.
    Any help/comment is highly appreciate!
    FormQuoteNotification.bdyMain.frmTableBlock.tblTable.rowTableSection.rowTableItem.colNetV alue::initialize - (JavaScript, client)
    var rowCount = tblTable._rowTableSection.count;
    var rowNo = new Array(rowCount);
    var i = 0;
    var j = 0;
    var k = 0;
    var comboType = new Array(rowCount);
    var comboPrice = new Array(rowCount);
    var productID = new Array(rowCount);
    var finalType = new Array();
    var finalPrice = new Array();
    var finalRow = new Array();
    var datasum = 0.000;
    for(i=0; i<rowCount; i++){
    rowNo[i] = xfa.resolveNode("tblTable.rowTableSection["+i+"]").rowRemarkRow.frmItem.txtLine.rawValue;
    productID[i] = xfa.resolveNode("tblTable.rowTableSection["+i+"]").rowRemarkRow.frmItem.txtProduct.rawVal ue;
    comboPrice[i] = xfa.resolveNode("tblTable.rowTableSection["+i +"]").rowRemarkRow.frmItem.frmNetValue.decNetValue.rawValue;
    comboType[i] = xfa.resolveNode("tblTable.rowTableSection["+i+"]").rowRemarkRow.frmItem.txtCombo.rawValue ;
              for(j=0; j<rowCount; j++){
                    if(j==(rowCount-1)){ // to check if this is the row before the last one
                        if(comboType[j]== comboType[j-1]){
                         finalType[k] = comboType[j];
                         datasum += parseFloat(comboPrice[j]);
                            finalPrice[k] = datasum;
                        else{
                         if(comboType[j] == null || comboType[j] == ""){
                          finalType[k] = "NotCombo";
                          datasum += parseFloat(comboPrice[j]);
                          finalPrice[k] = datasum; 
                          finalRow[k] = rowNo[j];
                          k=k+1;
                          datasum = 0.000;
                         else{finalType[k] = comboType[j];}
                    else{
                        if(comboType[j]== comboType[j+1]){
                            finalType[k] = comboType[j];
                            datasum += parseFloat(comboPrice[j]);
                            finalPrice[k] = datasum; 
                             if(finalRow[k] == "" || finalRow[k] == null){
                              finalRow[k] = rowNo[j]; 
                        else{
                         if(comboType[j] == null || comboType[j] == ""){
                             datasum += parseFloat(comboPrice[j]);
                          finalType[k] = "NotCombo";
                          finalRow[k] = rowNo[j];
                          k=k+1;
                          datasum = 0.000;
                         else{                      
                          finalPrice[k] += parseFloat(comboPrice[j]);
                              k=k+1;
                             datasum = 0.000;
    if(finalType[0] != null && finalType[0] != ""){
    for(var n=0; n<rowCount; n++){
    for(var m=0; m<rowCount; m++){
    //at this line, for the last row, even it is matching the if statement, the script is not entering for the last match of loop.
    //example, if rowCount = 2, when m=1, n=1, and the if statement is matching, , but it is simply not displaying the "XXX" for the line of n=2
    if(xfa.resolveNode("tblTable.rowTableSection["+n+"]").rowTableItem.colCombo.rawValue == finalType[m]
       && xfa.resolveNode("tblTable.rowTableSection["+n+"]").rowTableItem.colCombo.rawValue != ""
       && xfa.resolveNode("tblTable.rowTableSection["+n+"]").rowTableItem.colCombo.rawValue != null)
        xfa.resolveNode("tblTable.rowTableSection["+n+"]").rowTableItem.colProduct.rawValue = "XXX";
        //display comboprice
        if(xfa.resolveNode("tblTable.rowTableSection["+n+"]").rowTableItem.colLine.rawValue == finalRow[m] &&   xfa.resolveNode("tblTable.rowTableSection["+n+"]").rowTableItem.colCombo.rawValue == finalType[m]){
         var pricetodisplay = finalPrice[m].toFixed(3)+ " KWD";
         xfa.resolveNode("tblTable.rowTableSection["+n+"]").rowTableItem.colNetValue.rawValue =   pricetodisplay ; 
           if(xfa.resolveNode("tblTable.rowTableSection["+n  +"]").rowTableItem.colNetValue.rawValue == null || xfa.resolveNode("tblTable.rowTableSection["+n  +"]").rowTableItem.colNetValue.rawValue == " " || isNaN(xfa.resolveNode("tblTable.rowTableSection["+n  +"]").rowTableItem.colNetValue.rawValue)){
               this.rawValue = null;

    Wouldn't this be better posted in a developers forum? This forum is for Using an iPad, not writing programs for one.

  • Help...empty lines in code Dreamweaver CS3

    Wow, why are all adobe applications so messed up?  No friend of mine to be sure but have to use this application because my company says so...
    How can I remove empty lines of code from my pages?  It's just endless P paragraph signs...I usually fix the bugs in adobe's wysiwyg via hand coding so the empty lines are really irritating to me. I miss macromedia's version of Dreamweaver
    BTW...the servers are not the issue as far as I can see.  And I've already tried to do the find and replace fix...just freezes the application.
    Any fix for this bug would be greatly appreciated!
    Thanks.

    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))}Wow, why are all adobe applications so messed up?  No friend of mine to be sure but have to use this application because my company says so...
    How can I remove empty lines of code from my pages?  It's just endless P paragraph signs...I usually fix the bugs in adobe's wysiwyg via hand coding so the empty lines are really irritating to me.
    Have you taken the time to learn to use Adobe apps correctly and understand how they work? In general, they're very well written and very powerful when used with skill and care.
    Plenty of professionals and hobbyists around the world use them daily without seeing the issues you're seeing.
    Endless p tags are there because you put them there: either via Code View or repeatedly pressing Enter for no reason in Design View.

  • Layout displayed by Dreamweaver not even close to Firefox

    As a long-time Dreamweaver user, back to Dreamweaver 3, I'd
    been used to the layout displayed by Dreamweaver being close to
    that displayed by browsers. With Dreamweaver 8, it's often not even
    close.
    Typical problems:
    - Vertical line spacing is different in Dreamweaver and in
    Firefox 2. May be a browser problem.
    - Unwanted vertical space between DIV tags in Dreamweaver
    when DIV contains a FORM.
    - Multiple column layout with DIV tags totally different in
    Dreamweaver 8 and Firefox 2.
    I realize that CSS layout is less reliable than table layout,
    but that's what we pay Adobe to deal with.
    This should just work by now.

    Ok: CSS layouts *can* be counted on to display reliably in
    current browsers
    just as much as table layouts can.
    That's true, then? :-)
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > My experience leads me not to make such general comments
    about either.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "P@tty Ayers"
    <[email protected]> wrote in message
    > news:[email protected]...
    >> I'm assuming that by "reliable" we mean "can be
    counted on to display
    >> properly in current browsers". I base it on lots of
    experience, and the
    >> experience of almost everybody else I've heard from
    about it - pretty
    >> much universally accepted common knowledge, I
    guess..
    >>
    >> --
    >> Patty Ayers | www.WebDevBiz.com
    >> Free Articles on the Business of Web Development
    >> Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    >> --
    >>
    >> "Walt F. Schaefer" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>> I'm still curious. What do you base that on?
    >>>
    >>> Walt
    >>>
    >>> "P@tty Ayers"
    <[email protected]> wrote in message
    >>> news:[email protected]...
    >>>> "CSS layout is less reliable than table
    layout."
    >>>>
    >>>> --
    >>>> Patty Ayers | www.WebDevBiz.com
    >>>> Free Articles on the Business of Web
    Development
    >>>> Web Design Contract, Estimate Request Form,
    Estimate Worksheet
    >>>> --
    >>>>
    >>>>
    >>>>
    >>>>
    >>>> "Walt F. Schaefer"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>>>>I realize that CSS layout is less
    reliable than table layout
    >>>>>
    >>>>> Just curious, where did you acquire that
    pearl of wisdom? I've never
    >>>>> heard anyone make that claim.
    >>>>>
    >>>>> Walt
    >>>>>
    >>>>> "John Nagle"
    <[email protected]> wrote in message
    >>>>>
    news:[email protected]...
    >>>>>> As a long-time Dreamweaver user,
    back to Dreamweaver 3, I'd been used
    >>>>>> to the
    >>>>>> layout displayed by Dreamweaver
    being close to that displayed by
    >>>>>> browsers.
    >>>>>> With Dreamweaver 8, it's often not
    even close.
    >>>>>>
    >>>>>> Typical problems:
    >>>>>> - Vertical line spacing is different
    in Dreamweaver and in Firefox 2.
    >>>>>> May be a
    >>>>>> browser problem.
    >>>>>> - Unwanted vertical space between
    DIV tags in Dreamweaver when DIV
    >>>>>> contains a
    >>>>>> FORM.
    >>>>>> - Multiple column layout with DIV
    tags totally different in
    >>>>>> Dreamweaver 8 and
    >>>>>> Firefox 2.
    >>>>>>
    >>>>>> I realize that CSS layout is less
    reliable than table layout, but
    >>>>>> that's what
    >>>>>> we pay Adobe to deal with.
    >>>>>> This should just work by now.
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • How can I get this code to display 20 lines

    I need to get this code I have written to display 20 lines at a time, then the 20 using the Enter key.
    How would I approach this?
    I thought of making a RandomAcessFile object, but that seems like overthinking the problem, and I'm not sure that I could get that to work anyway.
    import java.io.*;
    public class ReadIt
    public static void main(String[] args)
         throws IOException
              System.out.println ("Enter The Desired .java Filename.");
              System.out.println ("Do not add the .java extention.");
              String fname;
              EasyIn type = new EasyIn();
              fname = type.readString();
              String fndotjava = new String(fname + ".java");
              //System.out.println (fndotjava);
              File inFile = new File(fndotjava);
              InputStream istream;
              OutputStream ostream;
              istream = new FileInputStream(inFile);
              ostream = System.out;
              int c;
              try
                     while((c = istream.read()) != -1)
                           ostream.write(c);
              catch(IOException e)
                     System.out.println("Error: " + e.getMessage());      
              finally
                    istream.close();
                    ostream.close();                 
    }Thanks
    Brad

    Well, a RandomAccessFile together with a counter should work. However, you can also achieve this by buffering the input rather than writing it directly out
    java.util.Vector vect = new java.util.Vector();
    try{
         while((c = istream.read()) != -1){
             vect.append(c);
    catch(IOException e){
         System.out.println("Error: " + e.getMessage());      
    finally{
         istream.close();                 
    }     with the help of
    java.util.Vector.size() and
    java.util.Vector.elementAt(int index)
    you are able to display only 20 lines at a time, you just need the additional code for reading System.in
    public static void prompt(String s){
        System.out.print(s + " ");
        System.out.flush();
      public static String readData ( BufferedReader in)  {
        boolean verfuegbar = true;
        while ( verfuegbar){
          try{
            S = in.readLine();
            if ( S != null)verfuegbar = false ;
          catch (IOException e){System.out.print (e);}
        return S;
      }now it should work with
    BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
    prompt("return for continuing");
    int twentscount = 0;
    int count = 0;
    do{
       while( count < 20 && twentscount+count < vect.size() ){
           outstream.write(vect.elementAt(twentscount + count).toString() );
           count++;
    prompt("return");
    readData(in);
    twentscount += 20;
    count = 0;
    while(twentscount + count < vect.size());sure, this is code from head, and you can make many changes (e.g. instead of using twentscount use the modulo (%) operator saving one variable (while count % 20 != 0 ).
    I'm also not sure if it will definitly run , since i haven't tested it (especialy for index borders).
    I hope this will give you enough hints for this possible solution.
    Adrian

Maybe you are looking for