Displaying the Temp. at different location by selecting in front window tab

hi,
i am trying to develop a system to displaying the tempurature as well as control. please find the attached picture file to give a better view regarding my quastion.
this program contain few tabs.
page 1- page which is the user will select the location of thermocouples. once the thermocouple location selected, the selected name will be used as a reference in logging TXT file as a header of the coloum. 
page 2,3,4,5 and 6 - page which will display the selected tempurature
problem:
the agilent data logger has only 40 thermocouple logging capability. the system will have about 80 to 90 thermocouple locations. so the user will select different thermocouple location at beginning of the testing for given thermocouple.
for example:
if the user select the thermocouple 1 is assign to location T1 - 3 then the reading of thermocouple 1 should display on the page 3 at correct location. on the next test the thermocouple1 could change to T1 - 8.
this few days i spend good couple of hours on this problem and the solution still some where in the sky!!!! or no solution for this problem.    
Attachments:
page 1.jpg ‏192 KB
page 3.jpg ‏182 KB

Hello siva,
here comes an example... (LV7.0)
Best regards,
GerdW
CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
Kudos are welcome
Attachments:
Select_Indicator.vi ‏21 KB

Similar Messages

  • Restrict the user should not allow to select No Excise entry tab in MIGO

    Hi
    how to restrict the user should not allow to select No Excise entry tab in MIGO
    if the material Excisable user can bale to select the No Excise entry tab in MIGO . my requirement .... if the Pop come Please enter Excise Invoice number and Excise Invoice Date user should not change the No Excise how to restrict pls advise me
    @sakhi

    These are the options provided by SAP keeping in mind Indian Scenario. Sometimes, vendor forget to send excise invoice copy with the material, in such case, you can select 'Only Part I'.
    Even if you have maintain vendor excise details & material excise details (By mistake) in J1ID, system will throw an error message, excise invoice value is zero. In such case, we can select option 'No excise entry'.
    Your requirement can't be fulfilled in standard way. Even if you go for any Z- developement, you will lose the option.

  • IPhoto will not load the iPhoto library.  When I select "show all windows" the library does appear but cannot open it.  I am on version 8.1.2 and using Maverick.

    iPhoto will not load the iPhoto library.  When I select "show all windows" the library does appear but cannot open it.  I am on version 8.1.2 and using Maverick.

    I was able to get it fixed. I had received some responses and they had me
    recreate the library I believe.  It's been a while so I cant remember
    exactly what I did. I have since upgraded to the latest i photo version and
    have had no problems with it.
    Brian
    On Friday, November 7, 2014, Apple Support Communities Updates <

  • Lightroom, 5.5, Mac version: lens metadata incomplete and/or inconsistent.  Photos taken with the same camera and lens display the lens metadata differently in LR 5.5, but are the same in the original files

    LR is putting different descriptions of the same lens, used with the same camera, in the metadata of photos taken on the same occasion.
    For example:
    The following two images were taken with the same camera and lens.
    They were imported at the same time into LR by copying.
    The only difference in treatment is that the first was an untouched out-of camera jpeg, the second had been flipped using Preview on the Mac.
    The one that was flipped has a full description of the lens, the one that was untouched has an abbreviated description.
    When you show the file in the Finder and read the metadata using Preview, the correct full lens description appears.
    Why is LR displaying the metadata differently for these two files?

    Can you zip up a few of your GoPro images, upload them to dropbox.com and post a share link, here, so others can experiment with them, or do you mean this issue is global to all camera models?

  • If it is THAT easy to display the temps on 6600GT cards.......

    ......then why doesn't MSI officially develop a BIOS that supports displaying temperatures by default?
    I am not the one to risk his warranty by doing things described here. But I definitely will buy my next video card from another company if I have the feeling that my wishes as a customer are consequently being ignored.
    cu,
    Jackie

    Quote
    Originally posted by Glenn
    Quote
    Originally posted by LLivingLarge
    Overclocking, flashing bios, and using your card to its full potential does not void the warranty...
    That's debateable, however, common sense dictates ommitting that information in an RMA, including flashing the BIOS back to the original, if possible.
    I wouldn't wanna risk it, there is always a slight chance that by flashing, you destroy that device, even if it is not very probable. Now I personally have paid more than 200€ for that card, that's alot of money for me, and too much in order to do any things that probably could void my warranty. I think it would be alot easier and safe for us, and it would improve the way people look at msi if there was an official update from the manufacturer.
    Sorry for repeating myself, but the only interesting question that remains is: if it is so easy to get the temp, then why doesn't MSI do it, and why don't they give any statement on that topic?
    cu,
    Jackie

  • How to display the drill through report in a new browser seperate window

    Hello All,
    I am working on a drill through report which should run when I select the column value from the main report. The drill through report I am working on is Centerline Validate Angles for a specific line. It has 2 parameters, Pods ID and Angle. Main report supplies
    these 2 values. Right now, I am having an issue in displaying the drill through report in a seperate window. I have selected Go To URL option from the text box properties in main report and gave the expression as
    ="javascript:void(window.open('http://vmaidbdev1/Reportserver?%2fADN2%2fPipeline%2fCenterline+Validate+Angles+For+Specifi+Line&rs%3aCommand=Render&PODS_ID="&Fields!LINE_ID.Value &"&Angle="&Parameters!Angle.Value
    This is not working. The field in the main report is clickable but when I click it is throwing me error as Reporting services error. Could any one let me know if there is any error in the above expression or anything I need to add or correct.
    Please help. Thanks so much.

    Hi srisql,
    Sorry for the delay in getting back to you.
    After double-check the URL which I posted, I find that I have made some error in it. As you can see, there are some spaces in the URL. So please try the following expressions to check the issue again.
    Angle parameter is a multi-value parameter:
    ="javascript:void(window.open('http://vmaidbdev1/reportserver?/Adn2/Pipeline/Centerline Validate Angles for a specific line&PODS_ID="& Fields!LINE_ID.Value &"&Angle="
    &Join(Parameters!Angle.Value,"& Angle =") &"','_blank'))"
    Angle parameter is a single-value parameter:
    ="javascript:void(window.open('http://vmaidbdev1/reportserver?/Adn2/Pipeline/Centerline Validate Angles for a specific line&PODS_ID="&Fields!LINE_ID.Value &"&Angle="&Parameters!Angle.Value
    &"','_blank'))"
    The following general URL is for your reference:
    ="javascript:void(window.open('http://server_name/reportserver?/folder/ folder/report_name&parameter_name="&Fields!field_name.Value &"&parameter_name="&Parameters!parameter_name.Value
    &"','_blank'))"
    If you have any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How can I stop the bookmarks sidebar from popping up in every new window/tab?

    I CAN close it, by clicking on the X, or ctrl-B, or going to View... but it keeps coming back in every new window/tab, and that just annoys me. I'm used to having the bookmarks up in the Menu bar, out of the way, until I want them. The sidebar takes up a lot of space. And even though it's easily closed, I resent all these things that I didn't ask for, don't want, and can't control!

    Usually the sidebar doesn't open by itself, but it is shared by all the tabs in a window.
    If you are using a toolbar button for the Bookmarks menu (instead of the classic menu bar), you might have the sidebar open/close button instead of the drop-down button. They have nearly identical icons, but the menu has either a little triangle or the word Bookmarks to the right of it, depending on which bar it's on. (Screen shot attached, from Firefox 24.)
    To change out your button, you can try the Customize feature. See: [[Customize Firefox controls, buttons and toolbars]].

  • Can I enlarge the text on my Bookmarks Toolbar and my open window tabs?

    The text on my Bookmarks Toolbar and my open windows is too small for my eyes. Is there a way to enlarge the text? Also is there a way to enlarge the icons such as Home, Reload and Stop? I have already unchecked the "small icons" option.

    Once you get to "about.config" enter "pixels" in the search box at the top of the list. That will bring up the line you want to change, (layout.css.devPixelsPerPx.) Change the value from 1.0 to whatever suits you.

  • How can I make the webpage display the same on different sized screens?

    I have made a webpage, but it appears differently in different resolutions. I am in 1920x1080 and it appears fine on my screen, but anything smaller than that, the text is zoomed in more and it is not central.
    website can be found here: http://www.fitness4funswindon.net23.net/1_Index.html
    How do I get this webpage/site to appear in only one specific resolution?
    <!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>Fitness4FunSwindon</title>
    <style type="text/css">
    #apDiv1 {
              position: absolute;
              width: 200px;
              height: 115px;
              z-index: 1;
              left: 154px;
              top: 69px;
    body {
              background-color: #007E8A;
              background-image: url(Images/background%20image.jpg);
              background-repeat: no-repeat;
    #apDiv2 {
              position: absolute;
              width: 361px;
              height: 68px;
              z-index: 2;
              left: 1009px;
              top: 311px;
              color: #FFF;
              font-size: 5em;
    #apDiv2 a {
              color: #FFF;
    #apDiv3 {
              position: absolute;
              width: 249px;
              height: 216px;
              z-index: 2;
              left: 1020px;
              top: 359px;
    #apDiv4 {
              position: absolute;
              width: 1375px;
              height: 173px;
              z-index: 1;
              left: 19px;
              top: 433px;
    </style>
    <style type="text/css">
    #apDiv5 {
              position: absolute;
              width: 200px;
              height: 115px;
              z-index: 2;
              left: 20px;
              top: 18px;
    #apDiv6 {
              position: absolute;
              width: 960px;
              height: 1297px;
              z-index: 3;
              top: 12px;
              background-color: #D9E052;
              border-top-style: solid;
              border-right-style: solid;
              border-bottom-style: solid;
              border-left-style: solid;
              border-top-color: #60F;
              border-right-color: #60F;
              border-bottom-color: #60F;
              border-left-color: #60F;
              margin-left: 400px;
              left: -108px;
              clip: rect(auto,auto,auto,auto);
              visibility: inherit;
              padding-left: 0px;
    #apDiv7 {
              position: absolute;
              width: 960px;
              height: 246px;
              z-index: 1;
              left: 0px;
              top: 0px;
    #apDiv8 {
              position: absolute;
              width: 963px;
              height: 134px;
              z-index: 2;
              top: 249px;
    #apDiv9 {
              position: absolute;
              width: 962px;
              height: 115px;
              z-index: 2;
              left: -2px;
              top: 246px;
    #apDiv10 {
              position: absolute;
              width: 960px;
              height: 127px;
              z-index: 2;
              left: 0px;
              top: 246px;
    .instructor {
              border-top-style: solid;
              border-right-style: solid;
              border-bottom-style: solid;
              border-left-style: solid;
              border-top-color: #000;
              border-right-color: #000;
              border-bottom-color: #000;
              border-left-color: #000;
    </style>
    <style type="text/css">
    #apDiv11 {
              position: absolute;
              width: 955px;
              height: 133px;
              z-index: 3;
              top: 419px;
              left: 5px;
              font-size: 30px;
              font-family: "Comic Sans MS", cursive;
              text-align: center;
              font-weight: bold;
              color: #000;
    #apDiv12 {
              position: absolute;
              width: 255px;
              height: 505px;
              z-index: 4;
              left: 31px;
              top: 709px;
    #apDiv13 {
              position: absolute;
              width: 334px;
              height: 156px;
              z-index: 5;
              left: 65px;
              top: 552px;
    #apDiv14 {
              position: absolute;
              width: 200px;
              height: 115px;
              z-index: 4;
    #apDiv15 {
              position: absolute;
              width: 372px;
              height: 348px;
              z-index: 4;
              left: 3px;
              top: 549px;
              background-color: #990;
    #apDiv16 {
              position: absolute;
              width: 957px;
              height: 110px;
              z-index: 4;
              top: 568px;
    #apDiv17 {
              position: absolute;
              width: 200px;
              height: 115px;
              z-index: 4;
    #apDiv18 {
              position: absolute;
              width: 508px;
              height: 587px;
              z-index: 4;
              top: 553px;
              left: 8px;
    #apDiv19 {
              position: absolute;
              width: 200px;
              height: 115px;
              z-index: 4;
    #apDiv20 {
              position: absolute;
              width: 412px;
              height: 481px;
              z-index: 5;
              left: 544px;
              top: 553px;
              font-family: Arial, Helvetica, sans-serif;
              font-size: medium;
    #apDiv21 {
              position: absolute;
              width: 378px;
              height: 129px;
              z-index: 6;
              left: 551px;
              top: 1042px;
    #apDiv22 {
              position: absolute;
              width: 200px;
              height: 115px;
              z-index: 4;
    #apDiv23 {
              position: absolute;
              width: 161px;
              height: 115px;
              z-index: 7;
              left: 333px;
              top: 775px;
    #apDiv24 {
              position: absolute;
              width: 921px;
              height: 107px;
              z-index: 4;
              left: 270px;
              top: 1213px;
              font-family: ravie;
              font-size: xx-small;
    #apDiv25 {
              position: absolute;
              width: 200px;
              height: 115px;
              z-index: 5;
    #apDiv26 {
              position: absolute;
              width: 1603px;
              height: 769px;
              z-index: 5;
    #apDiv27 {
              position: absolute;
              width: 349px;
              height: 157px;
              z-index: 5;
              left: 1320px;
              top: 37px;
    #apDiv28 {
              position: absolute;
              width: 948px;
              height: 95px;
              z-index: 8;
              left: 4px;
              top: 1190px;
              font-family: Arial, Helvetica, sans-serif;
    #text1 {
              width: 600px;
              margin-top: 300px;
    </style>
    <link href="mystyle.css" rel="stylesheet" type="text/css" />
    <link href="mystyle2.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    #apDiv29 {
              position: absolute;
              width: 949px;
              height: 95px;
              z-index: 8;
              left: 8px;
              top: 1189px;
    #apDiv30 {
              position: absolute;
              width: 456px;
              height: 243px;
              z-index: 9;
              left: 505px;
              top: 948px;
              background-color: #0000FF;
              text-align: center;
    </style>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    #apDiv31 {
              position: absolute;
              width: 389px;
              height: 389px;
              z-index: 10;
              left: 552px;
              top: 557px;
              font-family: "Comic Sans MS", cursive;
              font-size: 20px;
    #apDiv32 {
              position: absolute;
              width: 106px;
              height: 33px;
              z-index: 4;
              left: 762px;
              top: 52px;
    #apDiv33 {
              position: absolute;
              width: 432px;
              height: 1305px;
              z-index: 4;
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script><script type="text/javascript">
    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_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_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>
    </head>
    <body onload="MM_preloadImages('Buttons/Contact.2.fw.png')">
    <div id="outwrapper">
    <div id="apDiv6">
      <div id="apDiv7"><img src="Images/banner.fw.png" width="960" height="246" /></div>
      <div id="apDiv10">
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a href="1_Index.html">Home</a>    </li>
      <li><a href="#" class="MenuBarItemSubmenu">About</a>
        <ul>
          <li><a href="2_2_Info_Instructor.html">Me</a></li>
          <li><a href="2_1_Info_zumba.html">Zumba</a></li>
        </ul>
      </li>
      <li><a href="3_Timetable.html">Timetable</a>    </li>
      <li><a href="#" class="MenuBarItemSubmenu">Gallery</a>
        <ul>
          <li><a href="4_2_Images.html">Images</a></li>
          <li><a href="4_1_Videos.html">Videos</a></li>
        </ul>
      </li>
      <li><a href="5_Prices.php">Prices</a></li>
      <li><a href="6_Contact.html">Contact</a></li>
    </ul>
    <p> </p>
      </div>
      <div id="apDiv11">COME DOWN TO ZUMBA SESSIONS (scheduled in &quot;Timetable&quot;)! IT IS ALOT OF FUN BUT AT THE SAME TIME YOU WILL BE WORKING OUT!!</div>
      <div id="apDiv18"><img src="Images/Page1- Index/instructor_pic_speech.fw.png" width="518" height="640" /></div>
      <div id="apDiv23"><img src="Images/Page1- Index/zumba logo_web_vert.jpg" width="160" height="334" /></div>
      <div>Content for New Div Tag Goes Here</div>
      <div id="apDiv31">Hello, and welcome to Fitness4Fun. On this website you can browse information about me or about Zumba in general. This site includes detailed descriptions on different aspects of Zumba (which is location in the &quot;About&quot; section of the website), images and videos (which is location in the &quot;Gallery&quot; section of the website), prices and offers that are available (which is located in the &quot;Prices&quot; section of the website), and also it allows you to contact me with any queries you may have regarding Zumba. </div>
      <div id="apDiv29">
        <div id="text2">
          <p>If you want more information on Zumba please click here to contact me (the instructor) about classes, suitable clothing or what the workouts involve and also why Zumba is a beneficial workout!!!</p>
          <p>If there is any problems with the website please contact [email protected] and it will be fixed ASAP</p>
          <div id="apDiv32"><a href="6_Contact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','Buttons/Contact.2.fw.png',1)"><img src="Buttons/Contact.1.fw.png" width="106" height="33" id="Image4" /></a></div>
        </div>
    </div>
      <div id="apDiv30">
        <p>
          <embed src="Images/animation advertisement.gif" width="442" height="206"></embed>
        </p>
        <p> </p>
        <p> </p>
    </div>
    </div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    Thank You

    all I want is the content to be centered on all resolutions. How am I to this?
    APDivs as a primary layout method seldom works well. Here is why:
    http://apptools.com/examples/pagelayout101.php
    Don't use positioning.  You don't need it except in very rare situations.  APDivs are removed from the normal document flow, so centering them is impossible unless you wrap them all inside a relative positioned parent element.
    Best advice, start over with one of the centered, fixed-width layouts that comes with Dreamwever.  
    Go to File > New > Blank page > HTML > Layouts (choose one from the right side panel).  Hit Create button.
    Use CSS floats, margins & padding to align elements.
    Btw, I am not too good with coding/css
    That's a shame.  You should get up to speed with code basics soon otherwise DW will continue to frustrate you.
    HTML & CSS Tutorials -
    http://www.html.net/
    http://w3schools.com/
    How to Develop with CSS?
    http://phrogz.net/css/HowToDevelopWithCSS.html
    Learn CSS positioning in 10 Steps
    http://www.barelyfitz.com/screencast/html-training/css/positioning/
    Nancy O.

  • On iPhone 6, How do I display the date, time, and location where a photo was taken

    On my previous iPhone (4S), I used the "Info' option in iPhoto to see where and when a photo was taken. I have a new phone (iOS 8.3) and iPhoto is not supported, so I have to use the Photos app. I cannot figure out how to see where and when a photo was taken in the Photos app. Thanks for any insight anyone can provide.

    Hello there, marklewis.
    When wanting to find location information of photos on your iOS device in iOS 8, the online User Guide provides some great information for how to search:
    View photos and videos - iPhone
    View by location. While viewing by year or by collection, tap . Photos and videos that include location information appear on a map, showing where they were taken.
    While viewing a photo or video, tap to show and hide the controls. Swipe left or right to go forward or backward.
    Search photos. From Albums or Photos, tap to search by date (month and year), or place (city and state). Search also keeps your Recent Searches on hand and gives you a list of suggested searches.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Why do some Podcasts appear on the iPhone in different locations?

    I subscribe to six podcasts in iTunes.
    When I sync to my iPhone, four of these appear in iTunes>Podcasts and the other two appear in Videos>Podcasts.
    (a) Why don't they all appear in the same place?
    (b) How can I make them all appear in the same place?
    (Originally posted to Apple Support Communities > iPhone > Using iPhone > Discussions and reposted here on advice)

    I don't know who advised you to repost this here, but I'm afraid I can't help you. I don't have an iPhone, and this isn't a 'creating podcasts' problem, the topic of this forum. It's always possible that someone might chip in, but you would be better off in the iPhone forum and possibly the iTunes forum.

  • Not able to display the desired view if button is pressed in POPup window

    Hi Experts,
    I have developed a web dynpro application.In this i have created a pop up window which consists of three buttons YES , NO and CANCEL.
    I have developed three event handlers in the view VIEW_POPUP which is acting as view of the pop_up window.  When i click on any of these buttons no event handler is getting triggered.
    Please give your suggestion as where the problem is.

    Hi Ravi,
    I think u created a  view and embedded it in another window and calling that window.,
    If u want to display a popup window with action buttons., jus use create_popup_to_confirm() method.
    refer this code,.
    * Data declarations for Pop up window
      data: lt_text type string_table,
            lo_window_manager type ref to if_wd_window_manager,
            lo_api_component type ref to if_wd_component,
            lo_window type ref to if_wd_window,       
            l_api type ref to if_wd_view_controller.
       msgtext = 'Do u want to continue. ?'
        append msgtext to lt_text.
          clear: tmp_from , tmp_to .
          l_api = wd_this->wd_get_api( ).
          lo_api_component = wd_comp_controller->wd_get_api( ) .
          lo_window_manager  = lo_api_component->get_window_manager( ).
          lo_window1 =
          lo_window_manager->create_popup_to_confirm(
                 text = lt_text
                 button_kind = if_wd_window=>co_buttons_okcancel
                 message_type = if_wd_window=>co_msg_type_information   " this is info msg u can give error message here
                 close_button = 'X'
                 window_title = 'Confirmation message box'
    *       lo_window->subscribe_to_button_event
          lo_window1->subscribe_to_button_event(
            button = if_wd_window=>co_button_ok
            action_name = 'SUBMIT_REQUEST'                     " Submitting Request. " u have to create SUBMIT_REQUEST Action
            button_text = 'Yes'                                             " And Place the code in that action which u want to execute when yes
            action_view = l_api
            is_default_button = abap_false
    *       lo_window->subscribe_to_button_event
          lo_window1->subscribe_to_button_event(
            button = if_wd_window=>co_button_cancel
            action_name = 'CANCEL_REQUEST'                     " Calling Action On clicking NO. "u have to create CANCEL_REQUEST
            button_text = 'NO'                                              "Action
            action_view = l_api
            is_default_button = abap_true
          lo_window1->open( ).
    reply if u need some more clarifications.,
    Thanks & Regards
    Kiran

  • The search engine used to open selections in a new tab. Doesn't do that anymore. How do I get it back?

    I prefer Yahoo search. In previous versions of Firefox, the search engine would pull up the list of possible websites. Clicking on the link would open that website in a new page. It doesn't do that anymore. It simply opens the link forcing me to continually go back and forth instead of just being able to close the new tab if it's not what I'm looking for. How do I get the old way to work again?

    Some added toolbar and anti-virus add-ons are known to cause
    Firefox issues. '''Disable All of them.'''
    Right click the link and select '''Open New . . . .'''

  • The 2 year old fix for changing temp files is no longer valid, I need to change the temp file location in the latest firefox.

    In 3.6.3 I'm unable to find the parent cache to change where the temp files are located. I have an SSD drive, and I need to get the temp file off, and onto my platter drive. I have read the previous fix of about:config and changing the parent cache location, but it no longer seems to be there. I'm unable to locate anything relating to my SSD drive location in about:config.
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4

    Unfortunately, it appears that what I wrote about not being able to find the location IN about:config of the cache to change it from my C: drive to a different location, was mildly misunderstood that I didn't know how to get into about:config.
    The location of browser.cache.disk.parent_directory does not currently exist in 3.6.3. I'm assuming it's under a different location. Also using the simple string of "cache" lists several options, but none of them appear to be where firefox is currently dumping the temp files onto my C:
    I merely need to know how to switch the temp file location from 1 drive, to another. Not downloads, the temp file.

  • Display the date range

    could anybody please help me with this
    i have a date column in the title of the report i want display the 'fromdate' and 'todate' what we selected in the prompt.
    Ex:
    Date
    1/1/09
    2/2/09
    3/3/09
    4/4/09
    5/5/09
    i prompted the Date column
    i want the record from 2/2/09 to 4/4/09
    in the title of the report i want to dispay *2/2/09 - 4/4/09* as subtitle

    Hi user12255470,
    The syntax for this is the same as the syntax for the narrative view in terms of presentation variables.
    In one of your other posts, I showed you how to set the presentation variables. Here you will use the following syntax to reference the presentation variables: @{START_DATE} - @{END_DATE}
    The following image should help you figure out the proper syntax to use in different areas of OBIEE.
    !http://shivabizint.files.wordpress.com/2008/10/obiee-variables-overview.jpg!
    Good luck and if you found this post helpful, please award points!
    Best regards,
    -Joe

Maybe you are looking for