Menu path above header not displaying

On most topics there is a menu path, in what appears to be the area above the header, that can be used as a navigation aid. I say above the header because the header for this Master Page is blank. It is missing in some topics and I would like to find out why. Does anyone know how this menu path gets there/where it comes from?

Hi Jeff
The only thing that makes sense for that to happen would be if one were viewing a different set of output files.
So you make edits and generate to folder A, but when you look at output you are really looking at folder B. Hence, no change observed.
Can't tell you the number of times we have seen this exact scenario unfold in the forums. I've even had it bite me personally. Just this week!
I was facilitating a Captivate class. I imported a PPT file and grew confused about the folder I actually imported it from. (being an instructor, I have a raft of folders that store sample data that is used again and again) Turned out things weren't working because I was looking at the wrong location. So it happens to all of us at times.
The only way I can fathom to elminate the possibility is to generate WebHelp, then choose "View" from the dialog. Assuming the global option is enabled and If things are still missing after that, something is definitely afoot that warrant some sleuthing to figure out why.
Cheers... Rick
Helpful and Handy Links
RoboHelp Wish Form/Bug Reporting Form
Begin learning RoboHelp HTML 7, 8 or 9 within the day!
Adobe Certified RoboHelp HTML Training
SorcerStone Blog
RoboHelp eBooks

