Linked Button - lf_profitCenter, Not Working correctly

Hello Experts
Can anyone explain why the following code, doesn't work?
SAPbouiCOM.Item itemLbtnCC;
SAPbouiCOM.LinkedButton LbtnCC;
itemLbtnCC = this.Form.Items.Add("lnCC", SAPbouiCOM.BoFormItemTypes.it_LINKED_BUTTON);
LbtnCC = (SAPbouiCOM.LinkedButton)(itemLbtnCC.Specific);
itemLbtnCC.Top = this.Form.Items.Item("5").Top;
itemLbtnCC.Left = this.Form.Items.Item("5").Left - 16;
itemLbtnCC.LinkTo = this.Form.Items.Item("5").UniqueID;
LbtnCC.LinkedObjectType = "61";
And when the form is loaded returns the following exception:
Invalid target  [66000-24]
The problem (the code stops) ,occurs on the linked object 61, however in SDK Help Center , linked object 61 is mapped to lf_ProfitCenter which is the desired object of the custom linked button (Profit Center object).
Can you please give me an explanation? Is there any work around?
Kind Regards,
George

I found this note:
1426939 - Can not link to ProfitCenter via LinkedButton
that offers a workaround for this issue:
Get error 'Invalid target [66000-24]' when using LinkedButton Object
to link the ProfitCenter as following code:
Private oLink As SAPbouiCOM.LinkedButton
Set oNewItem = oOrderForm.Items.Add("oTest", it_LINKED_BUTTON)
Set oLink = oNewItem.Specific
oLink.LinkedObject = lf_ProfitCenter
The workaround would be as follows:
- Read the profit centre you want to open into a string variable
- You can trigger opening the profit centre window by calling the method: oApplicaition.ActivateMenuItem (1793) 'menu id for ProfitCenter in Financials -> Cost Accounting -> Profit Centres
- Change form to Find mode, Put value from string variable into Profit Centre field and simulate click on Find button
This issue is an candidate to be fixed in a future version of SAP
Business One.

