Putting link on the template

hi ,
I am working on appraisals.
I have to put some link on the appraisal template which will take us to past appraisals/project history.
any idea how to implement the requirement.
Thanks,
Adesh

Hi Adesh,
when i am executing the program after putting the code its giving error as "Class <htmlb:tree> (CL_HTMLB_TREE) was not found as BSP parent element
I guess in the Layout or View in your BSP application somewhere you have defined TreeNode element without the Tree element.
Somethign like:
<htmlb:treeNode id          = "node12"
                              text        = "Node12"
                              onNodeClick = "node12"
                              image       = "@03@"/>
Should be like:
<htmlb:tree id      = "myTree1"
                    title   = "Tree1"
                    tooltip = "Tooltip for myTree1"
                    toggle  = "X" >
<htmlb:treeNode id          = "node12"
                              text        = "Node12"
                              onNodeClick = "node12"
                              image       = "@03@"/>
</htmlb:tree>
Regards,
Anubhav

Similar Messages

  • Putting link on the appraisal template.

    hi ,
    I am working on appraisals.
    I have to put some link on the appraisal template which will take us to past appraisals/project history.
    any idea how to implement the requirement.
    Thanks,
    Adesh

    Hi Adesh,
    when i am executing the program after putting the code its giving error as "Class <htmlb:tree> (CL_HTMLB_TREE) was not found as BSP parent element
    I guess in the Layout or View in your BSP application somewhere you have defined TreeNode element without the Tree element.
    Somethign like:
    <htmlb:treeNode id          = "node12"
                                  text        = "Node12"
                                  onNodeClick = "node12"
                                  image       = "@03@"/>
    Should be like:
    <htmlb:tree id      = "myTree1"
                        title   = "Tree1"
                        tooltip = "Tooltip for myTree1"
                        toggle  = "X" >
    <htmlb:treeNode id          = "node12"
                                  text        = "Node12"
                                  onNodeClick = "node12"
                                  image       = "@03@"/>
    </htmlb:tree>
    Regards,
    Anubhav

  • I have a problem with my Template as I keep receiving this message in DW CS6; Template is nested inside itself? All my other pages linked to the Template is also not working fine. I tried to us the answer in this forum, but its not working

    <!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"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Home | Greatman Group of Company</title>
    <!-- InstanceEndEditable -->
    <!-- Start WOWSlider.com HEAD section -->
    <link rel="stylesheet" type="text/css" href="../engine1/style.css" />
    <script type="text/javascript" src="../engine1/jquery.js"></script>
    <!-- End WOWSlider.com HEAD section -->
    <style type="text/css">
    .shadowblockmenu-v{
        font: bold 14px Palatino Linotype, Book Antiqua, Palatino, serif;
        width: 180px; /* width of menu */
    .shadowblockmenu-v ul{
    border: 2px solid #03F;
    padding: 0;
    margin: 0;
    list-style: none;
    .shadowblockmenu-v ul li{
    margin:0;
    padding:0;
    .shadowblockmenu-v ul li a{
    display:block;
    color: #03F;
    padding: 10px 15px;
    text-decoration: none;
    border-bottom: 1px solid #03F;
    border-right: 1px solid #03F; /*right border between menu items*/
    -moz-box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6); /* Add inset shadow to each menu item. First 3 values in (114,114,114, 0.5) specifies rgb values, last specifies opacity */
    -webkit-box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6);
    box-shadow: inset 7px 0 10px rgba(114,114,114, 0.6);
    text-shadow: 0 -1px 1px #03F; /* CSS text shadow to give text some depth */
    -moz-transition: all 0.2s ease-in-out; /* Enable CSS transition between property changes */
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    .shadowblockmenu-v ul li a:hover, .shadowblockmenu-v ul li a.selected{
    color: black;
    -moz-box-shadow: inset 7px 0 10px rgba(216,89,39, 0.5), inset 0 0 15px rgba(216,89,39, 0.6), inset 0 0 20px rgba(216,89,39, 0.8); /* Add 3 inset shadows to each menu item  */
    -webkit-box-shadow: inset 7px 0 10px rgba(216,89,39, 0.5), inset 0 0 15px rgba(216,89,39, 0.6), inset 0 0 20px rgba(216,89,39, 0.8);
    box-shadow: inset 7px 0 10px rgba(216,89,39, 0.5), inset 0 0 15px rgba(216,89,39, 0.6), inset 0 0 20px rgba(216,89,39, 0.8);
    #wholepage {
        height: 1300px;
        width: 1000px;
        float: none;
        margin: auto;
    .companylogo {
        height: 150px;
        width: 250px;
    .navigationmenu {
        height: 150px;
        width: 750px;
        margin: 0px;
        float: right;
    .bannerimg {
        margin: auto;
        height: 350px;
        width: 950px;
    .marqueetext {
        height: 60px;
        width: 980px;
        margin: auto;
        background-color: #03F;
        color: #FFF;
        padding-top: 1px;
        padding-bottom: 10px;
        font-size: 22px;
        font-weight: bolder;
        border-radius: 20px;
        border: medium solid #F00;
    .footer {
        height: 58px;
        width: 1000px;
        color: #FFF;
        background-color: #03F;
    #bodycontent {
        display: block;
        margin: auto;
        height: 680px;
        width: 980px;
    #body3 {
        display: block;
        float: right;
        height: 225px;
        width: 780px;
        margin-top: 10px;
    #body4 {
        display: block;
        float: right;
        height: 220px;
        width: 780px;
        margin-top: 5px;
    #body1 {
        display: block;
        height: 450px;
        width: 200px;
        float: left;
    #body2 {
        display: block;
        height: 220px;
        width: 780px;
        float: right;
    </style>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    <!-- InstanceBeginEditable name="head" -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <!-- InstanceEndEditable -->
    <!-- InstanceParam name="editablebody" type="boolean" value="true" -->
    </head>
    <body onload="MM_preloadImages('../Images/CJ4Sale.jpg','../Images/Cars4Sale.jpg','../Images/CP4 Sale.jpg')">
    <div id="wholepage">
      <div class="navigationmenu">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="../index.html">Home</a>      </li>
          <li><a href="../aboutus.html" class="MenuBarItemSubmenu">About Us</a>
            <ul>
              <li><a href="../aboutus.html">Director / CEO</a></li>
            </ul>
          </li>
          <li><a href="../webdesign.html" class="MenuBarItemSubmenu">Products</a>
            <ul>
              <li><a href="../webdesign.html">Web Design</a></li>
              <li><a href="../jerseys.html">Jerseys</a></li>
              <li><a href="#">Cars</a></li>
              <li><a href="#">Laptops / Phones &amp; Accessories</a></li>
            </ul>
          </li>
          <li><a href="#">Site Map</a>      </li>
          <li><a href="#">Contact Us</a></li>
          <img src="../Images/bannerlogo.jpg" width="745" height="115" alt="My Company Logo" />
        </ul>
      </div>
      <div class="companylogo"><a href="../index.html"><img src="../Images/Logo.jpg" width="250" height="150" alt="My Company Logo" /></a></div><hr/ color="red" />
      <div class="bannerimg">
      <!-- Start WOWSlider.com BODY section -->
    <div id="wowslider-container1">
    <div class="ws_images"><ul>
            <li><img src="../data1/images/customized_barcelona_jerseys.jpg" alt="Customized Barcelona Jerseys" title="Customized Barcelona Jerseys" id="wows1_0"/>Contact Us :- </br>
    Email: [email protected] </br>
    Mobile: +2349092974966 or +234817493851</li>
            <li><img src="../data1/images/customized_chelsea_jerseys.jpg" alt="Customized Chelsea Jerseys" title="Customized Chelsea Jerseys" id="wows1_1"/>Contact Us :- </br>
    Email: [email protected] </br>
    Mobile: +2349092974966 or +234817493851</li>
            <li><img src="../data1/images/cars__jeeps_and_space_buses.jpg" alt="Cars, Jeeps and Space Buses" title="Cars, Jeeps and Space Buses" id="wows1_2"/>Contact Us :- </br>
    Email: [email protected] </br>
    Mobile: +2349092974966 or +234817493851</li>
            <li><img src="../data1/images/cars.jpg" alt="Cars" title="Cars" id="wows1_3"/>Contact Us :- </br>
    Email: [email protected] </br>
    Mobile: +2349092974966 or +234817493851</li>
            <li><img src="../data1/images/cell_phones.jpg" alt="Cell Phones & Accessories" title="Cell Phones & Accessories" id="wows1_4"/>Contact Us :- </br>
    Email: [email protected] </br>
    Mobile: +2349092974966 or +234817493851</li>
            <li><img src="../data1/images/laptops.jpg" alt="Laptops & Accessories" title="Laptops & Accessories" id="wows1_5"/>Contact Us :- </br>
    Email: [email protected] </br>
    Mobile: +2349092974966 or +234817493851</li>
            <li><a href="http://wowslider.com/vi"><img src="../data1/images/customized_arsenal_jerseys.jpg" alt="slider html" title="Customized Arsenal Jerseys" id="wows1_6"/></a>Contact Us :- </br>
    Email: [email protected] </br>
    Mobile: +2349092974966 or +234817493851</li>
            <li><img src="../data1/images/customized_man_utd__chelsea_and_barceloa_jerseys.jpg" alt="Customized Man Utd, Chelsea and Barcelona Jerseys" title="Customized Man Utd, Chelsea and Barcelona Jerseys" id="wows1_7"/>Contact Us :- </br>
    Email: [email protected] </br>
    Mobile: +2349092974966 or +234817493851</li>
        </ul></div>
        <div class="ws_bullets"><div>
            <a href="#" title="Customized Barcelona Jerseys"><span><img src="../data1/tooltips/customized_barcelona_jerseys.jpg" alt="Customized Barcelona Jerseys"/>1</span></a>
            <a href="#" title="Customized Chelsea Jerseys"><span><img src="../data1/tooltips/customized_chelsea_jerseys.jpg" alt="Customized Chelsea Jerseys"/>2</span></a>
            <a href="#" title="Cars, Jeeps and Space Buses"><span><img src="../data1/tooltips/cars__jeeps_and_space_buses.jpg" alt="Cars, Jeeps and Space Buses"/>3</span></a>
            <a href="#" title="Cars"><span><img src="../data1/tooltips/cars.jpg" alt="Cars"/>4</span></a>
            <a href="#" title="Cell Phones & Accessories"><span><img src="../data1/tooltips/cell_phones.jpg" alt="Cell Phones & Accessories"/>5</span></a>
            <a href="#" title="Laptops & Accessories"><span><img src="../data1/tooltips/laptops.jpg" alt="Laptops & Accessories"/>6</span></a>
            <a href="#" title="Customized Arsenal Jerseys"><span><img src="../data1/tooltips/customized_arsenal_jerseys.jpg" alt="Customized Arsenal Jerseys"/>7</span></a>
            <a href="#" title="Customized Man Utd, Chelsea and Barcelona Jerseys"><span><img src="../data1/tooltips/customized_man_utd__chelsea_and_barceloa_jerseys.jpg" alt="Customized Man Utd, Chelsea and Barcelona Jerseys"/>8</span></a>
        </div></div><div class="ws_script" style="position:absolute;left:-99%"><a href="http://wowslider.com">carousel jquery</a> by WOWSlider.com v7.8</div>
    <div class="ws_shadow"></div>
    </div>   
    <script type="text/javascript" src="../engine1/wowslider.js"></script>
    <script type="text/javascript" src="../engine1/script.js"></script>
    <!-- End WOWSlider.com BODY section -->
    </div>
      <!-- InstanceBeginEditable name="EditRegion5" --><br/>
      <div class="marqueetext">
        <p>
          <marquee>
            For your Static and Dynamic Websites Design at an affordable price. Contact Us :- Email: <em style="color:#FF0"> [email protected] </em> Mobile: <em style="color:#FF0"> +2349092974966 or +234817493851 </em>
          </marquee>
        </p>
      </div>
      <!-- InstanceEndEditable -->
      <hr/ color="red" />
    <div id="bodycontent">
        <div id="body1">
          <div class="shadowblockmenu-v">
            <ul>
              <li><a href="../index.html" style="color:#03F">&deg; Home</a></li>
              <li><a href="../aboutus.html" style="color:#03F">&deg; About Us</a></li>
              <li><a href="../aboutus.html" style="color:#F00">   &deg; Director / CEO</a></li>
              <li><a href="../webdesign.html" style="color:#03F">&deg; Products</a></li>
              <li><a href="../webdesign.html" style="color:#F00">   &deg; Web Design</a></li>
              <li><a href="../jerseys.html" style="color:#F00">   &deg; Jerseys</a></li>
              <li><a href="../index.html" style="color:#F00">   &deg; Cars</a></li>
              <li><a href="../index.html" style="color:#F00">   &deg; Laptops / Phones & Accessories</a></li>
              <li><a href="../index.html" style="color:#03F">&deg; Site Map</a></li>
              <li><a href="../index.html" style="color:#03F">&deg; Contact Us</a></li>
            </ul>
          </div>
        </div>
        <div id="body2"><!-- InstanceBeginEditable name="EditRegion1" -->
          <h4 align="center" style="color:#F00">ALL CLUBS &amp; COUNTRIES SALES &amp; CUSTOMIZE JERSEYS FOR SALE!!! </h4>
          <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','../Images/CJ4Sale.jpg',1)"><img src="../Images/BJ4Sale.jpg" alt="Jerseys For Sale" width="200" height="150" id="Image4" align="left" hspace="10" /></a>
          <p style="color: #000; font-size: 18px;">We recently ventured into customising T-shirts for occassions &amp; Jerseys for all your favorite clubs. We do welcome negative criticism as to help us improve on our production quality as we are full of optimism &amp; we would appreciate ideas that would help this business improve. Just kindly feel free to fill our Feedback form and make a comment. We would work on getting improved based on your comments for us to satisfy all (you) our numerous customers.</p>
        <!-- InstanceEndEditable --></div>
        <div id="body3"><!-- InstanceBeginEditable name="EditRegion2" -->
          <h4 align="center" style="color:#F00">CARS, JEEPS &amp; SPACE BUSES FOR SALE!!! </h4>
          <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','../Images/Cars4Sale.jpg',1)"><img src="../Images/Car4Sale.jpg" alt="Cars, Jeeps and Space Buses for sale" width="200" height="150" id="Image5" hspace="10" align="left" /></a>
          <p style="color: #000; font-size: 18px;">We've been in the business of selling all types of vehicles for 6 years. We supply qualities and well conditioned vehicles to our customers which made us one of the best Car Dealers in town. We satisfy our customers to their satisfaction. We address some sellers nowadays as an Old Timer. They think they know everything, they don't want to learn new things, they are average (or below average) salespeople and they take great fun out of bringing new salespeople down to their weak level.</p>
        <!-- InstanceEndEditable --></div>
        <div id="body4"><!-- InstanceBeginEditable name="EditRegion3" -->
          <h4 align="center" style="color:#F00">LAPTOPS / PHONES &amp; ACCESSORIES FOR SALE!!! </h4>
          <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','../Images/CP4Sale.jpg',1)"><img src="../Images/Laptops4Sale.jpg" alt="Laptops/Phones and Accessories for sale" width="200" height="150" id="Image6" hspace="10" align="left" /></a>
          <p style="color: #000; font-size: 18px;">We have been in the business of selling all types of Laptops, Phones and Accessories (Branded new, UK Used and Nigeria Used)for 8 years. We supply qualities Laptops, Phones and Accessories to our customers which made us one of the best Sellers in this business. We satisfy our customers to their satisfaction by offering very good greeting to all our customers in a very respectful manners both on call,  e-mails as well as in our office.</p>
        <!-- InstanceEndEditable --></div>
      </div>
      <div><!-- InstanceBeginEditable name="EditRegion4" --><!-- InstanceEndEditable --></div>
      <hr/ color="red" />
      <div class="footer">
        <div align="center">Copyright &copy; 2015 Greatman Group of Company<br />
          Design By: Musty Greatman<br/>
        All Rights Reserved.</div>
      </div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>

    The following line tells me that this is not a template file, but a document created from a template called index.dwt
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/index.dwt" codeOutsideHTMLIsLocked="false" -->
    This means that you saved a child document as a template file at some stage.
    If you go to Modify->Templates->Detach from Template, you can remove the template structure from your document. All you then need to do is to re-save the document as a template.

  • Why do links in the template change location to 'file:///'...on the pages created from the template?

    Im not sure what I am doing wrong but I am building a portfolio site from a template that I downloaded online.
    The site is working and I am slowly converting it from the template content to the content that I want.
    As I will be editing the site and adding more pages I decided to try and add the Header, footer and main navigation bar as a template with another gallery container and navigation as an option on the template.
    I thought that it was working fine untill I noticed that the links on the pages created using the template are showing as follows,
    instead of the links that were in the template that show as,
    Is this something that will change when I upload the site with the template or have I done something wrong making the links?

    Usually this happens when you don't use a proper Site Definition, or if you have files outside your defined site folder.
    Have you defined your site properly?
    http://tv.adobe.com/watch/learn-dreamweaver-cs5/gs01-defining-a-new-site/

  • Putting link on the appraisal portal.

    Hi,
        I am ABAPer working on BSP these days, I have to put some link like past appraisal on the portal,
       when it is clicked the page in new window should open.
    how to impliment this ????
    thanks

    Hi Adesh,
    when i am executing the program after putting the code its giving error as "Class <htmlb:tree> (CL_HTMLB_TREE) was not found as BSP parent element
    I guess in the Layout or View in your BSP application somewhere you have defined TreeNode element without the Tree element.
    Somethign like:
    <htmlb:treeNode id          = "node12"
                                  text        = "Node12"
                                  onNodeClick = "node12"
                                  image       = "@03@"/>
    Should be like:
    <htmlb:tree id      = "myTree1"
                        title   = "Tree1"
                        tooltip = "Tooltip for myTree1"
                        toggle  = "X" >
    <htmlb:treeNode id          = "node12"
                                  text        = "Node12"
                                  onNodeClick = "node12"
                                  image       = "@03@"/>
    </htmlb:tree>
    Regards,
    Anubhav

  • Want to add one more link in the first screen when user gets into EBP

    Hi All,
    I want to add one more link to the template <b>WELCOME</b> in Internet Service <b>BBPGLOBAL</b>. This is the first screen that the user gets when he logs into EBP.
    The issue is the same screen is different in DEV and TEST environment.
    I verified the code in the template in both systems but they are exactly the same.
    Also, checked the Parameters in the Templates and they too match.
    While going through the code, I found out that MENU_NODE_TAB is used in a repeat loop to verify user has access to the further links.
    But the surprising thing is the code is same in both the systems, but Test evnironment is reflecting the link I want to add in DEV environment.
    Am I missing something??
    Pls let me know.
    Thanks in advance.
    <b>I will reward full points for helpful answers!!</b>
    Regards,
    Sanaa

    Hi,
    In welcome.html there is a ITS code to initialize array with information about transaction (line 87).
    This code is in the loop:
    repeat with idx from 1 to MENU_NODE_TAB-TEXT.dim;
      if( (MENU_NODE_TAB-S_IDENT[idx] == "BBPSC01" && A_GEN_URL<i> == "") ||
          (MENU_NODE_TAB-S_IDENT[idx] == "BBPSC03" && A_GEN_URL<i> == "") || 
          (MENU_NODE_TAB-S_IDENT[idx] == "BBPSC02")                       );
        A_S_IDENT<i>      = MENU_NODE_TAB-S_IDENT[idx];
        A_GEN_URL<i>      = MENU_NODE_TAB-GEN_URL[idx];
        A_OBJECT_ID<i>    = "parent.launchpad.menu.M" & MENU_NODE_TAB-OBJECT_ID[idx] & ".root.name + parent.launchpad.menu.M" & MENU_NODE_TAB-OBJECT_ID[idx] & ".path";
        A_TEXT<i>         = quotFilter(MENU_NODE_TAB-TEXT[idx]);
        A_INTRODUCTION<i> = #WELCOME_SENTENCE6;
        found = 1;
      end;
    end;
    If You want to add this 4 links on begining - extend this array (in line 87):
    <!-- initialize array with information about transaction on startpage -->
    A_S_IDENT[1] = "custom_link1"; A_GEN_URL[1] = "www.google.com"; A_OBJECT_ID[1] = ""; A_TEXT[1] = "google"; A_INTRODUCTION[1] = "google link";
    A_S_IDENT[2] = "custom_link2"; A_GEN_URL[2] = "www.rediffmail.com"; A_OBJECT_ID[2] = ""; A_TEXT[2] = "rediffmail"; A_INTRODUCTION[2] = "redi link";
    A_S_IDENT[3] = "custom_link3"; A_GEN_URL[3] = "www.yahoo.com"; A_OBJECT_ID[3] = ""; A_TEXT[3] = "yahoo"; A_INTRODUCTION[3] = "yahoo link";
    A_S_IDENT[4] = "custom_link4"; A_GEN_URL[4] = "www.greetings.com"; A_OBJECT_ID[4] = ""; A_TEXT[4] = "greets"; A_INTRODUCTION[4] = "greeting link";
    A_S_IDENT[5] = ""; A_GEN_URL[5] = ""; A_OBJECT_ID[5] = ""; A_TEXT[5] = ""; A_INTRODUCTION[5] = "";
    A_S_IDENT[6] = ""; A_GEN_URL[6] = ""; A_OBJECT_ID[6] = ""; A_TEXT[6] = ""; A_INTRODUCTION[6] = "";
    etc.
    <!-- Search for shopping transaction in launchpad -->
    repeat with idx from 5 to MENU_NODE_TAB-TEXT.dim;
    Regards,
    Marcin

  • How do I put data into a template using the Labview report generation toolkit for Microsoft Office?

    I am running Lookout 5.0 and have recently purchased the Labview Report Generation Toolkit for Microsoft Office to create reports from my Lookout logged data. Since I have never used Labview I am having my problems. I tried following the tutorials but they do not seem to be examples of what I want to do.
    I log rainfall totals (1 spreadsheet)in Lookout from 40 different sites in 5 minute increments. I copy these totals and paste them into another spreadsheet which sums them up to give me hourly totals and then paste those totals into a spreadsheet for distribution.
    In Labview I create a new report and use the distribution sheet as my template, but how do I complete
    the steps of loading the raw 5 minute data into labview and then paste it into the hourly total spreadsheet and then transfer those totals into the distribution template?
    I have been trying to figure this out for over a week, and I am getting nowhere.
    Any response would be appreciated.
    Thanks
    Jason P
    Jason Phillips

    Lookout saves the files in .csv form which can be opened in Excel. I did make some progress by using the "append table to report" vi which allowed me to put values into an array and then those values were entered into my template on my report vi.
    Where I am stuck now is I want to be able to put values into my template from a .csv file, not from an array I have to manually put numbers in.
    Once those values are in my template I want to pull summed values from the template and place them into a final excel file for printing.
    I have attached examples of the files I am working with to help you better understand what I am trying to do.
    I hope that makes sense.
    Jason Phillips
    Attachments:
    HourlyTotalsTemplate.xls ‏120 KB
    eb_rain_gauge_ss.csv ‏23 KB
    EastBankHourlyRainReport.xls ‏28 KB

  • When you create a link to a web page in numbers and we export the PDF file, the link is offset by 3 rows. Example: if I put a link on the text in cell A1, I found the link A4. In fact, this feature becomes unusable. How can we solve this problem? Thank yo

    When you create a link to a web page in numbers "Mavericks" and we export the PDF file, the link is offset by 3 rows. Example: if I put a link on the text (with Cmd-K) in cell A1, I found the link A4. In fact, this feature becomes unusable. How can we solve this problem?
    Thank you.

    Hi again Raja!
    I did as you recommended and installed HTTPWatch and below is the outcome of that program. It is the exact string with the only exception of obfuscated servernames and portnumbers. The last part that begins with "sap_ep_baseurl=" makes me suspicious, is that part really correct? It looks like it's lacking things.
    Best regards
    Benny
    http://<server:port>/sap/bc/bsp/sap/Z_PURCHASE_REQ/process.htm?
    sap-syscmd=nocookie&sap-client=200&sap-language=sv&style_sheet=
    http%3A%2F%2F<server>%3A<port>%2Firj%2Fportalapps%2F
    com.sap.portal.design.portaldesigndata%2Fthemes%2Fportal%2Fsap_tradeshow%2F
    controls%2Fcontrols_ie6.css%3F7.0.10.0.0&sap-cssversion=7.0.10.0.0&sap-tray-type
    =null&sap-tray-padding=null&sap-accessibility=&sap-ep-version=7.00.200611091758&
    sap_ep_version=7.00.200611091758&sap_ep_baseurl=http%3A%2F%2F
    <server>%3A<port>%2Firj%2Fportal&matnr=9780198603641

  • How to put a web link in the detailed navigation

    How can you put a web link in the detailed navigation?
    I know that if your role contains iviews that are 3 levels down (default), then the link to the iview will appear in the detailed navigation. But, I want to put a link to a external site in the detailed navigation - is this possible?
    Thanks
    Patrick

    I have a page set with a url iview and it opens from the detailed navigation in a  new window fine.
    however when clicking on a link to the page via a landing page which displays the KM content page folders, it loads it in the portal active window still (with nav and masthead).
    Any ideas how to get the km link to open in a new browser window?
    thanks
    Message was edited by:
            Alex McKnight

  • My template wont point my links in the rite direction??

    I used a template for all my pages and made the navigation a
    NON-Editable region so that if I needed to change the links on all
    the pagse I could just change the template BUT The templates links
    are all correct but on all the pages I used the template on the
    Links all point into the template folder which they are not
    supposed to do because thats the wrong place for them to point.
    All the links on the pagse I applied the template to point
    inside the Template folder like ../Template/about_us.html
    And thats the wrong folder...
    This is really annoying considering templates are supposed to
    save work not make more work.
    Any idea why the links show up correct on the template but
    not on the pages I used the template on??
    and how do I fix this without manually fixing the links for
    every page in the site..
    Thanks

    If anyone in the UK needs a new superdrive for their MBP try these guys they're awesome for help and it only cost £100 to replace the bust one! thebookyard.com

  • How can I put a music link in the page like this?

    How can I put a music link in the page like this?
    http://members.aol.com/trumanj/midi/tjsragtime.htm
    Thanks

    Hola JB
    No, I haven't...I'm trying to learn flash and it's been keeping me very busy...maybe it's the age..
    Len, I been trying to do it that way, but, as I just mention, Flash don't like me :)
    Thanks, I will do that for sure.
    Daniel Ulysses

  • Header links in the web template is not working

    Hi all,
    I have a created webtemplete in that, header links in the web template is not working. But individually header links. I am not why they are not working in webtemplete.
    guys please help for above situation.
    Thanks,
    James

    Hi Bob,
    There are many XML schema files for the data connection, I recommend to check if the references to the XML files have been changed to the new schema files in the manifest file.
    For example, if we create a data connection called GetUserProfileByName, then there will be one XML file and three XML schema files for the data connection.
    Please make sure that all the references are updated in the manifest file.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • When formatting a date field in a where clause the template put dot instead of comma

    Hello to Headstart Workers !
    In a query find block the template construct a where clause, in some cases, and i dont know when the template is formatting a date field putting a dot instead of a comma.
    Ex.: to_date('19-01-2001'.'DD-MM-YYYY')
    Anybody knows why or where the template do this.
    Congratulations
    Nelson

    - We created it using the HS utilities.
    - "nls_numeric_character = ,.".
    - it onky happen when the field date is not the first field in the where clause.
    - i can see the problem just after pressing find button, already in the ls_block in last_query.
    - the find_query works normally but cannot edit any line in ls_block.
    Hope that i had helping
    Regards
    Nelson
    null

  • Adding Link in the Appraisal Template

    Can we add a link in the Appraisal Template in the Description Column?
    If yes, steps please.

    Hello,
    I just named the link differently and the forum converted the tag automatically -> I hope you can see the coding here now:
    "<a href="http://www.google.com/>Go to the google page </a>".
    Regards
    Nicole

  • Update links in file created based on the template page

    Hello everyone:
    a) I have problems when update links in files crated based on
    a template page.
    I read Dreamwaver (DW) help menu. Seems to me Dreamwaver is
    smart enough to update links based on correct file structure.
    I created a template file based on a sample page. Template
    file saved to the template folder. Then I crated few pages based on
    the template. I checked links in new files and found that link
    structures are based on template folder, not based on files current
    folder position.
    Please give me some suggestions on how to correct this
    problem. If you know some good online tutorial or documentations
    please share with me.
    b) Can DW template update Navigation bar links correctly
    based on relative document path?
    I have Navbars imported from Fireworks into DW. Files crated
    based on template are not updating pop-up menu links correctly. I
    manually updated every links. It is time consuming and

    > I created a template file based on a sample page.
    Template file saved to
    > the
    > template folder. Then I crated few pages based on the
    template. I checked
    > links
    > in new files and found that link structures are based on
    template folder,
    > not
    > based on files current folder position.
    This means that you are entering the links manually, not
    using the Property
    inspector and browsing to the target file. You should do it
    this way until
    you understand how templates work. All links in a template
    file should
    (usually) be one of three kinds -
    1. Document relative BASED ON THE TEMPLATE, e.g.,
    <a href="../whatever....
    2. Root relative, e.g.,
    <a href="/whatever....
    3. Absolute, e.g.,
    <a href=''
    http://www.example.com/whatever....
    Anything else will always result in the Template folder being
    placed in the
    path for the link when you create a child page.
    > b) Can DW template update Navigation bar links correctly
    based on relative
    > document path?
    Yes, of course.
    > I have Navbars imported from Fireworks into DW.
    This could easily be one of your problems. Those menus are
    definitely
    broken and should never be used.
    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
    ==================
    "sjmacro" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello everyone:
    >
    > a) I have problems when update links in files crated
    based on a template
    > page.
    >
    > I read Dreamwaver (DW) help menu. Seems to me Dreamwaver
    is smart enough
    > to
    > update links based on correct file structure.
    >
    > I created a template file based on a sample page.
    Template file saved to
    > the
    > template folder. Then I crated few pages based on the
    template. I checked
    > links
    > in new files and found that link structures are based on
    template folder,
    > not
    > based on files current folder position.
    >
    > Please give me some suggestions on how to correct this
    problem. If you
    > know
    > some good online tutorial or documentations please share
    with me.
    >
    > b) Can DW template update Navigation bar links correctly
    based on relative
    > document path?
    > I have Navbars imported from Fireworks into DW. Files
    crated based on
    > template are not updating pop-up menu links correctly. I
    manually updated
    > every
    > links. It is time consuming and
    >
    >

Maybe you are looking for