Similar Messages

  • Horizontal Menu Bar Drop Downs Not Displaying

    I've had this problem before and here I am grappling with it again.  I have a Spry horizontal menu bar with a few drop down menus on it.  The drop downs are not displaying above the other layers on the page.  http://bakerlake50k.com/draft/index.php
    Need help.
    Jeannette

    I get dizzy when I look at your markup. Have a look at the following
    <body class="BakerLake_body_design">
    <div class="BakerLake">
      <!-- (CSSLayouts Begin)  #BakerLake #build_version=1.1.276;pack=;category=;layout=;layoutType=page;scheme=;cssSource=file;ass ets=;halign=center;minwidth=964px;maxwidth=964px;width=964px;bc=;bl=-->
      <div class='cssLO BakerLake_wrapper_layout'>
        <div class='wrapper cssLI BakerLake_wrapper_design'>
          <div class='cssLO BakerLake_row_1_layout'>
            <div class='row_1 cssLI BakerLake_row_1_design'>
              <div class='cssLO BakerLake_row_1_xtdalignwrapper_layout'>
                <div class='row_1_xtdalignwrapper cssLI BakerLake_row_1_xtdalignwrapper_design'>
                  <div class='cssLO BakerLake_row_2_layout'>
                    <div class='row_2 cssLI BakerLake_row_2_design'>
                      <!-- row_2 Content Starts Here -->
                      <p> </p>
                      <p> </p>
                      <p> </p>
                      <p> </p>
                      <p> </p>
                      <ul id='MenuBar'>
    and compare that to
    <body>
    <div id="header">
    </div>
    <div id="nav">
    </div>
    The document looks like
    <!DOCTYPE html>
    <html>
    <head>
    <title>Untitled Document</title>
    <link href="styles.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <div id="header">
    </div>
    <div id="nav">
        The Spry Menubar goes here
    </div>
    <div id="content">
        <div class="article">
      </div>
    </div>
    </body>
    </html>
    and the stylesheet
    /* CSS Document */
    html {
        background: #ccc;
        height: 100%;
    body {
        background: #333;
        width: 1000px;
        margin: auto;
        height: 100%;
    #header {
        background: url(http://bakerlake50k.com/images/bk-header2.gif) no-repeat 30px;
        height: 233px;
    #nav {
        height: 28px;
        background: #000;
        color: #FFCC00;
        width: 900px;
        margin: -30px auto 0 auto;
    #content {
        background: #000;
        padding: 30px;
        margin-top: 15px;
        height: 100%;
    #content .article{
        width: 750px;
        float: left;
        background: #FFF;
        height: 100%;
    If you follow the proposed structure, your SpryMenuBar worries will be a thing of the past
    Gramps

  • Spry tab menu background image is not displaying on remote server

    Hello All,
    I have a problem with spry tab panel, it is not displaying image in the background when it is active, it is working properly in local server but when i upload to remote it vanishes.
    Here is the link
    http://www.geftas.com/temaritestpage/about.html
    Also I am uploading Css and html code below
    Any help would be exteremely appreciated.
    Thanks
    <!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=utf8"/>
    <meta http-equiv="content-type" content="cache" />
    <meta http-equiv="robots" content="INDEX,FOLLOW"  />
    <meta http-equiv="keywords" content="Enter Keywords"/>
    <meta http-equiv="description" content="Description Here" />
    <title>TEMARI&CO. | Business Strategists</title>
    <link href="css/about.css" rel="stylesheet" type="text/css" media="screen" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper">
              <div id="header"></div>
      <div id="navigation">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">HOME</a></li>
          <li><a href="about.html" class="current">ABOUT</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">CONSULTING</a>
            <ul>
              <li><a href="#">Business Plan</a></li>
              <li><a href="#">Marketing Plan</a></li>
              <li><a href="#">Incorporation</a></li>
              <li><a href="#">Accounting System</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">INDUSTRIES</a>
            <ul>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
              <li><a href="#">Untitled Item</a></li>
            </ul>
          </li>
          <li><a href="#">OUR PROCESS</a></li>
          <li><a href="#">CAREERS</a>      </li>
          <li><a href="#">CONTACT</a></li>
        </ul>
      </div>
    <div class="shadow" id="content">
      <div id="TabbedPanels1" class="TabbedPanels">
        <ul class="TabbedPanelsTabGroup">
          <li class="TabbedPanelsTab" tabindex="0">values</li>
          <li class="TabbedPanelsTab" tabindex="0">people</li>
        </ul>
        <div class="TabbedPanelsContentGroup">
          <div class="TabbedPanelsContent">
                    <div id="scrolltext">
                        <h1>Heading1</h1>                 
            <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. N</p>
            </div>
          </div>
          <div class="TabbedPanelsContent">
                      <div id="scrolltext">
                        <h1>Heading1</h1>                 
            <p>Lorem n, </p>
                                <h1>Heading1</h1>                 
            <p>Lorem ipsum dolor sit amet, , </p>
                               <h1>Heading1</h1>                 
            <p>Lorem ipsum dolor sit a, </p>
                               <h1>Heading1</h1>                 
            <p>Lorem ipsum dolor sit amet,  </p>   
            </div>
          </div>
        </div>
      </div>
    </div>
      <div id="footer">
    <div id="legal">
                          <ul>
                              <li>Copyright © 2012 Temari&Co</li>
                        <li>| Privacy Policy |</li>
                        <li>Terms of Use</li>
                    </ul>
        </div>
                <div id="socialmedia">
                          <ul>
                              <li><img src="images/fbicongri.png" width="20" height="20" alt="fbicon" /></li>
                        <li><img src="images/gicongri.png" width="20"          height="20" alt="gicon"/></li>
                        <li><img src="images/linkedinicongri.png" width="20" height="20" alt="linkedin"/></li>
                        <li><img src="images/twittericongri.png" width="20" height="20" alt="twitter"/></li>
                  </ul>
          </div>   
      </div><!-- end footer-->   
    </div><!-- end wrapper-->
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1");
    </script>
    </body>
    </html>
    @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.
    .TabbedPanels {
              overflow: hidden;
              margin: 0px;
              padding: 0px;
              clear: none;
              width: 100%;
              height:100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
    .TabbedPanelsTabGroup {
              margin: 0px;
              padding: 0px;
    .TabbedPanelsTab {
              position: relative;
              float: left;
              background-color: #FFF;
              list-style: none;
              -moz-user-select: none;
              -khtml-user-select: none;
              cursor: pointer;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 9pt;
              font-weight: normal;
              color: #666;
              height: 30px;
              width: 116px;
              text-transform: uppercase;
              text-align: center;
              line-height: 30px;
              margin: 0px;
              padding: 0px;
    .TabbedPanelsTabHover {
              background-image: url(../../SUPEROLDU/images/menubaractive.png);
              background-repeat: repeat-x;
              color: #FFF;
    .TabbedPanelsTabSelected {
              background-image: url(../../SUPEROLDU/images/menubaractive.png);
              background-repeat: repeat-x;
              color: #FFF;
              height: 30px;
              width: 116px;
    .TabbedPanelsTab a {
              color: black;
              text-decoration: none;
    .TabbedPanelsContentGroup {
              clear: both;
              background-color: #FFF;
              height: 100%;
              width: 824px;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 9pt;
              color: #666;
              border-top-width: 1px;
              border-right-width: 1px;
              border-bottom-width: 1px;
              border-left-width: 1px;
              border-top-style: dotted;
              border-top-color: #CCC;
              border-right-color: #CCC;
              border-bottom-color: #CCC;
              border-left-color: #CCC;
    .TabbedPanelsContent {
              height: 100%;
              width: 100%;
              overflow:hidden;
    .TabbedPanelsContentVisible {
    .VTabbedPanels {
              overflow: hidden;
              zoom: 1;
    .VTabbedPanels .TabbedPanelsTabGroup {
              float: left;
              background-color: #EEE;
              position: relative;
    .VTabbedPanels .TabbedPanelsTab {
              float: none;
              margin: 0px;
              border-top: none;
              border-left: none;
              border-right: none;
    .VTabbedPanels .TabbedPanelsTabSelected {
              background-color: #EEE;
    .VTabbedPanels .TabbedPanelsContentGroup {
              clear: none;
    /* Styles for Printing */
    @media print {
    .TabbedPanels {
              overflow: visible !important;
    .TabbedPanelsContentGroup {
              display: block !important;
              overflow: visible !important;
              height: auto !important;
              margin-top: 0px;
              margin-right: auto;
              margin-bottom: 0px;
              margin-left: auto;
    .TabbedPanelsContent {
              clear:both !important;
              margin-top: 0px;
              margin-right: auto;
              margin-bottom: 0px;
              margin-left: auto;
              width: 744px;
    .TabbedPanelsTab {
               overflow: visible !important;
               display: block !important;
               clear:both !important;

    Assuming these are the images you're trying to display:
    .TabbedPanelsTabHover {
              background-image: url(../../SUPEROLDU/images/menubaractive.png);
              background-repeat: repeat-x;
              color: #FFF;
    .TabbedPanelsTabSelected {
              background-image: url(../../SUPEROLDU/images/menubaractive.png);
              background-repeat: repeat-x;
              color: #FFF;
              height: 30px;
              width: 116px;
    You have 2 root paths in your URL code. I think this is how your file structure looks like on your local computer. However, on a remote server, ../ by itself means you're pointing to the root folder of your website. Your URL linkage should be corrected based on the relativity and your background will work without a problem.

  • MENU item selection does not display drop down in ITS enabled transaction

    Hello,
    We are experiencing a strange behavior between two portal env.
    1. DEV.
    For example we have transaction MM01 display in the Portal via ITS (integrated). The end user can select the Menu Tab and the System Tab and the drop downs appear as expected.
    2. Prod
    Same  scenario as above. Only this time, end user is unable to select the button. The Menu and System Tab dont appear greyed out but selecting it does not display the drop down.
    Material, Edit GoTo Defaults are some of the links under the Menu tab for MM01.
    Very confusing. And this is the behavior in Prod for all transactions. Any ideas on why this is happening would be greatly appreciated.
    The architectural difference is that DEV has no Web Dispatcher versus Prod has the Web Dispatcher.
    We are on EP 7.0
    Many thanks.
    Regards,
    Sunil

    Thanks. Now, I realise this may cause dismay to some, but I have now solved the problem, and just wanted to share my experience with those even less savvy than myself. In Dreamweaver, the Spry css styles are arranged with little or no hint as to which style controls what. I found that there is a rule in the sub-menu styles that controls the little graphic arrows which indicate that there are dropdown subs under the tabs. I had removed these arrows to make way for my background images. However, the rules that control their positioning by percentage were still there, causing my images to display incorrectly. Of course, there was no way anyone could have spotted this and helped me as the fault was in the external spry css file, not the page code. So many thanks to vw2ureg for looking anyway. Regarding the page code, which you have flagged up, would you mind elaborating on what you see wrong here? I'm none the wiser. Many thanks again.

  • Page Header Not Displaying at Top of Page

    Report Builder 3
    We have a number of reports that include navigation links in the page header. The links use the Bookmarks Action to move the user to a different page. The pages are separated using Page Breaks. Below is an example:
    > Top row is the Page Header.
    > Second section is the Resource Listing & Alerts page.
    > After the first page a rectangle is placed which has Page Break set to Start.
    > After the rectangle comes the start of the "Data Extract" page. The title is in a rectangle with a Bookmark called Page2.
    > Click the link to be forwarded to the Data Extract.
    > Page displays, but the Page Header is not visible because the screen is scrolled down slightly.
    I have not been able to fix this or find a workaround that forces the Page Header to always display at the top. It has been suggested that putting the page break before the bookmark would force this to work, but that is not working.
    Any ideas?     Thank you! Naamkeek

    Hi  Naamkeek,
    Based on my understanding, you add a bookmark link for “Data Extract” in page header, however, when clicking this fields, other page displays without visible page header.
    In Reporting Service, when setting page header in a report, the page header will display in each report page. In your scenario, since you set BreakLocation as Start in PageBreak property, the rectangle could make the page header upper and screen scroll down
    lightly. So please change this property to End. As we tested in our environment, we set BreakLocation as End in PageBreak property for the blank rectangle. Then adding a bookmark link in page header, when we click “Data Extract”, the page header will appear
    on a new page. Please refer to screenshots below:
    Reference:
    Page Headers and Footers (Report Builder and SSRS)
    Best regards,
    Qiuyun Yu

  • BI Publisher - Header not displayed

    Hi All,
    I have created a rtf template using MSWord and have used the Word Header to insert header information. I loaded xml data to the template and when I preview it in pdf format, the Header information is not displayed on the pdf form. I tried to preview in Excel, HTML formats also but none of them displayed the header.
    It used to work earlier for me. I re-installed BI Publisher plug-in thinking that I might have disturbed any settings on the BI Publisher Add-in...but it still does not work.
    Any suggestions would be sincerely appreciated.
    Thanks,
    Pramod

    Thanks for the checklist.
    -Does it show text or a picture if you put that in the header? - No text or picture displayed on pdf
    - What is your page layout? Potrait, with suitable margins for Top and bottom of page
    - If you are just in Word and print the page to pdf, do you see your header? - No. I receive an error "There was an error found when printing the document 'Microsoft Word - Doc1.rtf to My Documents \*.pdf"
    Does this mean the Adobe Acrobat is having any issues?

  • Group Header not displaying on conditional suppression

    I have a report that is used to audit controlled medications.  It is grouped by patient and then by medication order ID.  I only want to display the data when the patient has had their medication ordered more than once.  I have a test patient who is not displaying on my report and I have figured out why, but no clue as how to fix it.  Does anyone have any ideas?  The reason why the test patient in question is not displaying is because they have three medication orders of different medications.  Only one of these was ordered more than once.  I believe my suppression formula is only catching the first medication order and since the line is never greater than one on that, his header won't display....  How can I evaluate all of his different medication orders?
    IF distinctcount({ORDER_MED.ORDER_MED_ID}, {PATIENT.PAT_MRN_ID}) >1 then
       if  count({ORDER_AUDIT_TRL.line}, {ORDER_MED.ORDER_MED_ID})>1 then
          false
      else
           true
    else if
    count({ORDER_AUDIT_TRL.line}, {ORDER_MED.ORDER_MED_ID})<=1 then
            true

    I think I just figured this out....
    I added this to the group selection criteria...
    count({ORDER_AUDIT_TRL.line}, {ORDER_MED.ORDER_MED_ID})>1

  • Additinal tab B in sales Order header not displayed after EHP5 upgrade

    Hello Everyone,
                              I am facing an issue that the 'Additional data B' in the sales order header is not getting displayed after we ugraded to EHP5.
          We found the issue , that the screen '8309' provided by SAP for the additional data in SO header is not getting called.The call is made from screen '4312' but the call subscreen screen statement fails.
    This might be because these screens were modified (both '4312' and '8309' )using the Access key to accomodate more fields in the screen then originally provided. And SAP does not support for this modification as given in the SAPnote  170183.
    Now the question is how can I restore the existing functionality?
    PROCESS BEFORE OUTPUT.
    Verarbeitung vor der Ausgabe
    Kopfdaten vorbereiten
      MODULE VBAK_BEARBEITEN_VOR.
    PBO-Aufruf des Kunden-Subscreens "Kopf-Zusatzdaten B"
      CALL SUBSCREEN 8309 INCLUDING 'SAPMV45A' '8309'.
    PROCESS AFTER INPUT.
    Verarbeitung nach der Eingabe
    PAI-Aufruf des Kunden-Subscreens "Kopf-Zusatzdaten B"
      CALL SUBSCREEN 8309.                                                             <----This statement fails
    Alle Felder in der Bearbeiten-Kette
      MODULE VBAK_BEARBEITEN.
    Please advice.
    Regards
    Abhishek

    Hi
    Do you see SAP Note 302497 - Additional cust. fields not displayed in 'Additional data B'?
    Regards
    Eduardo

  • After forward, relative paths images are not displayed

              Hi,
              I have two web archives (war1.war, war2.war) and a jar with
              common code (jar.jar). war1.war contains jsp1.jsp and
              servlet1.class, jar.jar contains common.class, and war2.war
              contains jsp2.jsp.
              The user brings up jsp1.jsp in a browser and clicks a button
              which invokes servlet1.class (via post). In turn, servlet1.class
              invokes method forwardTo(...) of the common.class which brings
              up jsp2.jsp in user's browser. In the forwardTo(...) method I am
              using the servletContext for war1.war to get a dispatcher on
              which I then apply forward.
              The problem that I am seeing is that the images (.gif) in
              jsp2.jsp are not displayed at all. They are defined in the jsp
              file using a relative path as img="images/img.gif". It is as if
              the web server gets confused and does not know that the images
              should be based in the war2 application and is looking for them
              in the war1 application.
              I do not want to store the absolute path in the definition of
              the image (i.e., img="war2/images/img.gif").
              I am using WLS6.0sp1. What could be wrong?
              Thanks,
              Vladimir
              

    maybe try this
              instead of
              img="images/img.gif"
              try
              img="<%=request.getContextPath()%>/images/img.gif"
              "Vladimir" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Hi,
              >
              > I have two web archives (war1.war, war2.war) and a jar with
              > common code (jar.jar). war1.war contains jsp1.jsp and
              > servlet1.class, jar.jar contains common.class, and war2.war
              > contains jsp2.jsp.
              >
              > The user brings up jsp1.jsp in a browser and clicks a button
              > which invokes servlet1.class (via post). In turn, servlet1.class
              > invokes method forwardTo(...) of the common.class which brings
              > up jsp2.jsp in user's browser. In the forwardTo(...) method I am
              > using the servletContext for war1.war to get a dispatcher on
              > which I then apply forward.
              >
              > The problem that I am seeing is that the images (.gif) in
              > jsp2.jsp are not displayed at all. They are defined in the jsp
              > file using a relative path as img="images/img.gif". It is as if
              > the web server gets confused and does not know that the images
              > should be based in the war2 application and is looking for them
              > in the war1 application.
              >
              > I do not want to store the absolute path in the definition of
              > the image (i.e., img="war2/images/img.gif").
              >
              > I am using WLS6.0sp1. What could be wrong?
              >
              > Thanks,
              > Vladimir
              >
              

  • Stored procedure to export result to excel header not displayed

    Hi,
    I am using below stored procedure to export data to excel with header. but it is not displaying the header . i believe this is because the max length of query can be 8000. but  I have more than 250 columns so probably the length of query is breaking
    the code.
    can someone please help here.
    Thanks in advance.
    ALTER procedure [dbo].[proc_generate_excel_with_columns]
    @table_name varchar(100),
    @file_name varchar(100)
    as
    --Generate column names as a recordset
    declare @columns varchar(8000), @sql varchar(8000), @data_file varchar(100)
    select
    @columns=coalesce(@columns+',','')+column_name+' as '+column_name
    from
    information_schema.columns
    where
    table_name=@table_name
    select @columns=''''+replace(replace(@columns,' as ',''' as '),',',',''')
    --Create a dummy file to have actual data
    select @data_file=substring(@file_name,1,len(@file_name)-charindex('\',reverse(@file_name)))+'\data_file.csv'
    --Generate column names in the passed EXCEL file
    set @sql='bcp "select * from (select ' + @columns + ') as header" queryout E:\test.csv -c -t, -T -S ' + @@servername
    exec master..xp_cmdshell @sql
    --Generate data in the dummy file
    set @sql='bcp "select * from CustomerTable where ReservationDate>''1/1/2013''" queryout E:\data_file.csv -c -t, -T -S' + @@servername
    exec master..xp_cmdshell @sql
    --Copy dummy file to passed EXCEL file
    set @sql= 'exec master..xp_cmdshell ''type '+@data_file+' >> "'+@file_name+'"'''
    exec(@sql)
    ----Delete dummy file
    set @sql= 'exec master..xp_cmdshell ''del '+@data_file+''''
    exec(@sql)
    --EXEC proc_generate_excel_with_columns 'CustomerTable','E:\test.csv'

    Can you try to print the @columns?
    In the same procedure can you change size of @columns to varchar(max) and try executing the procedure?
    ALTER procedure [dbo].[proc_generate_excel_with_columns]
    @table_name varchar(100),
    @file_name varchar(100)
    as
    --Generate column names as a recordset
    declare @columns varchar(max), @sql varchar(max), @data_file varchar(100)
    select
    @columns=coalesce(@columns+',','')+column_name+' as '+column_name
    from
    information_schema.columns
    where
    table_name=@table_name
    select @columns=''''+replace(replace(@columns,' as ',''' as '),',',',''')
    print @Columns
    --Create a dummy file to have actual data
    select @data_file=substring(@file_name,1,len(@file_name)-charindex('\',reverse(@file_name)))+'\data_file.csv'
    --Generate column names in the passed EXCEL file
    set @sql='bcp "select * from (select ' + @columns + ') as header" queryout E:\test.csv -c -t, -T -S ' + @@servername
    exec master..xp_cmdshell @sql
    --Generate data in the dummy file
    set @sql='bcp "select * from CustomerTable where ReservationDate>''1/1/2013''" queryout E:\data_file.csv -c -t, -T -S' + @@servername
    exec master..xp_cmdshell @sql
    --Copy dummy file to passed EXCEL file
    set @sql= 'exec master..xp_cmdshell ''type '+@data_file+' >> "'+@file_name+'"'''
    exec(@sql)
    ----Delete dummy file
    set @sql= 'exec master..xp_cmdshell ''del '+@data_file+''''
    exec(@sql)
    --EXEC proc_generate_excel_with_columns 'CustomerTable','E:\test.csv'
    --Prashanth

  • "Reply-To" header not displayed

    Thunderbird 31.2.0 OS X
    Enabled:
    Classic View
    Folder Pane
    Message Pane
    The message pane does not show Reply-To headers. This makes it much easier to accidentally send embarrassing email to everyone on a "reply-to-list" mailing list (which shouldn't exist anyway, but they do).

    Select email to read in Message Pane.
    click on 'Other Actions'
    select 'View source'
    Does the email actually have a 'Reply-to' header?
    If the sender did not insert one then Thunderbird will not display one.
    OR are you saying that the actual email headers when viewing the source contain a Reply-to header, but Thunderbird is not displaying it?

  • Windows server 2012 RDP Session - Default Start Menu Layout Downloaded Apps Not Displayed

    Hi,
    Hopefully someone can help me to resolve a problem that's holding me back a little regarding the start menu for all users that connect to remote desktop sessions on Windows Server 2012.
    I would like all users to have the same default application set upon login. Using a temporary user called 'Start Menu' I created the exact layout that I require all users to have. I installed the tile apps from the store with the 'Start Menu' user.
    I then used the PowerShell command:
    PS C:\> Export-StartLayout -Path "C:\Layouts\Marketing.xml"-As XML
    This then gave me the following XML file:
    <launcher version="2"><view name="Start"><group><tile AppID="AccuWeather.AccuWeatherforWindows8_8zz2pj9h1h1d8!App" size="wide310x150" FencePost="0"/><tile AppID="Microsoft.BingNews_8wekyb3d8bbwe!AppexNews"
    size="wide310x150" FencePost="0"/><tile AppID="Microsoft.Windows.Desktop" size="wide310x150" FencePost="0"/><tile AppID="{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\logoff.exe" size="square150x150"
    FencePost="0"/></group><group name="Office Apps &amp; Storage"><tile AppID="{6D809377-6AF0-444B-8957-A3773F02200E}\Microsoft Office\Office15\WINWORD.EXE" size="square150x150" FencePost="0"/><tile
    AppID="Microsoft.SkyDrive.Desktop" size="square150x150" FencePost="0"/><tile AppID="{6D809377-6AF0-444B-8957-A3773F02200E}\Microsoft Office\Office15\EXCEL.EXE" size="square150x150" FencePost="0"/><tile
    AppID="C27EB4BA.Dropbox_xbfy0k16fey96!App" size="square150x150" FencePost="0"/><tile AppID="{6D809377-6AF0-444B-8957-A3773F02200E}\Microsoft Office\Office15\POWERPNT.EXE" size="square150x150" FencePost="0"/><tile
    AppID="F:\" size="square150x150" FencePost="0"/><tile AppID="{6D809377-6AF0-444B-8957-A3773F02200E}\Microsoft Office\Office15\MSPUB.EXE" size="square150x150" FencePost="0"/><tile AppID="{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\calc.exe"
    size="square70x70" FencePost="1"/><tile AppID="{1AC14E77-02E7-4E5D-B744-2EB1AE5198B7}\notepad.exe" size="square70x70" FencePost="0"/></group><group name="Mail &amp; Calendar"><tile
    AppID="microsoft.windowscommunicationsapps_8wekyb3d8bbwe!Microsoft.WindowsLive.Mail" size="square150x150" FencePost="0"/><tile AppID="microsoft.windowscommunicationsapps_8wekyb3d8bbwe!Microsoft.WindowsLive.Calendar"
    size="square150x150" FencePost="0"/><tile AppID="10631PaolosAdventures.559711D6C5976_ntpp077zx3tm0!App" size="square150x150" FencePost="0"/><tile AppID="BRICKMAKERS.gmailcalendar_wps5hyj3streg!App"
    size="square150x150" FencePost="0"/></group><group name="Internet &amp; Social Media"><tile AppID="Facebook.Facebook_8xx8rvfyw5nnt!App" size="square70x70" FencePost="1"/><tile
    AppID="9E2F88E3.Twitter_wgeqdkkx372wm!App" size="square70x70" FencePost="0"/><tile AppID="Microsoft.SkypeApp_kzf8qxf38zg5c!App" size="square70x70" FencePost="0"/><tile AppID="1168WindowsDexter.LinkedInHD_b3sam9s7hsbar!App"
    size="square70x70" FencePost="0"/><tile AppID="19120CensoredUser.HyperforYouTube_c0tqyanwsgfn6!App" size="square150x150" FencePost="0"/><tile AppID="Microsoft.InternetExplorer.Default"
    size="square150x150" FencePost="0"/><tile AppID="eBayInc.eBay_1618n3s9xq8tw!App" size="square150x150" FencePost="0"/></group></view></launcher>
    Using GPO I then applied this layout to all users. However when I login as any other users I only actually get the OneDrive app and none of the others.
    Can someone please point me in the right direction. The store can not be run as administrator and the 'Start Menu' user had administrator rights when the apps were added from the store.

    Hi,
    Thank you for posting in Windows Server Forum.
    You can check the GPO setting “pin Apps to Start when installed” which will pin the new program to start and other setting “Start Screen Layout” which will lets you specify the Start screen layout for users and prevents them from changing
    its configuration. You can find this setting under below mention path.
    <Computer Configuration> | <User Configuration> \Administrative Templates\Start Menu and Taskbar
    In addition please check beneath article.
    Customize the Start Screen
    http://technet.microsoft.com/en-us/library/jj134269.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Flash Header not displaying correct size...CSS Problem?

    I wanted to use Dreamweaver to build a simple one page site.  The problem I'm having is that my header 715 x 150 is displaying extremely small.  It appears that it is a percentage of the  715 x 150.  I can make it larger, but then the area made for it gets bigger as well and consumes the page.  Here is the site:  http://3due.com/index14.html .  If you can't view source, then let me know and I will post the code.
    I'm sure it's something simple, but I've tried everything that I know of to try and isolate the issue.  I'm not familiar with CSS.
    Thanks in advance,
    mk

    Hey Snake,
    You're right the expressinstall is missing.  I couldn't find it in DW.  I'm not sure how to locate it.
    The image that you downloaded is the one on the home page and not the swf located on the index14.html page.  Here is the movie:
    http://3due.com/3d_header.swf
    here is a screen shot of the actual size compared to the browser size, i'm not sure why it's showing this increased size in the browser.  This is the file that i uploaded using filezilla:

  • Resized header not displaying properly

    Hello all. I'm using the Freestyle "About Me", "Movie", and "Blog" templates. I have resized the page from 700w to 730w. I then went into each template package and resized the 'navfill-v2.jpg', which is the header image, to be 730w instead of 700w so it would fit the created pages. The pages I created from that point displayed properly on my machine locally. That is, when I resized via Inspector from 700w to 730w, the header still fit all the way across. However, when I uploaded my site, the header displays back at its original size of 700w. The rest of the page displays properly at 730w. So, this leaves an ugly gap at the top right corner. My site is at: blogstationlive
    Any ideas? I've looked at the created CSS file, but I didn't see anything helpful. Thanks for your help!
    Mac Mini G4 Mac OS X (10.4.6) 1.42GHz/1GB RAM
    Mac Mini G4   Mac OS X (10.4.6)   1.42GHz/1GB RAM

    Someone asked about this same issue with the header image not too long ago. Here's the thread for your reference...
    http://discussions.apple.com/thread.jspa?messageID=2527130
    The bottom line is that these header images are hardcoded into the xml of the template, and apparently do not respond to changes in their dimensions, even though it may look like so within iWeb. The ultimate solution seems to be to edit the xml and change the dimensions there. The workaround may be to fill in the gap that you see on the right side with a solid color similar to the rest of the header image or maybe cut and paste a block of the same image in there.
    If you find this information useful, please take the time to provide me with feedback by marking my reply as "solved" or "helpful" using those little buttons that you see in the title bar of this reply. I'd really appreciate it!

  • Safari header not displaying url or search

    My kid inadvertently hit something, and now my url box and search box are missing from the Safari header. How do I get them back?

    as a list? you mean array?
    ds1.setColumnType("one","html");
    ds1.setColumnType("two","html");
    ds1.setColumnType("three","html");
    ds1.setColumnType("four","html");
    ds1.setColumnType("five","html");
    ds1.setColumnType("six","html");
    ds1.setColumnType("seven","html");
    ds1.setColumnType("eight","html");
    to:
    ds1.setColumnType(["one", "two", "three" ".. and so on .."], "html");

Maybe you are looking for

  • Printing text in Gray color

    Hi, I have forms which are  printing all the grey color text in dark black, on xerox printers. When the output is of PS type, it works all well and good, but for PCL, it is printing all black. I have been using hppcl5c.xdc for PCL. Do I need to have

  • How do I re-connect iTunes to my library on an external HD

    I have already copied my library to an external hard drive and deleted the library from the hard drive on my laptop. I did this before I found out that there is a "command" within iTunes to do that automatically. My question is how do I re-establish

  • Converting Process order Idoc to Post a Purchase order

    Hi, we have a requirement where we will get a Process order IDOC that is LOIPRO as an inbound IDOC. We need to use the IDOC to create a purchase order. Can anybody suggest what can be done. Sender system sends LOIPRO. Recieving system recieves it and

  • Creative Cloud Indesign Download - Extracting Temp Directory

    I am trying to install the Creative Cloud version of InDesign and it says my download cannot be completed because it's unable to extract the temp directory. Can you help?

  • UCS C200 + Windows + LACP

    Hi, I am about to install an UCS C200. Since it's our first experience on UC platform (we wanted to give Cisco Servers a try, and maybe later expand to the whole UC world of fabrics, Nexus, and the like) we opted for the base system (C-Series), and t