Similar Messages

  • Link functions are not working correctly

    I am have a number of links on my page and I am using the a;link, a:hover and a:visited commands but I am getting strange results. First of all my css is on a separate style sheet. What I am trying to do is have all my links in gray text both when before and after being visited and I want the text to change to red and underline when I hover over the link. My results are that in live view the links all seem to work ok except for my HOME link at the bottom of the page where it does not change color and does not underline. When I view in browser the results are worse. None of the links change when I hover over them excepts for the DOWNLOAD link. Also note that I have 4 columns of unordered lists about the footer which also does not work either. Here is the source and css code. Thanks for your help.
    Dan
    <!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" />
        <meta name="description" content="HOME PAGE for company which provides chemical process equipment, diaphragm pumps, plastic tanks, pH/ORP controls, mixers, filtration equipment, flowmeters"
        <title>Chemtech Process Equipment</title>
    <style type="text/css">
    </style>
        <link href="CSS/Chemtech.css" rel="stylesheet" type="text/css" />
        <link rel="stylesheet" href="CSS/verticalmenu.css" type="text/css" />
        <link rel="stylesheet" href="CSS/horizontalmenu.css" type="text/css" />
    </head>
    <body>
              <div id="container">
                  <div id="header"><img src="Images/header.jpg" alt="header" width="960" height="310" border="0" usemap="#logomap" />
                <map name="logomap" id="logomap">
                          <area shape="rect" coords="3,5,265,123" href="index.html" alt="Chemtech Process Equipment" />
                </map>
            </div>
                    <div id="navigation_bar"><div class="AJXMenuULDYZCC"><!-- AJXFILE:CSS/horizontalmenu.css -->
                             <div class="ajxmw1">
                                        <div class="ajxmw2">
                                                <ul>
                                  <li><a href="index.html" title="Home"><b>    HOME    </b></a></li>
                            <li><a class="ajxsub" href="productsbytype.html" title="Products"><b> PRODUCTS </b>
                             <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                            <ul>
                                      <li><a href="productsbytype.html" title="Indexed by Type"><b>Indexed by Type</b></a></li>
                                      <li><a href="productsbymfgr.html" title="Indexed by Manufacturer"><b>Indexed by Manufacturer</b></a></li>
                                                            </ul>
                                                            <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a href="#" title="Request Quote"><b>REQUEST QUOTE</b></a></li>
                            <li><a href="#"><b>DOWNLOADS</b></a></li>
                            <li><a href="contact%20us.html" title="Contact Us"><b> CONTACT US </b></a></li>
                                                </ul>
                                        </div>
                             </div>
                             <br />
                            </div></div>
                                        <div id="sidebar"><div class="AJXMenuEHWBGHC"><!-- AJXFILE:CSS/verticalmenu.css -->
                                                  <ul>
                            <li><h1><b>PROCESS EQUIPMENT</b></h1></li>
                            <li><a class="ajxsub" href="#" title="Pumps"><b>Pumps</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                                                                 <li><a href="#" title="Air Diaphragm"><b>Air Diaphragm</b></a></li>
                                             <li><a href="#" title="Centrifugal"><b>Centrifugal</b></a></li>
                                             <li><a href="#" title="Drum"><b>Drum</b></a></li>
                                             <li><a href="#" title="Gear"><b>Gear</b></a></li>
                                             <li><a href="#" title="Hose"><b>Hose</b></a></li>
                                             <li><a href="#" title="Magnetic Drive"><b>Magnetic Drive</b></a></li>
                                             <li><a href="#" title="Metering"><b>Metering</b></a></li>
                                             <li><a href="#" title="Peristaltic"><b>Peristaltic</b></a></li>
                                             <li><a href="#" title="Piston"><b>Piston</b></a></li>
                                             <li><a href="#" title="Vertical"><b>Vertical</b></a></li>
                                                                      </ul>
                                                            <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a class="ajxsub" href="#" title="Mixers"><b>Mixers</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                    <li><a href="#" title="Direct Drive"><b>Direct Drive</b></a></li>
                                    <li><a href="#" title="Gear Drive"><b>Gear Drive</b></a></li>
                                    <li><a href="#" title="C-Clamp Mount"><b>C-Clamp Mount</b></a></li>
                                    <li><a href="#" title="Drum Mount"><b>Drum Mount</b></a></li>
                                    <li><a href="#" title="Fixed Top Mount"><b>Fixed Top Mount</b></a></li>
                                    <li><a href="#" title="Side Mount"><b>Side Mount</b></a></li>
                                                                      </ul>
                                                            <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a class="ajxsub" href="#" title="Filters"><b>Filters</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                          <li><a href="#" title="Bag"><b>Bag</b></a></li>
                                             <li><a href="#" title="Cartridge"><b>Cartridge</b></a></li>
                                             <li><a href="#" title="Centrifuge"><b>Centrifuge</b></a></li>
                                             <li><a class="ajxsub" href="#" title="Indexing Media"><b>Indexing Media</b>
                                                                                 <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                                  <ul>
                                            <li><a href="#" title="Gravity FIlter"><b>Gravity Filter</b></a></li>
                                            <li><a href="#" title="Vacuum FIlter"><b>Vacuum FIlter</b></a></li>
                                            <li><a href="#" title="Sludge Filter"><b>Sludge FIlter</b></a></li>
                                            <li><a href="#" title="Pressure Filter"><b>Pressure Filter</b></a></li>
                                            <li><a href="#" title="Sludge Filter"><b>Sludge Filter</b></a></li>
                                                                                  </ul>
                                                                                  <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                                                 </li>
                                             <li><a href="#" title="Oil Skimmers"><b>Oil Skimmers</b></a></li>
                                             <li><a href="#" title="Oil-Water Separators"><b>Oil-Water Separators</b></a></li>
                                                                      </ul>
                                                                      <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a class="ajxsub" href="#" title="Tanks"><b>Tanks</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                                                                 <li><a href="#" title="Carboys &amp; Totes"><b>Carboys &amp; Totes</b></a></li>
                                                                                 <li><a href="#" title="Rectangular"><b>Rectangular </b></a></li>
                                                                                 <li><a href="#" title="Cylindrical Cone Bottom"><b>Cylindrical Cone Bottom</b></a></li>
                                                                                 <li><a href="#" title="Cylindrical Flat Bottom"><b>Cylindrical Flat Bottom</b></a></li>
                                                                                 <li><a href="#" title="Vertical Bulk Storage"><b>Vertical Bulk Storage</b></a></li>
                                                                      </ul>
                                                                      <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a class="ajxsub" href="#" title="Piping/Hose"><b>Piping / Hose</b>
                                                           <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                                                                 <li><a href="#" title="PVC Pipe &amp; Fittings"><b>PVC Pipe &amp; Fittings</b></a></li>
                                                                                 <li><a href="#" title="CPVC Pipe &amp; Fittings"><b>CPVC Pipe &amp; Fittings</b></a></li>
                                                                                 <li><a href="#" title="Polypro Pipe &amp; Fittings"><b>Polypro Pipe &amp; Fittings</b></a></li>
                                                                                 <li><a href="#" title="PE Pipe &amp; Fittings"><b>PE Pipe &amp; Fittings</b></a></li>
                                                                                 <li><a href="#" title="Kynar Pipe &amp; Fittings"><b>Kynar Pipe &amp; Fittings</b></a></li>
                                                                                 <li><a href="#" title="Sanitary Hose, Gaskets &amp; Fittings"><b>Sanitary Hose, Gaskets &amp; Fittings</b></a></li>
                                                                      </ul>
                                                                      <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a class="ajxsub" href="#" title="Immersion Heaters"><b>Immersion Heaters</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                                                                 <li><a href="#" title="Electric Immersion"><b>Electric Immersion</b></a></li>
                                                                                 <li><a href="#" title="Steam Coil"><b>Steam Coil</b></a></li>
                                                                      </ul>
                                                                      <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a class="ajxsub" href="#" title="Process Controls"><b>Process Controls</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                                   <li><a href="#" title="pH &amp; ORP Probes"><b>pH &amp; ORP Probes</b></a></li>
                                                   <li><a href="#" title="Conductivity Probes"><b>Conductivity Probes</b></a></li>
                                                   <li><a href="#" title="Flowmeters"><b>Flowmeters</b></a></li>
                                                   <li><a href="#" title="Level Sensors"><b>Level Sensors</b></a></li>
                                                   <li><a href="#" title="Pressure Transducers"><b>Pressure Transducers</b></a></li>
                                                   <li><a href="#" title="Process Controllers"><b>Process Controllers</b></a></li>
                                                   <li><a href="#" title="VFD's"><b>VFD's</b></a></li>
                                                   <li><a href="#" title="Power Monitors"><b>Power Monitors</b></a></li>
                                                                      </ul>
                                                                      <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                 <li><h1><b>ENGINEERED SYSTEMS</b></h1></li>
                                                           <li><a href="#" title="Chemical Feed Skids"><b>Chemical Feed Skids</b></a></li>
                                                           <li><a class="ajxsub" href="#" title="Evaporators"><b>Evaporators</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                                                                 <li><a href="#" title="Burt Process Equipment"><b>Burt Process Equipment</b></a></li>
                                                                                 <li><a href="#" title="Filtertech"><b>Filtertech</b></a></li>
                                                                      </ul>
                                                                      <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a href="#" title="Filtration Systems"><b>Filtration Systems</b></a></li>
                                                           <li><a href="#" title="Fume Scrubbers"><b>Fume Scrubbers</b></a></li>
                                                           <li><a href="#" title="pH Neutralization"><b>pH Neutralization</b></a></li>
                                                           <li><a href="#" title="RODI Water Systems"><b>RODI Water Systerms</b></a></li>
                                                           <li><a href="#" title="Transfer Sumps"><b>Transfer Sumps</b></a></li>
                                                           <li><a href="#" title="UL Control Panels"><b>UL Control Panels</b></a></li>
                                                           <li><a href="#" title="Vacuum Distillation"><b>Vacuum Distillation</b></a></li>
                                                           <li><a class="ajxsub" href="#" title="Wastewater Treatment"><b>Wastewater Treatment</b>
                                                            <!--[if gt IE 6]><![endif] --></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
                                                                      <ul>
                                                                                 <li><a href="#" title="Burt Process Equipment"><b>Burt Process Equipment</b></a></li>
                                                                                 <li><a href="#" title="Filtertech"><b>Filtertech</b></a></li>
                                                                      </ul>
                                                                      <!--[if lte IE 6]></td></tr></table></a><![endif]-->
                                                           </li>
                                                           <li><a href="#" title="Water Reclaim (LEEDS)"><b>Water Reclaim (LEEDS)</b></a></li>
                                                </ul>
                                                 <br />
                                      </div>
                              </div>
                              <h1>Engineered Solutions to your fluid handing requirements.<img src="Images/aro-pump-ad.jpg" alt="aro pump ad" width="200" height="200" hspace="10" vspace="15" align="right" /></h1>
                              <p>Chemtech Process Equipment (CPE) provides fluid handling equipment to a wide range of industries which include pharmaceutical, biotechnology, microelectronics, metal finishing,  chemical   processing and general manufacturing.</p>
                              <p>CPE offers turnkey engineered products such as transfer sumps, wastewater treatment, coolant filration, oil-water separation, water reclamation (LEEDS), pH neutralization, deionized water (RODI), and custom fabricated tanks and vessels.</p>
                              <p>CPE’s product line includes pumps, tanks, mixers, filters, evaporators, magnetic separators, centrifuges, oil skimmers, flowmeters, level, pH, ORP, and conductivity measurement, heaters, plastic pipe, valves and fittings, sanitary hose, and gaskets to name a few. Feel free to review our product line and contact us if you have any questions or applications to discuss.</p>
                              <h2>Products<br /></h2>
                              <hr align="left" width="740" />
                              <br />
                                  <div class="floatlist">
                          <ul>
                              <li><a href="">Air Diaphragm Pumps</a></li>
                                            <li><a href="">Cenrifugal Pumps</a></li>
                                            <li><a href="">Drum Pumps</a></li>
                                            <li><a href="">Gear Pumps</a></li>
                        <li><a href="">Hose Pumps</a></li>
                        <li><a href="">Magnetic Drive Pumps</a></li>
                        <li><a href="">Metering Pumps</a></li>
                        <li><a href="">Multi-Stage Centrifugal Pumps</a></li>
                        <li><a href="">Peristaltic Pumps</a></li>
                        <li><a href="">Piston Pumps</a></li>
                        <li><a href="">Submersible Pumps</a></li>
                        <li><a href="">Vertical Immersion Pumps</a></li>
                                            </ul>
                                  </div>
                              <div class="floatlist">
                          <ul>
                              <li><a href="">Custom Engineered Tanks</a></li>
                        <li><a href="">Molded Plastic Tanks</a></li>
                        <li><a href="">Direct Drive Mixers</a></li>
                        <li><a href="">Gear Drive Mixers</a></li>
                        <li><a href="">Portable Mixers</a></li>
                        <li><a href="">Side Mount Mixers</a></li>
                        <li><a href="">Conductivity Probes</a></li>
                        <li><a href="">Flowmeters</a></li>
                        <li><a href="">Level Sensors</a></li>
                        <li><a href="">pH &amp; ORP Probes</a></li>
                        <li><a href="">Power Monitors</a></li>
                        <li><a href="">Pressure Transducers</a></li>
                                            </ul>
                                  </div>
                <div class="floatlist">
                          <ul>
                                      <li><a href="">Process Controllers</a></li>
                        <li><a href="">Ultrasonic Level Transmitters</a></li>
                        <li><a href="">Variable Frequency Drives</a></li>
                        <li><a href="">Sanitary Hose, Gaskets &amp; Fittings</a></li>
                        <li><a href="">PVC Pipe, Valves &amp; Fittings</a></li>
                        <li><a href="">CPVC Pipe, Valves &amp; Fittings</a></li>
                        <li><a href="">Polypro Pipe, Valves &amp; Fittings</a></li>
                        <li><a href="">Polyethylene High Purity Piping</a></li>
                        <li><a href="">Immersion Heaters</a></li>
                        <li><a href="">Magnetic Separators</a></li>
                        <li><a href="">Centrifuges</a></li>
                        <li><a href="">Evaporators</a></li>
                    </ul>
                              </div>
                              <div class="floatlist">
                          <ul>
                              <li><a href="">Bag Filters</a></li>
                        <li><a href="">Cartridge Filters</a></li>
                        <li><a href="">Indexing Media Filters</a></li>
                        <li><a href="">Gravity Filters</a></li>
                        <li><a href="">Pressure Filters</a></li>
                        <li><a href="">Sludge Filters</a></li>
                        <li><a href="">Vacuum Filters</a></li>
                        <li><a href="">Filter Bags</a></li>
                        <li><a href="">Filters Cartridges</a></li>
                        <li><a href="">Filter Media</a></li>
                        <li><a href="">Pulsation Dampeners</a></li>
                        <li><a href="">Fiberglass Grating</a></li>
                                            </ul>
                </div>
                        <div id="footer">
                      <ul>
                          <li><a href="index.html">HOME</a></li>
                    <li><a href="productsbytype.html">PRODUCTS</a></li>
                    <li><a href="requestquote.html">REQUEST QUOTE</a></li>
                    <li><a href="downloads.html">DOWNLOADS</a></li>
                    <li><a href="contact us.html">CONTACT US</a></li>
                </ul>    
                      <hr align="center" width="940" id="footer rule2" />
                      <h4>© 2011 Chemtech Process Equipment, All Rights Reserved, Designed and Developed By Graphics Advantage. <img src="Images/GA-logo.jpg" width="46" height="40" align="top" /><br /><br /></h4>
                    </div>
        </div>
    </body>
    </html>
    @charset "utf-8";
    body {
              background-image: url(../Images/logo-background.jpg);
              background-repeat: repeat;
              background-attachment: fixed;
    #container {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 14px;
              color: #000;
              background-color: #FFF;
              width: 960px;
              margin-right: auto;
              margin-left: auto;
              overflow: hidden;
              background-attachment: fixed;
    #container p {
              padding-right: 20px;
    #header {
              width: 960px;
              height: 310px;
    #headernarrow {
              height: 150px;
              width: 960px;
    #navigation_bar {
              height: 31px;
              width: 960px;
    #sidebar {
              float: left;
              width: auto;
              margin-right: 20px;
    #footer {
              text-align: center;
              width: 960px;
              float: left;
    #footer ul li {
              display: inline;
    #footer ul li a {
              padding-right: 10px;
              padding-left: 10px;
    a:link {
              color:#666;
              text-decoration:none;
    a:hover {
              color:#F00;
              text-decoration:underline;
    a:visited {
              color:#666;
              text-decoration:none;
    .floatlist {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 10px;
              color: #F00;
              float: left;
              height: auto;
              width: 190px;
    .floatproductlist {
              font-family: Arial, Helvetica, sans-serif;
              float: left;
              height: auto;
              font-size: 14px;
              font-style: normal;
              color: #000;
              width: 380px;
    h4 {
              font-size: 10px;
              font-family: Arial, Helvetica, sans-serif;
    h1 {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 24px;
              font-weight: bold;
              color: #F00;
    ul {
              list-style-type: none;
              padding: 0px;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
              margin-left: 1em;
              display: block;
    .largeheading {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 48px;
              color: #F00;
    .floatimageleft {
              float: left;
              width: 250px;
              margin-right: 20px;
              height: auto;
              margin-top: 10px;
              background-image: url(../Images/aro-compact-series-float.jpg);
              background-repeat: no-repeat;
              margin-bottom: 20px;

    When you use the link pseudclass in your css it has to be expressed in the correct order.
    LoVe HAte
    Link
    Visited
    Hover
    Active
    It doesn't matter that you have not expressed all four but the three that you have still need to be that way.
    Anyway, try it, we have nothing to lose!
    Martin

  • My home button is not working correctly on my iPod Touch [4th Gen]

    I have an iPod Touch, and it's home button isn't working. It works but it does not respond at the moment. For example I press it and then 5 seconds later it goes to "Voice Control" which is activated by holding down the home button. Is it stuck? If it is, how can I fix it?

    PLEASE RESPOND I WILL BE REALLY GLAD IF YOU DO PLEASE HELP ME!

  • Button event not working correctly

    I'm creating a project with a number of different sections. I've created a index menu with invisible buttons on that takes you to the different sections. This works fine. In each section I wonted a means to get back to this index, so created a index button that is present throughout each section. I've put the event handler in the actions layer on the same frame that the button instance is on (frame 15).
    idex_bt.addEventListener(MouseEvent.CLICK, indexBack);
    function indexBack(e:MouseEvent):void{
    gotoAndStop(10);
    The problem is that the button only works at this point if you move to any other section it does not. I can see no reason for this. The invisible buttons that jump you to each section work an all the frames they are present on, but the index button does not.
    I feel like I'm missing something very simple, any ideas?

    If you do not have the code for the button, and the button, present throughout your timeline travels, then you need to assign the code anytime you leave and return to whatever section(s) it is in.  The code only executes in the frame it is in even though you might extend it along the timeline.

  • Mailto links in websites not working correctly in FF 36.0.1

    I know this isn't a new problem as I've found lots about it in the Internet but I haven't found anything that will fix it! This problem only started for me when I updated to Firefox36, until then everything was working perfectly, but as I've seen references to the problem going back to 2007 that may be a red herring.
    I'm using Windows 7 Professional, 64 bit on an HP ProBook. When I click on a mailto link in a web page I have a Windows Internet Explorer window open saying "Could not perform this operation because the default mail client is not properly installed".
    I was clicking the link in Firefox, Firefox is my default browser, The Bat is set as my default program for handling mailto commands and everything was in 100% working order until I updated to v36.
    On another computer also running Windows 7 Professional, 64 bit with Firefox 36.0.1 this problem does not occur! Clicking on a mailto in that works just as it should. I've tried uninstalling and reinstalling Firefox, but it made no difference - the problem wouldn't go away.
    It's driving me barmy! ;-)

    Hello again,
    Yes, all the default settings are correct, that was my first port of call.
    However, it would seem it's not just a Firefox problem. The same thing happens in Internet Explorer, Safari just puts up an error message saying it can't open the specified address because Windows doesn't recognise Internet addresses starting with mailto:
    ...... BUT ...... if I load Opera or Chrome the mailto links work 100% correctly!

  • The browser back button is not working correctly when using the search funtion in ProBoards forums. Is there a known issue with ProBoards & FF?

    I have submitted a bug report to ProBoards, but they cannot duplicate the problem I am having, so I am submitting this here in hopes you can find a solution.
    At ProBoards Support and another PB forum while doing searches I found this problem, which continues with repeated testing over the past week or so:
    url: http://support.proboards.com/search
    1. enter perameters for the search (posts only by staff for the last 2 days)
    2. choose one of those post results & click on it (choose a post on page 14 and not on page 1 of the results)
    3. using the browser back button, attempt to return to the previous page of search results
    4. rather than being taken back to the search results with my parameters, the search parameters have been removed and the page show 1000 results of posts by everybody.
    I have tested this over and over again, disabling plugins, and nothing seems to alter the malfunctioning of the back button when I am doing this search function at ProBoards.
    I have tested it in Internet Explorer and find that in IE the browser back button works properly with ProBoards searches. I always get the result I expect, so it's a problem with how FF interfaces with ProBoards, I think.

    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!

  • "back" button does not work correctly in Firefox 4. I have downgraded because of this.

    Our intranet has a page (1) from which user generates a list of links to other items (page2). Follow one of these links to page (3). Press "back" - returns to page (1) not page (2). Works ok in Firefox 3.6.17.

    Instructions for a clean installation then.<br><br>
    #Go to [http://www.mozilla.com/en-US/firefox/fx/?ref=logo Download Firefox 4.0.1] and download the installation file to your desktop.<br><br>
    #Then go to Add/Remove Programs, scroll down to "Mozilla Firefox" and remove it, choosing to keep your bookmarks, customizations etc., (''don't checkmark the box'').<br><br>
    #Then reboot and delete the folder called "Mozilla Firefox" at this location: C:\Program Files\Mozilla Firefox<br><br>
    #Finally run the installation file you downloaded to the desktop earlier.<br>
    Your bookmarks, customizations etc., are maintained in a different location and will become available to you again once you complete the installation.<br><br>
    After you complete the installation, go to the [http://www.mozilla.com/en-US/plugincheck/ Plugins Check] page and update where necessary.

  • Toggle button does not work correctly in project preview

    Hello,
    I am working on a project and recently discovered the "toggle button" advanced action that lilibiri posted (Love the toggle button!!). Initially i had used the rollover funktion but found out via html5 tracker, that rollover is not supported by html5 and tablets. To the problem: When I test the slides individually everything works fine. As soon I preview my project and click on my smartshape buttons that toggle the image/text, the project jumps back to previous slides. Now, i probably do not understand the conditional action in terms of what it is actually telling CP to do. So i am guessing it is a user problem. I would be super greatful to anyone who can help me solve this, since i am bound to a dead line to finish this. THANKS!!
    -N
    Here are some screenshots of the conditional actions (its in german..."Ausdruck" is Expression, "Einblenden" is Show, "Ausblenden" is Hide

    Hello,
    You are mixing up Frames with Slides. Try:
    Expression  cpCmndGotoFrame = cpInfoCurrentFrame -1
    Lilybiri

  • None of the links or buttons do not works after change the name of the page

    hi,
    I made some modifications on the original page and changed its orijinal name LoaSummaryPG to XXLoaSummaryPG. Although all of the components are the same as the orijinal one, none of the links and buttons are not working in the newly copied page. Neither only changing the name LoaSummaryPG to XXLoaSummaryPG nor creating a new page with a name XXLoaSummaryPG did not work.
    A page works with no error and the data shown is correct when it opened.
    Is it about regionMap.xml? or what can i do?

    I can't make any other action in the page. Now, I can only say that al actions in the page except about this page link and personalization link cause this error.
    Errors are below.
    oracle.apps.fnd.framework.OAException: java.sql.SQLException: ORA-20002: 3000: Invalid value(s) passed for arguments. ITEMTYPE=NULL ITEMKEY=NULL ANAME=HR_FIRST_ACTIVITY_ID ORA-06512: at "APPS.WF_ENGINE", line 1664 ORA-06512: at line 1 at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891) at oracle.apps.fnd.framework.webui.OANavigation.getItemAttrText(OANavigation.java:2088) at oracle.apps.fnd.framework.webui.OANavigation.getItemAttrText(OANavigation.java:2040) at oracle.apps.per.selfservice.loa.webui.AbsenceSummaryCO.processFormRequest(AbsenceSummaryCO.java:402) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:804) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processFormRequest(OAHeaderBean.java:408) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1000) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:966) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:821) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processFormRequest(OAFlowLayoutBean.java:370) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1000) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:966) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:821) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(OAStackLayoutBean.java:370) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1000) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:966) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:821) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1156) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1000) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:966) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:821) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1000) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:966) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:821) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363) at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2658) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1665) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423) at oa_html._OA._jspService(_OA.java:88) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534) ## Detail 0 ## java.sql.SQLException: ORA-20002: 3000: Invalid value(s) passed for arguments. ITEMTYPE=NULL ITEMKEY=NULL ANAME=HR_FIRST_ACTIVITY_ID ORA-06512: at "APPS.WF_ENGINE", line 1664 ORA-06512: at line 1 at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289) at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:589) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1972) at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119) at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2185) at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2059) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2976) at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:656) at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:734) at oracle.apps.fnd.framework.webui.OANavigation.getItemAttrText(OANavigation.java:2075) at oracle.apps.fnd.framework.webui.OANavigation.getItemAttrText(OANavigation.java:2040) at oracle.apps.per.selfservice.loa.webui.AbsenceSummaryCO.processFormRequest(AbsenceSummaryCO.java:402) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:804) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processFormRequest(OAHeaderBean.java:408) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1000) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:966) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:821) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processFormRequest(OAFlowLayoutBean.java:370) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1000) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:966) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:821) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(OAStackLayoutBean.java:370) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1000) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:966) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:821) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1156) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1000) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:966) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:821) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1000) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:966) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:821) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363) at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2658) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1665) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423) at oa_html._OA._jspService(_OA.java:88) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534) java.sql.SQLException: ORA-20002: 3000: Invalid value(s) passed for arguments. ITEMTYPE=NULL ITEMKEY=NULL ANAME=HR_FIRST_ACTIVITY_ID ORA-06512: at "APPS.WF_ENGINE", line 1664 ORA-06512: at line 1 at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289) at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:589) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1972) at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119) at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2185) at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2059) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2976) at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:656) at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:734) at oracle.apps.fnd.framework.webui.OANavigation.getItemAttrText(OANavigation.java:2075) at oracle.apps.fnd.framework.webui.OANavigation.getItemAttrText(OANavigation.java:2040) at oracle.apps.per.selfservice.loa.webui.AbsenceSummaryCO.processFormRequest(AbsenceSummaryCO.java:402) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:804) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processFormRequest(OAHeaderBean.java:408) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1000) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:966) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:821) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processFormRequest(OAFlowLayoutBean.java:370) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1000) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:966) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:821) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(OAStackLayoutBean.java:370) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1000) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:966) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:821) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1156) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1000) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:966) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:821) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1000) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:966) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:821) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363) at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2658) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1665) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423) at oa_html._OA._jspService(_OA.java:88) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534)

  • Firefox did an automatic update to 6.01, and now my middle mouse button is not working in the browser. It doesn't close tabs, it doesn't open new tabs by middle clicking a link, it doesn't allow me to middle click to scroll the page...

    Firefox did an automatic update to 6.01, and now my middle mouse button is not working in the browser. It doesn't close tabs, it doesn't open new tabs by middle clicking a link, it doesn't allow me to middle click to scroll the page..

    [BUG FIXED, see "EDIT 2" at the end of my post]
    I'm on Firefox 3.6.21, and I got this problem today after a Greasemonkey update (To version 0.9.10, apparently).
    Disabling Greasemonkey solved the problem, and re-enabling it reproduced the problem (middle-clicking links to open in new tab did not work, merely highlighted the link).
    I should also note that while Greasemonkey was enabled and the bug was affecting me, Ctrl+Click to open links in new tabs was also broken.
    I hope this helps!
    EDIT: It appears this is a known incompatibility/conflict bug between current versions of Greasemonkey and Tab Mix Plus. Read more here:
    https://github.com/greasemonkey/greasemonkey/issues/1406
    EDIT 2: GREASEMONKEY HAS NOW BEEN UPDATED with a workaround to fix the problem. Go to https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/versions/ to install the update manually. It hasn't been reviewed by Mozilla yet, so it won't be an automatic update for another day or two. All credit to "cannonfodder" below for noticing this; please mark his post as helpful!

  • Internal Links in HTML Document Not Working Correctly in PDF

    I have an HTML document that contains internal links (basically a Table of Contents). When the document is displayed in a browser, the internal links work correctly. However, when I use Acrobat 8 Professional to create a PDF version from the HTML source, the links don't go to the correct place when clicked. It almost appears that they are off by one, e.g., link 7 goes to anchor 8. I can send the source document for you to look at if you email me at eharris -at- synnovation.com. I am not expert in HTML and perhaps the links/anchors are not done correctly when I create the HTML document. Does anyone have any ideas on this?

    This one has the same problem. For instance, "Anchor1" as <a name="Anchor1"> appears 13 times. I am sure that your problem is that Acrobat is going to the last occurance that is just before the first one. As I scan through the file I find similar results for all of the anchors. When I used Tidy, it reduces about 1350 errors to about 474, but that is still not too good. The validator is flagging a lot of identical IDs as well as unrecognized attributes (like ONSELECTSTART). The attributes correctly accepted by body are
    Attribute Specifications
    * BACKGROUND=URI (background image for document)
    * BGCOLOR=Color (background color for document)
    * TEXT=Color (text color for document)
    * LINK=Color (link color for document)
    * VLINK=Color (visited link color for document)
    * ALINK=Color (active link color for document)
    * ONLOAD=Script (document has been loaded)
    * ONUNLOAD=Script (document has been exited)
    as listed on htmlhelp.com for HTML 4. There may be some new ones in HTML 5, but I did not check.
    I am not looking at all of your HTML in detail, but there appears to be a lot of unneeded things based on the error messages from the validator. Many browsers will let you display the stuff (even Acrobat), but there may be errors that crop in when you do not expect it or on some other browsers that the one you check. Thus again, you should use a validator. If you are only off a few tags that might be fine, but when it is in the 1000s, there is an issue. It would also be good to break your page up into parts. It is good practice on web pages for each page to be not much more than one screen. That is often exceeded, but 59 screens of info (on my screen) is a bit much. The TOC is definitely needed in that case, but just was well go to a sub page just as well and make the info easier to track. A PDF (as you are trying to get) could be made of the entire system for those that want it all in one bit. Bill

  • Title & Menu Buttons not working correctly on remote control/ set top player but work in preview.

    Title & Menu Buttons not working correctly on remote control/ set top player but work in encore preview. This only happens for a Blu ray project. When a user presses the menu button it should go to the previous menu they were on but it goes to the main menu. When they press the title button they should go to the main menu but it doesn't do anything. My DVD projects work as expected.I've tried creating a new "test" project with different footage and still get the same undesirable results.
    Overrides grayed out and set to "not set" for timelines and menus.Project settings and build are set to blu ray. Also I've noticed when I preview a Bluray project the preview window shows a red colored disc next to the Title button when viewing the timelines and green when playing the menus but not so for a DVD project it displays red if motion menus and or timelines are not rendered/encoded. I'm not using motion menus and all the media is encoded according to the project specs.
    I've searched this forum but couldn't find the answer. Any help or redirects to a solution would be appreciated. Working with CS5. Thanks.

    I found out on my Samsung Blu ray player the remote has a tools button on it that brings up audio, angle, chapter selection etc.and also title selection which is actually the menus and the timelines unfortunately. It's not as easy or direct as last menu selected but it's a workaround at least. I also plan on using a pop up menu. I'll let you know.

  • Middle select button not working correctly?

    I have a nano second generation and the select button in the middle is not working correctly. I have to keep pushing it and pushing it to get it to work and now it's not working at all. Any ideas?

    Try Restoring it. If that doesn't work you need to have it serviced. You can either take it by an Apple Store and make a Genius Bar appointment or send it here:
    http://depot.info.apple.com/ipod/

  • I just to a new iphone5s, the headphones are not working correctly. I can hear the music but I can't pause or play with the button. Will apple replace them?

    I just bought a new iphone5s, the headphones are not working correctly. I can hear the music but I can't pause or play with the button. Will apple replace them?

    Hi there,
    It sounds like your purchased content is not transfering via a flash drive. It may be easier to re-download this contnet directly from iTunes. Take a look at the article below for mor information.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    -Griff W.

  • Facebook like button does not work in my FF 32.0.2

    Dear FF support-team,
    I've got a strange problem with the Facebook like button (in German called: "Gefällt mir") on my site and after some trying around myself, I need your knowledge, as mine seems not to be enough. :-)
    I have got a Facebook-Like button built in on my Wordpress-Site: See Reference: http://www.lifechange.at/kammel-scheck/ (at the bottom of the page).
    When I try to click it and I'm not logged in to Facebook, he opens up the popup and asks me to login. So far so got, but when I log in and try to "Like", he just opens the popup and closes it automatically after half a second and shows no like.
    When I open the "Like-Button"-Bar in an extra Tab (right click on Like-Button and select Current-Frame-->Open Frame in new Tab), then the Like-Button seems to work correctly.
    I have already cecked against all installed add-ons (deactivated completely, tested, reactivated). Especially AdBlockPlus. But I have deactivated AdBlockPlus on Facebook and on my Domain lifechange.at.
    Then I checked, if the Like-It - Link to Facebook was "https://" and not just "http://". That's also ok.
    On every other browser (Chrome, IE, Opera...) the Like-It Button works fine.
    And what's also interesting: the other FB-Button ("Share" ("Teilen") - Button) works fine even in Firefox.
    So you see, I will be lost without your help, for which I ask politely.
    Thanks a lot in advance.
    Greetz, Hannes

    Ahh, I forgot to mention: The "Google+" - Button also doesn't work. In all the other Browsers, it does. Thx, Hannes

Maybe you are looking for