CSS Mouseover Borders Not Displaying TOP

IN IE this works so it's a bug in Safari after system 10.3.5 but works fine in that version.
Mouseover on link border and you are missing the top line. Click and you get all 4 sides.
How to fix?

I don't know - it might.
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
==================
"crash" <[email protected]> wrote in message
news:eda2ni$nvf$[email protected]..
> live view would work, shouldn't it?
>
> "Murray *ACE*" <[email protected]>
wrote in message
> news:eda29i$ndf$[email protected]..
>> They would only show up if you served the page, I
believe.
>>
>> --
>> 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
>> ==================
>>
>>
>> "nheaps" <[email protected]> wrote
in message
>> news:ed9u9v$ivm$[email protected]..
>>> Hi Shane,
>>>
>>> Would the testing environment enable me to see
the CSS styles in the
>>> editing window, or would they only show up on
the locally-installed web
>>> server?
>>>
>>> Kind regards,
>>>
>>> Nick
>>
>>
>
>

Similar Messages

  • Module borders not displaying when using Aggregator

    I am using Captivate 4.  I created a TOC for both modules in a project. Then I created an Aggregator to connect them and display both TOCs.
    The issue I am havving is that the individual modules have borders on all 4 sides, yet they do not display when using the aggregator. How do I correct this?
    Thank you.

    Lenny,
    I apologize for not having an answer to your question, but I'm envious that you've successfully configured mod_jk. I've read several different versions of how to configure this, but nothing has worked so far. I wonder if you could either point me to some correct instructions on how to integrate Apache and Tomcat so I might try to duplicate your success.
    Thanks in advance,
    Vince

  • CSS and Spry not displaying

    Hi, I have recently created a website using Dreamweaver. I don't know much coding at all so I did it using the design view. It is a very basic site. Just one page, styled with CSS and with Spry Tabbed Panels to reveal 4 different 'pages'
    I have uploaded my website folder to the server via ftp but none of the CSS, images or spry are displaying.
    I uploaded one folder which contained 2 subfolders and one html file
    -SubFolder 1: Spry Assets
    -SubFolder 2: Images
    -index.html (with internal .css)
    I can see that the folders have been uploaded but for some reason they are not being read. I would really appreciate some help as my web host says they can't help me. I can send you the html file or whatever you need if you would like to take a look. It really is a very simple website so i'm sure it wouldn't take one of you geniuses very long to figure it out!
    Cheers

    Thanks for your quick responses guys! Hopefully I can reach a solution with this.
    In answer to your questions:
    - Yes, I defined a local site folder in Dreamweaver. That is the folder I uploaded via ftp.
    -Am I working with valid code? I don't know. I have not touched any of the code. I used 'design view' in Dreamweaver. Previewed in Firefox, Safari and IE and it works with no problems.
    Below is the code for index.html and below that is the css code for spry tabbed panels.
    index.html:
    <!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>DMH Window Cleaning</title>
    <style type="text/css">
    .main {
        background-color: #0e414f;
        height: 480px;
        width: 960px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 50px;
    .right {
        background-color: #FFF;
        float: left;
        height: 440px;
        width: 460px;
        border-right-width: 20px;
        border-right-style: solid;
        border-right-color: #0e414f;
        margin-top: 20px;
    .logo {
        float: left;
        border-right-width: 20px;
        border-left-width: 20px;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #0e414f;
        border-left-color: #0e414f;
        margin-top: 20px;
    </style>
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div class="main"><img src="images/DMHLogo.png" width="440" height="440" class="logo" />
      <div class="right">
        <div id="TabbedPanels1" class="TabbedPanels">
          <ul class="TabbedPanelsTabGroup">
            <li class="TabbedPanelsTab" tabindex="0">HOME</li>
            <li class="TabbedPanelsTab" tabindex="0">SERVICES</li>
            <li class="TabbedPanelsTab" tabindex="0">ABOUT</li>
            <li class="TabbedPanelsTab" tabindex="0">CONTACT</li>
          </ul>
          <div class="TabbedPanelsContentGroup">
            <div class="TabbedPanelsContent">
              <h1>DMH Window Cleaning is your local window cleaning service for Ipswich, Martlesham and Kesgrave. </h1>
              <p> </p>
              <p>DMH offers an interior and exterior window cleaning service for domestic and commercial properties. </p>
              <p>We have been providing a professional, reliable and regular window cleaning service to hundreds of happy customers for the past 16 years. </p>
              <p>            Just use the links above find out more, alternatively <br />
              send us an email or request a free quote</p>
              <h2> </h2>
    </div>
            <div class="TabbedPanelsContent">
              <h1>We offer a range of services to domestic and commercial properties</h1>
              <p>Services: </p>
              <ul>
                <li>  Window Cleaning Interior and Exterior</li>
                <li>  Guttering</li>
                <li> UPVC Cleaning</li>
                <li> Conservatories          </li>
                <li>Domestic Properties </li>
                <li> All sills included free</li>
              </ul>
    <p> </p>
    <p><span class="servicesHeading"><strong>Domestic Properties<br />
      </strong></span> 
      - Services offered on a once a month basis          </p>
    <p><span class="servicesHeading"><strong>Commercial Properties<br />
    </strong>          </span>         
              - Services offered on a weekly, two weekly or monthly basis.</p>
            </div>
            <div class="TabbedPanelsContent">
              <h1>We have been providing a professional and reliable window cleaning service for the past 16 years</h1>
              <p class="quoteboxes">&quot;DMH has been our window cleaner for many years and<br />
    I would have no hesitation in recommending him. David<br />
    is quick, reliable and does a great job!&quot;<br />
    <strong class="QuoteName">Ruth Carley, General Manager, Punch and Judy, Ipswich</strong></p>
              <p class="quoteboxes">&quot;David works to a high standard and is professional, he<br />
    cleans the inside and outside of Jamie Cann House. David <br />
    is punctual and reliable&quot;<br />
              <strong class="QuoteName">Teresa Page, Jamie Cann House, Ipswich</strong></p>
    </div>
            <div class="TabbedPanelsContent">
              <h1>Request a free, no obligation quote<br />
              </h1>
    <p>If you would like to request a no obligation quote then please do so by email or phone. </p>
              <p>email: [email protected]<br />
                phone: xxx</p>
              <p><strong>Payment</strong></p>
              <p>Please make cheques made payable to:<br />
                'DMH Window Cleaning'</p>
              <p>and post to:<br />
                6 Bramley Hill<br />
                Ipswich<br />
                IPX XXX</p>
              <p>We also accept cash in person. Details will be posted through your door once the job has been completed.</p>
            </div>
          </div>
        </div>
      </div>
    </div>
    <script type="text/javascript">
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    </script>
    </body>
    </html>
    Then I also have a separate 'Spry Assets' folder which has 2 files in it.
    1. SpryTabbedPanels.js
    2. SpryTabbedPanels.css
    the css code for tabbed panels is:
    @charset "UTF-8";
    /* SpryTabbedPanels.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    /* Horizontal Tabbed Panels
    * The default style for a TabbedPanels widget places all tab buttons
    * (left aligned) above the content panel.
    /* This is the selector for the main TabbedPanels container. For our
    * default style, this container does not contribute anything visually,
    * but it is floated left to make sure that any floating or clearing done
    * with any of its child elements are contained completely within the
    * TabbedPanels container, to minimize any impact or undesireable
    * interaction with other floated elements on the page that may be used
    * for layout.
    * If you want to constrain the width of the TabbedPanels widget, set a
    * width on the TabbedPanels container. By default, the TabbedPanels widget
    * expands horizontally to fill up available space.
    * The name of the class ("TabbedPanels") used in this selector is not
    * necessary to make the widget function. You can use any class name you
    * want to style the TabbedPanels container.
    .TabbedPanels {
        overflow: hidden;
        margin: 0px;
        padding: 0px;
        clear: none;
        width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
        background-color: #0e414f;
    /* This is the selector for the TabGroup. The TabGroup container houses
    * all of the tab buttons for each tabbed panel in the widget. This container
    * does not contribute anything visually to the look of the widget for our
    * default style.
    * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
    * necessary to make the widget function. You can use any class name you
    * want to style the TabGroup container.
    .TabbedPanelsTabGroup {
        margin: 0px;
        padding: 0px;
    /* This is the selector for the TabbedPanelsTab. This container houses
    * the title for the panel. This is also the tab "button" that the user clicks
    * on to activate the corresponding content panel so that it appears on top
    * of the other tabbed panels contained in the widget.
    * For our default style, each tab is positioned relatively 1 pixel down from
    * where it wold normally render. This allows each tab to overlap the content
    * panel that renders below it. Each tab is rendered with a 1 pixel bottom
    * border that has a color that matches the top border of the current content
    * panel. This gives the appearance that the tab is being drawn behind the
    * content panel.
    * The name of the class ("TabbedPanelsTab") used in this selector is not
    * necessary to make the widget function. You can use any class name you want
    * to style this tab container.
    .TabbedPanelsTab {
        position: relative;
        top: 1px;
        float: left;
        background-color: #d7df25;
        list-style: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        cursor: pointer;
        text-align: center;
        width: 115px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-family: sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #0e414f;
    /* This selector is an example of how to change the appearnce of a tab button
    * container as the mouse enters it. The class "TabbedPanelsTabHover" is
    * programatically added and removed from the tab element as the mouse enters
    * and exits the container.
    .TabbedPanelsTabHover {
        background-color: #d7df25;
        font-size: 12px;
    /* This selector is an example of how to change the appearance of a tab button
    * container after the user has clicked on it to activate a content panel.
    * The class "TabbedPanelsTabSelected" is programatically added and removed
    * from the tab element as the user clicks on the tab button containers in
    * the widget.
    * As mentioned above, for our default style, tab buttons are positioned
    * 1 pixel down from where it would normally render. When the tab button is
    * selected, we change its bottom border to match the background color of the
    * content panel so that it looks like the tab is part of the content panel.
    .TabbedPanelsTabSelected {
        background-color: #0e414f;
        color: #d7df25;
        font-size: 12px;
    /* This selector is an example of how to make a link inside of a tab button
    * look like normal text. Users may want to use links inside of a tab button
    * so that when it gets focus, the text *inside* the tab button gets a focus
    * ring around it, instead of the focus ring around the entire tab.
    .TabbedPanelsTab a {
        color: black;
        text-decoration: none;
    /* This is the selector for the ContentGroup. The ContentGroup container houses
    * all of the content panels for each tabbed panel in the widget. For our
    * default style, this container provides the background color and borders that
    * surround the content.
    * The name of the class ("TabbedPanelsContentGroup") used in this selector is
    * not necessary to make the widget function. You can use any class name you
    * want to style the ContentGroup container.
    .TabbedPanelsContentGroup {
        clear: both;
        background-color: #EEE;
    /* This is the selector for the Content panel. The Content panel holds the
    * content for a single tabbed panel. For our default style, this container
    * provides some padding, so that the content is not pushed up against the
    * widget borders.
    * The name of the class ("TabbedPanelsContent") used in this selector is
    * not necessary to make the widget function. You can use any class name you
    * want to style the Content container.
    .TabbedPanelsContent {
        overflow: hidden;
        background-color: #FFF;
        font-family: Arial, Helvetica, sans-serif;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 0px;
        padding-left: 20px;
    .main .right #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .quoteboxes strong {
        padding-top: 5px;
    .QuoteName {
        padding-top: 20px;
        line-height: 20px;
    /* This selector is an example of how to change the appearnce of the currently
    * active container panel. The class "TabbedPanelsContentVisible" is
    * programatically added and removed from the content element as the panel
    * is activated/deactivated.
    .TabbedPanelsContentVisible {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
    .main .right #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
    .TabbedPanelsContent h1 {
        color: #0e414f;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 20px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #d7df25;
        padding-bottom: 10px;
        border-top-width: 2px;
        border-top-style: solid;
        border-top-color: #d7df25;
        padding-top: 10px;
    li {
        color: #0e414f;
    .servicesHeading {
    .TabbedPanelsContent h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #0e414f;
    .quoteboxes {
        background-image: url(../images/quotebox2.png);
        height: 105px;
        background-repeat: no-repeat;
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 15px;
        padding-left: 10px;
        width: 400px;
    .quoteRight {
        background-image: url(../images/quoteboxright.png);
        background-repeat: no-repeat;
        height: 100px;
    .TabbedPanelsContent P {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #0e414f;
    /* Vertical Tabbed Panels
    * The following rules override some of the default rules above so that the
    * TabbedPanels widget renders with its tab buttons along the left side of
    * the currently active content panel.
    * With the rules defined below, the only change that will have to be made
    * to switch a horizontal tabbed panels widget to a vertical tabbed panels
    * widget, is to use the "VTabbedPanels" class on the top-level widget
    * container element, instead of "TabbedPanels".
    .VTabbedPanels {
        overflow: hidden;
        zoom: 1;
    /* This selector floats the TabGroup so that the tab buttons it contains
    * render to the left of the active content panel. A border is drawn around
    * the group container to make it look like a list container.
    .VTabbedPanels .TabbedPanelsTabGroup {
        float: left;
        width: 10em;
        height: 20em;
        background-color: #EEE;
        position: relative;
        border-top: solid 1px #999;
        border-right: solid 1px #999;
        border-left: solid 1px #CCC;
        border-bottom: solid 1px #CCC;
    /* This selector disables the float property that is placed on each tab button
    * by the default TabbedPanelsTab selector rule above. It also draws a bottom
    * border for the tab. The tab button will get its left and right border from
    * the TabGroup, and its top border from the TabGroup or tab button above it.
    .VTabbedPanels .TabbedPanelsTab {
        float: none;
        margin: 0px;
        border-top: none;
        border-left: none;
        border-right: none;
    /* This selector disables the float property that is placed on each tab button
    * by the default TabbedPanelsTab selector rule above. It also draws a bottom
    * border for the tab. The tab button will get its left and right border from
    * the TabGroup, and its top border from the TabGroup or tab button above it.
    .VTabbedPanels .TabbedPanelsTabSelected {
        background-color: #EEE;
        border-bottom: solid 1px #999;
    /* This selector floats the content panels for the widget so that they
    * render to the right of the tabbed buttons.
    .VTabbedPanels .TabbedPanelsContentGroup {
        clear: none;
        float: left;
        padding: 0px;
        width: 30em;
        height: 20em;
    /* Styles for Printing */
    @media print {
    .TabbedPanels {
        overflow: visible !important;
    .TabbedPanelsContentGroup {
        display: block !important;
        overflow: visible !important;
        height: auto !important;
    .TabbedPanelsContent {
        overflow: visible !important;
        display: block !important;
        clear:both !important;
    .TabbedPanelsTab {
         overflow: visible !important;
         display: block !important;
         clear:both !important;
    h1 {
        font-weight: bold;
    .bottomBox {
        background-color: #0e414f;
        width: 1020px;
        margin-right: auto;
        margin-left: auto;
    .box {
        background-color: #0e414f;
        width: 900px;

  • Alv not displaying top-of-page

    hi every buddy,
    i am workiong on report where there  is a requirment of dislpaying alv
    with top of page having some details . the event function mudule is calling the top-of-page fm properly
    but perform for top-of page is not called up
    i.e. controls are not goin to that point of perform
    please give me your valuable suggestions
    regards
    prashant

    Hi,
    please check this code it is working
    type-pools: slis.
    * Including icon for icon display
    include <icon>.
    * Including symbol
    include <symbol>.
    * Declaring structure for vbak
    types: begin of t_vbak,
            vbeln type vbeln_va,
            auart type auart,
            netwr type netwr,
            vkorg type vkorg,
            vtweg type vtweg,
            erdat type erdat,
            vbtyp type vbtyp,
            augru type augru,
            icon  type icon-id,
          end of t_vbak.
    * Declaring structure for vbap
    types: begin of t_vbap,
           vbeln type vbeln_va,
           posnr type posnr,
           matnr type matnr,
           arktx type arktx,
           lsmeng type dzmeng,
           auart type auart,
           netwr type netwr,
           vkorg type vkorg,
           vtweg type vtweg,
           erdat type erdat,
           vbtyp type vbtyp,
           augru type augru,
           icon  type icon-id,
         end of t_vbap.
    * Declaring variables
    data: v_vbeln type vbeln,
          my_tab type sy-tabix.
    * Declaring internal table and wa for vbak and vbap
    data: i_vbak type table of t_vbak,
          wa_vbak type t_vbak,
          i_vbap type table of t_vbap,
          i_pbo type table of t_vbap,
          wa_vbap type t_vbap.
    * Declaring internal table and wa for alv components(fieldcatalog,layout,events,header)
    data: i_fieldcat type slis_t_fieldcat_alv,
          wa_fieldcat type slis_fieldcat_alv,
          wa_layout   type slis_layout_alv,
          i_event    type slis_t_event,
          wa_event   type slis_alv_event,
          i_header   type slis_t_listheader,
          wa_header   type slis_listheader,
          wa_varient  type disvariant,
          wa_sort     type slis_sortinfo_alv,
          i_sort     type slis_t_sortinfo_alv.
    * Declaring selection-screen details
    selection-screen: begin of block b1 with frame title text-001.
    selection-screen skip.
    select-options: s_vbeln for v_vbeln.
    selection-screen: begin of block b2 with frame title text-008.
    parameter: ch1 type c as checkbox,       "check bos for Subtotal.
               ch2 type c as checkbox.       "check box for Grand total.
    selection-screen: end of block b2.
    selection-screen: end of block b1.
    * Start of start-of-selection
    start-of-selection.
    * Fetching data from vbak table
      select vbeln
             auart
             netwr
             vkorg
             vtweg
             erdat
             vbtyp
             augru
           from vbak into table i_vbak
                 where vbeln in s_vbeln.
      if sy-subrc = 0.
    * Fetching data for vbap table
        select vbeln
               posnr
               matnr
               arktx
               lsmeng
             from vbap into table i_vbap
             for all entries in i_vbak
             where vbeln = i_vbak-vbeln.
      endif.
    * Looping data for final output
      loop at i_vbak into wa_vbak.
    * checking conditiions for icon
        if wa_vbak-netwr < 10000.
          wa_vbak-icon = '@08@'.
        elseif wa_vbak-netwr < 15000.
          wa_vbak-icon = '@09@'.
        else.
          wa_vbak-icon = '@0A@'.
        endif.
        modify i_vbak from wa_vbak index sy-tabix  .
      endloop.
    *Looping data for final output
      loop at i_vbap into wa_vbap.
        my_tab = sy-tabix.
        read table i_vbak into wa_vbak with key vbeln = wa_vbap-vbeln.
        if sy-subrc = 0.
          wa_vbap-auart = wa_vbak-auart.
          wa_vbap-netwr = wa_vbak-netwr.
          wa_vbap-vkorg = wa_vbak-vkorg.
          wa_vbap-vtweg = wa_vbak-vtweg.
          wa_vbap-erdat = wa_vbak-erdat.
          wa_vbap-vbtyp = wa_vbak-vbtyp.
          wa_vbap-augru = wa_vbak-augru.
          wa_vbap-icon  = wa_vbak-icon.
          modify i_vbap from wa_vbap index  my_tab transporting
                                 auart netwr vkorg vtweg erdat vbtyp augru icon.
        endif.
      endloop.
    * Preparing fieldcatalog for final output
      perform main_fieldcat.
    *Preparing final layout for final output
      perform layout.
    *Preparing list header for final output
      perform list_header.
    *Preaparing events for alv display
      perform event.
    *Getting subtotals for amount fields
      if ch1 eq 'X'.
        perform sub_total.
      endif.
    *Showing final output data
      perform alv_display.
    form main_fieldcat .
    *Fieldcatalog for icon
      wa_fieldcat-fieldname = 'ICON'.
    * WA_FIELDCAT-TECH     = 'X'.
      wa_fieldcat-tabname   = 'IT_VBAP'.
      wa_fieldcat-icon      = 'X'.
      wa_fieldcat-seltext_l = 'ICON'.
      append wa_fieldcat to i_fieldcat.
      clear wa_fieldcat.
    * Fieldcatalog for salesorder
      wa_fieldcat-fieldname = 'VBELN'.
      wa_fieldcat-tabname   = 'IT_VBAP'.
      wa_fieldcat-emphasize = 'C410'.
      wa_fieldcat-seltext_l = 'Sales order NO'.
      append wa_fieldcat to i_fieldcat.
      clear wa_fieldcat.
    *Fieldcatalog for salesordertype
      wa_fieldcat-fieldname = 'AUART'.
      wa_fieldcat-tabname   = 'IT_VBAP'.
      wa_fieldcat-emphasize = 'C610'.
      wa_fieldcat-seltext_l = 'Sales order type'.
      append wa_fieldcat to i_fieldcat.
      clear wa_fieldcat.
    *Fieldcatalog for netamount
      wa_fieldcat-fieldname = 'NETWR'.
      wa_fieldcat-tabname   = 'IT_VBAP'.
      wa_fieldcat-edit   = 'X'.
      wa_fieldcat-emphasize = 'C501'.
    *  wa_fieldcat-input = 'X'.
      wa_fieldcat-seltext_l = 'Net Amount'.
      append wa_fieldcat to i_fieldcat.
      clear wa_fieldcat.
    *Fieldcatalog for salesorg
      wa_fieldcat-fieldname = 'VKORG'.
      wa_fieldcat-tabname   = 'IT_VBAP'.
      wa_fieldcat-emphasize = 'C310'.
      wa_fieldcat-seltext_l = 'Sales Organization'.
      append wa_fieldcat to i_fieldcat.
      clear wa_fieldcat.
    *Fieldcatalog for salesdistribution
      wa_fieldcat-fieldname = 'VTWEG'.
      wa_fieldcat-tabname   = 'IT_VBAP'.
      wa_fieldcat-emphasize = 'C210'.
      wa_fieldcat-seltext_l = 'Sales Distribution'.
      append wa_fieldcat to i_fieldcat.
      clear wa_fieldcat.
    *Fieldcatalog for date
      wa_fieldcat-fieldname = 'ERDAT'.
      wa_fieldcat-tabname   = 'IT_VBAP'.
      wa_fieldcat-emphasize = 'C110'.
      wa_fieldcat-seltext_l = 'Sales OrderDate'.
      append wa_fieldcat to i_fieldcat.
      clear wa_fieldcat.
    *Fieldcatalog for salestype
      wa_fieldcat-fieldname = 'VBTYP'.
      wa_fieldcat-tabname   = 'IT_VBAP'.
      wa_fieldcat-emphasize = 'C410'.
      wa_fieldcat-seltext_l = 'Sales type'.
      append wa_fieldcat to i_fieldcat.
      clear wa_fieldcat.
    *Fieldcatalog for orderreason
      wa_fieldcat-fieldname = 'AUGRU'.
      wa_fieldcat-tabname   = 'IT_VBAP'.
      wa_fieldcat-emphasize = 'C710'.
      wa_fieldcat-seltext_l = 'Order reason '.
      append wa_fieldcat to i_fieldcat.
      clear wa_fieldcat.
    *Fieldcatalog for itemnum
      wa_fieldcat-fieldname = 'POSNR'.
      wa_fieldcat-tabname   = 'IT_VBAP'.
      wa_fieldcat-emphasize = 'C110'.
      wa_fieldcat-seltext_l = 'Item No '.
      append wa_fieldcat to i_fieldcat.
      clear wa_fieldcat.
    *Fieldcatalog for materialnum
      wa_fieldcat-fieldname = 'MATNR'.
      wa_fieldcat-tabname   = 'IT_VBAP'.
      wa_fieldcat-emphasize = 'C710'.
      wa_fieldcat-seltext_l = 'Material No '.
      append wa_fieldcat to i_fieldcat.
      clear wa_fieldcat.
      wa_fieldcat-fieldname = 'ARKTX'.
      wa_fieldcat-tabname   = 'IT_VBAP'.
      wa_fieldcat-emphasize = 'C310'.
      wa_fieldcat-seltext_l = 'Description'.
      append wa_fieldcat to i_fieldcat.
      clear wa_fieldcat.
    *Fieldcatalog for quantity
      if ( ch1 = 'X' and ch2 = 'X' ) or ( ch1 = 'X' and ch2 = ' ' ) or ( ch2 = 'X' and ch1 = ' ' ).
        wa_fieldcat-fieldname = 'LSMENG'.
        wa_fieldcat-tabname   = 'IT_VBAP'.
        wa_fieldcat-emphasize = 'C510'.
        wa_fieldcat-seltext_l = 'Quantity '.
    *    WA_FIELDCAT-edit   = 'X'.
        wa_fieldcat-do_sum     = 'X'.
      else.
        wa_fieldcat-fieldname = 'LSMENG'.
        wa_fieldcat-tabname   = 'IT_VBAP'.
        wa_fieldcat-emphasize = 'C510'.
        wa_fieldcat-seltext_l = 'Quantity '.
    *    WA_FIELDCAT-edit   = 'X'.
      endif.
      append wa_fieldcat to i_fieldcat.
      clear wa_fieldcat.
    endform.                    " MAIN_FIELDCAT
    form alv_display .
      wa_varient-report = sy-repid.
      call function 'REUSE_ALV_GRID_DISPLAY'
        exporting
          i_callback_program       = sy-repid
          is_layout                = wa_layout
          it_fieldcat              = i_fieldcat
          it_sort                  = i_sort
          i_callback_pf_status_set = 'PF_STATUS'
          i_save                   = 'X'
          is_variant               = wa_varient
          it_events                = i_event
        tables
          t_outtab                 = i_vbap
        exceptions
          program_error            = 1
          others                   = 2.
      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.                    " ALV_DISPLAY
    form layout .
      wa_layout-colwidth_optimize = 'X'.
      wa_layout-subtotals_text    = 'SUBTOTAL SUM'.
      wa_layout-totals_text       = 'TOTAL'.
      wa_layout-zebra             = 'X'.
    endform.                    " LAYOUT
    form event .
      call function 'REUSE_ALV_EVENTS_GET'
        importing
          et_events       = i_event
        exceptions
          list_type_wrong = 1
          others          = 2.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
      read table i_event into wa_event with key name = 'USER_COMMAND'.
      if sy-subrc = 0.
        wa_event-form = 'USER_COMMAND'.
        modify i_event from wa_event transporting form where name = 'USER_COMMAND'.
      endif.
      read table i_event into wa_event with key name = 'TOP_OF_PAGE'.
      if sy-subrc = 0.
        wa_event-form = 'TOP_OF_PAGE'.
        modify i_event from wa_event transporting form where name = 'TOP_OF_PAGE' .
      endif.
    endform.                    " EVENT
    form user_command using ucomm type sy-ucomm
                            selfield type slis_selfield.
      data: gstring type c.
      constants: l_c_repid type sy-repid value 'ZCOE_ALV_SIMPLE'.
      data: l_i_seltab type table of rsparams.
      case ucomm.
        when '&IC1'.
          if selfield-fieldname = 'VBELN'.
            set parameter id 'AUN' field selfield-value.
            call transaction 'VA02' and skip first screen.
          endif.
    *  *  CASE ok_code.
        when 'SAVE'.
    *  *A pop up is called to confirm the saving of changed data
          call function 'POPUP_TO_CONFIRM'
            exporting
              titlebar       = 'SAVING DATA'
              text_question  = 'Continue?'
              icon_button_1  = 'icon_booking_ok'
            importing
              answer         = gstring
            exceptions
              text_not_found = 1
              others         = 2.
          if sy-subrc ne 0.
    *       MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          endif.
    *      *When the User clicks 'YES'
          if ( gstring = '1' ).
            message 'Saved' type 'S'.
    *Now the changed data is stored in the it_pbo internal table
            i_pbo = i_vbap.
          else.
    *When user clicks NO or Cancel
            message 'Not Saved'  type 'S'.
          endif.
    **When the user clicks the 'EXIT; he is out
        when 'EXIT'.
          leave program.
    * Clicking on refresh button at toolbar
        when 'REF'.
    * Calling fm to get refresh data
          call function 'RS_REFRESH_FROM_SELECTOPTIONS'
            exporting
              curr_report     = l_c_repid
            tables
              selection_table = l_i_seltab
            exceptions
              not_found       = 1
              no_report       = 2
              others          = 3.
          if sy-subrc <> 0.
            message id sy-msgid type sy-msgty number sy-msgno
                    with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
          else.
    *  * Calling the screen after refreshing
            submit zcoe_alv_simple with selection-table l_i_seltab.
          endif.
      endcase.
    endform.                    " USER_COMMAND
    form top_of_page .
      call function 'REUSE_ALV_COMMENTARY_WRITE'
        exporting
          it_list_commentary = i_header.
    endform.                    " TOP_OF_PAGE
    form list_header .
    * Local data declaration
      data: l_date      type char10,    "Date
            l_time(8)   type c.         "Time
      wa_header-typ = 'H'.
      wa_header-info = 'Sales Order Information Report'.
      append wa_header to i_header.
    * Run date Display
      clear l_date.
      wa_header-typ  = 'S'.
      write: sy-datum  to l_date dd/mm/yyyy.
      wa_header-key = 'Run Date :'(002).
      wa_header-info = l_date.
      append wa_header to i_header.
      clear: wa_header.
      wa_header-typ  = 'S'.
    *  WRITE: sy-uzeit  TO l_time .
      l_time+0(2) = sy-uzeit+0(2).
      l_time+2(1) = ':'.
      l_time+3(2) = sy-uzeit+2(2).
      l_time+5(1) = ':'.
      l_time+6(2) = sy-uzeit+4(2).
      wa_header-key = 'Run Time :'(009).
      wa_header-info = l_time.
      append wa_header to i_header.
      clear: wa_header.
    endform.                    " LIST_HEADER
    form pf_status using rt_extab type slis_t_extab.
      set pf-status 'SSS'.
      set titlebar 'MAIN100'.
    endform.                    "pf_status
    form sub_total .
      wa_sort-fieldname = 'VBELN'.
      wa_sort-tabname   = 'I_VBAP'.
      wa_sort-spos      = 1.
      wa_sort-up        = 'X'.
      wa_sort-subtot    = 'X'.
    *  wa_sort-group = 'X'.
    *  WA_SORT-EXPA       = 'X'.
      append wa_sort to i_sort.
    endform.                    " SUB_TOTAL

  • Borders not displaying

    Hello,
    I created an RTF layout using the Word BI Publisher Add-In and used borders around my cells, rows, columns, and table. When I preview the layout in HTML mode from word the template looks great.
    However, when I upload the template to OBIEE and view the layout that uses the template, none of the borders display. If I look at the same layout in PDF mode in OBIEE the borders display correctly.
    Has anyone run into this? How do you get the borders to show?
    Thanks,
    Drew

    try this once can you print that pdf which you cannot see the border you will see the borders or zoom to 200 percent some times its happen with pdf like borders will be there but we cannot see .
    else remove that table and create a new table .
    assign me some points if helpful.

  • Apple TV not displaying "Top Movies" Thumbnails in Main Menu

    Ok, so I have the latest updates and have done the following:
    1. Have restarted my Apple TV multiple times-no change.
    2. Have reset my Apple TV multiple times-no change.
    3. Have restored once by connecting it to my macbook and restoring via iTunes-no change.
    Note: if I restart, the thumbnails reappear, but once the Apple TV powers off, the thumbnails "disappear" from the main menu about 80% of the time. The TV Show tumbnails display correctly in the main menu without any issues, along with tumbnails "in" Netflix and all other apps.
    Any ideas?

    Hello mijre64,
    For issues with playing your purchased content, take a look at the article below. It will have start with doing a reset on your Apple TV and then verifying your Wi-Fi connection. Let me know if this works or if you need further assistance. 
    Apple TV (2nd and 3rd generation): Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/en-us/TS4546
    Regards,
    -Norm G.  

  • CSS containing PHP not displaying when editing locally

    Hello,
    I'm having trouble getting DW to 'see' my CSS styles. This is
    because my 'CSS' file is actually a PHP program that outputs CSS.
    So, in my css.php program, I have at the top:
    <?php
    header("Content-type: text/css");
    ...and then the CSS definitions underneath.
    I reference it with:
    <link href="../css/css.php" rel="stylesheet"
    type="text/css" />
    It works fine on the server, but of course I can't see the
    styles when editing the HTML in DW, because it's seeing the raw php
    file instead of the
    output of that PHP file.
    I've considered installing PHP locally to see if that solves
    the problem, but does anybody here have any other ideas, or has
    anybody already solved this problem?
    Many thanks.
    Kind regards,
    Nick

    I don't know - it might.
    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
    ==================
    "crash" <[email protected]> wrote in message
    news:eda2ni$nvf$[email protected]..
    > live view would work, shouldn't it?
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:eda29i$ndf$[email protected]..
    >> They would only show up if you served the page, I
    believe.
    >>
    >> --
    >> 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
    >> ==================
    >>
    >>
    >> "nheaps" <[email protected]> wrote
    in message
    >> news:ed9u9v$ivm$[email protected]..
    >>> Hi Shane,
    >>>
    >>> Would the testing environment enable me to see
    the CSS styles in the
    >>> editing window, or would they only show up on
    the locally-installed web
    >>> server?
    >>>
    >>> Kind regards,
    >>>
    >>> Nick
    >>
    >>
    >
    >

  • CSS not displaying in preview

    For some reason, with one particular site I am working on,
    when I preview my page, the CSS styles do not display - they show
    as a default font. However, I know the file is linked and in the
    correct location in the root folder. All the CSS shows up fine in
    design mode and when i upload the page to my server, just not when
    i preview in any browser.
    it's just kind of annoying and slowing me down - any idea why
    this might be happening?

    Is the stylesheet linked with a root relative link? Are you
    using temp
    files to preview the page?
    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
    ==================
    "BullocksTroy" <[email protected]> wrote in
    message
    news:e6na5l$egj$[email protected]..
    > For some reason, with one particular site I am working
    on, when I preview
    > my
    > page, the CSS styles do not display - they show as a
    default font.
    > However, I
    > know the file is linked and in the correct location in
    the root folder.
    > All the
    > CSS shows up fine in design mode and when i upload the
    page to my server,
    > just
    > not when i preview in any browser.
    > it's just kind of annoying and slowing me down - any
    idea why this might
    > be
    > happening?
    >

  • Aligned Form Fields Do Not Display Correctly Where Visible Borders Overlap?

    I'm on creating some forms & checklists for the company I work for to simplify our project workflow.  When adding text fields to the form I'd like to add borders to segregate the various fields & make the form more presentable.
    The problem I'm having, is that I'm unable to place fields immediately adjacent one another without leaving a gap.  If I do & use the snap to grid option, aligning the top of one field with bottom of another, it does not display correctly when printed.  The border lines appear to have differing thicknesses where they touch & this makes the form look terrible.  Currently I'm having to create the borders in an excel spreadsheet, convert to pdf & add borderless fields within the pre printed borders.  While this gives me the look i want, if I later want to add to or amend the form I have to start from scratch first modifying the initial excel layout which is too time consuming.  I'm using Acrobat X Pro.  Any assistance appreciated.
    Regards
    John

    There are at least two techniques to allow you to change the underlying layout and remake the static part of the PDF, without having to redo the form fields (except new ones, and moving as needed).
    That is replace pages and copy-paste of form fields.

  • CSS : Website not displaying correctly in IE 7 , ok in Firefox and IE8

    Hello all,
    I am a newbie designing my new site with CS4. This is my first post to forum, although I have read many helpful hints while proceeding.
    I will be grateful for resolving a quirky issue.
    My website http://www.chezshuchi.com is not displaying correctly in IE7. IT is displaying correctly in most other browsers. The HTML validation is fine. I think there is some issue with CSS, but I am not able to find it despite spending much time. Will appreciate input.
    Two images are attached. The first is the screenshot in IE 7 . The second in Firefox (IE 8 is same).

    Change the embedded CSS at the head of the page in Code View as follows:
    from
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
    .twoColLiqLtHdr #mainContent { zoom: 1; padding-top: 15px; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    to
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
    .twoColLiqLtHdr #mainContent { zoom: normal; padding-top: 15px; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->

  • CSS not displaying properly

    My CSS file includes the following formatting for a "Note":
    p.Note {
    border-left-style: Solid;
    border-right-style: Solid;
    border-top-style: Solid;
    border-bottom-style: Solid;
    background-color: #fafade;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 9pt;
    line-height: 12pt;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-color: #a3a5a7;
    border-right-color: #a3a5a7;
    border-top-color: #a3a5a7;
    border-bottom-color: #a3a5a7;
    margin-top: 12px;
    x-next-class: ;
    x-next-type: P;
    margin-bottom: 12px;
    In IE 11, not using Document Mode=Edge, the CSS is applied as expected:
    In IE 11, using Document Mode=Edge, the CSS is not applied as expected:
    I suspect the issue is with the CSS itself.  The CSS displays correctly in the Design view of the topic in RH10, but does not display correctly if I view the topic using the CTRL+W command from within RoboHelp, and does not display correctly in the compiled project when viewed in Chrome or FireFox.  Any ideas?  Thanks!

    If I have to guess, I would say it has to do with the name of the style.
    Your HTML probably uses lower case while your selector in the CSS starts
    with a capital letter.
    Try the following selector:
    p.note,
    p.Note {
    That should solve it.
    Kind regards,
    Willam

  • Help!!! How to make quicktime plugin do not display on top of the web page?

    Any one knows how to make quicktime plugin do not display on top of the web page??? I've tried to change the zIndex property using javascript, but it doesn't work.
    Because we have some widgets which are required to be moved to anywhere on the page, we use iframe to implement that, so it can display on top of quicktime plugin, but the plugin flickers sometimes when we do some operation on the widget which is on top of it.
    Anyone can helps me? Thanks in advance!!!
      Windows XP Pro  

    > Can you tell me how to set the script so that the
    lightbox image is
    > displayed
    > on mouseover instead of mouse click.
    Check the docs. Trent is usually very thorough in his
    instructions.
    Hint: I haven't studied it but it probably involves modifying
    one of DW's
    built-in Behaviors.
    Walt
    "ducati1" <[email protected]> wrote in
    message
    news:gkb906$qrd$[email protected]..
    > Wow that DW extension is just what I needed.
    > Thanks..
    > Can you tell me how to set the script so that the
    lightbox image is
    > displayed
    > on mouseover instead of mouse click.
    > I currently have the thumbnails set to insert the ALT
    text into a text box
    > on
    > mouse click.
    >

  • Preview: In a group of PDF files in the same window, going to the next or a previous PDF file displays the bottom of PDF by default, not the top. How do you change this?

    Preview: In a group of PDF files in the same window, going to the next or a previous PDF file displays the bottom of PDF page by default, not the top of the PDF page. How do you change this? In Mac OS 10.9 and previous, going to the next or previous PDF file displays the top of the PDF by default. Is there a way to change this back? When I go to the next or previous PDF file, I want to first view the top of the page, not the bottom. This really doesn't make any sense. Any help? Thanks!
    MacBook Air (13-inch, Mid 2012)
    2 GHz Intel Core i7
    8 GB 1600 MHz DDR3
    500 GB Flash Storage
    Preview Version 8.0 (859)
    Mac OS 10.10.1

    That to me seems like a bug in Yosemite.
    Apple Feedback http://www.apple.com/feedback/
    Bug Reporter https://bugreport.apple.com/

  • Stupid question: my top 'dock' is not displayed on the screen. How do I get it back and what is it called?

    Stupid question: my top 'dock' is not displayed on the screen. How do I get it back and what is it called? It's just annoying that I have to reach high for it!

    Menu bar. Are you in Full Screen Mode?
    OS X Mavericks: Take apps full screen
    In all apps?

  • Changes in custom.css are not displayed on iPad

    Dear all,
    I'm using a custom.css file in my Analysis Application.
    Changes in this CSS-file are immediately shown in my design in Design Studio and when executed on the BI Platform.
    However, these changes are not displayed when I run the application in SAP BusinessObjects Mobile on iPad.
    Thanks for sharing your ideas,
    Hans

    Hi Hans,
    If you make changes to your custom css file and reupload the file to your BIP and then open the report, does it help if your clear your browser's cache and reload the report again, do you see the css changes then?
    So instead of restarting the APS just clear the Browser Cache. The changes will be seen only in the browser and for the user who has cleared his browser cache.
    If you want to disable css caching there are different options available in general but with Design Studio only some of them can be implemented: you could configure your web server (for example Apache) to force refresh of cached data for example by setting some header parameters/values or with some other method.
    (just take into notice the performance implications of such a setting: the best option would be to force the reloading of the css file only when it changes and only for files that are changed, not for all css files all the time)
    There is a lot of information about overcoming caching techniques alone when you do a search on the stackoverflow site, for example this one has some good techniques:
    What is an elegant way to force browsers to reload cached CSS/JS files?
    Regards,
    David

Maybe you are looking for

  • How to protect an encryption key in a usb key?

    Hello, I have to use a 16 bytes key to encrypt the communication between my PC and an external device. I would like to put this key in a USB stick to avoid hardcoding this key in my application. I'm wondering how to do that. Is there any technology p

  • Iphone 4 Display opens app by himself after 6.1.2. Update

    After the Update to 6.1.2. on my Iphone 4 the display opens App by himself without touching it - made several reinstallation incl. DFU Mode and manual update without any success. The Iphone mostly starts to open favorites and notices and video app -

  • Illegal start of expression, request.getParameter

    Hello, I added the following to my jsp page <% String username = request.getParameter("username"); %>and an error pops up saying "illegal start of expression", am I missing something? Thanks EDIT: Problem solved, other code was causing the problem ;)

  • Java applet (internet access)

    I am trying to access internet through wifi on Blackberry Curve 9300 phone. I am behind my college LAN. I get this message: Cisco Clean Access Java Applet web client could not be launched. The reasons for this might include: Java plug-in not installe

  • PWA Timesheet - How to limit hours per day on timesheet submission?

    I've set "Maximum Hours per day" limiation to 24 hours on "Timesheet settings and defaults" and it works when a user click "Save" on "Timesheet" view.  But when the user click "Send" without saving first, it bypasses this limitation and save the time