Japanese character appear rotated when applying a Formula on the field

We have a problem where the japanese character appear well on the report when
simply drag and drop a field that contained japanese data from the database
BUT it display the japanese character rotated horizontally when we apply a simple
formula on it. The formula don't change any style or rotation.
I think it's a bug. Is anyone had this problem before?

we are using BO XI release 1 SP4 and the application use these components.
but I also created a small project with the Visual Studio 2008 with the latest crystal report 2008 embedded components and both return the same result.
Japanese character appear well but (each character are rotated 90 degrees) on the field where a formula field is set and my formula don't do nothing except setting the field itself :
Here is the formula:
formula = {buyer_index_alphabetical_FR;1.alt1name}
alt1name is a field that contain japanese
and the field data appear well on the report but with each character rotated.
if we map on a textfield, the field alt1name directly without this formula
the text appear normally
I didn't use formatting formulas
that 's why my conclusion is that it's a bug.
But I am surprised that nobodyelse mentioned that.

Similar Messages

  • How come type appears fuzzy when we preview articles on the iPad?

    Hi, I need some help. How come type appears fuzzy when we preview articles on the iPad? Thanks!

    Here's a screenshot:

  • When combining multiple PDF's, the field properties change

    When combining multiple PDF's, the field properties for the Font and/or the "Scroll long text" checkbox change settings. What is causing this to happen?

    Thank you for the prompt reply. I do indeed have the same field name across multiple files, but they are all set the same in their individual files.

  • Problem when defaulting a value to the field

    Hi CRM Experts,
    I am new to CRM, i am facing a problem when defaulting a value to the field in the Tcode 'SOLMAN_WORKCENTER' (Solution Manager Server).
    when i am defaulting it is displaying fine in the view( Redefined the getter method there i passed the value), i set a break point in the getter method when i am executing the getter method i am unable to get the defaulted value in the importing parameter value, but i am getting the value here when i used to type manually in the filed, i cant understand why it is behaving like that? please can any body help in this regard...
    Thanks in advance
    Hari..

    There are other ways to get the string-value of an enum (format into string with a %s formatter for instance).
    But I have no idea what you are seeing.
    However I would not use the enum to string technique chose you have, just add the enum to the 'file' VI as an input.
    And the =0 comparison you have is useless, add the enum to the case structure as the selector.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Help Applying a formula to the last payment in a clients recordset.

    Post Author: Bpilot
    CA Forum: Formula
    Can someone help me write a formula that would allow me to apply the following formula to the LAST payment a client makes.The formula is initially designed to look at a customers payment against their amount owing. If their payment is greater then their balance the report only shows the amount necessary to pay off the customers account.  This works fine if the report only shows 1 payment for the client in the report, as soon as the client has 2+ payments and the last one overpays then all payments show what is required to pay off the account.  Not ideal as you can understand.I am thinking the best way to do this is with a For loop but I cannot write one and I was hoping someone could help me out with this.  The code is below, the logic on the fields is below, I am just at a loss and will provide any and all help I can towards getting help.
    My original fomula is this:
    If {@Display Selection} = "Display" then
    if {AFACCOUNT.AFACCURBALINT} >= 0 then
    {AFSPLIT.AFSPAMT}*(-1)
    else
    ({AFSPLIT.AFSPAMT}-{AFACCOUNT.AFACCURBALINT})*(-1)
    else
    0.00
    {@Display Selection} is a formula that evaluates each financial
    transaction to determine if it should be Displayed on the report or
    Not-Displayed based on date ranges and transaction type. This works
    fine.
    {AFACCOUNT.AFACCURBALINT} is where we store the accounts current
    balance with interest. Despute appearing in our system as a positive
    number, it is really a negative number (it is money owed to us)
    {AFSPLIT.AFSPAMT} is where we store the payment amount. It appears in a
    negative value to subtract from the {AFACCOUNT.AFACCURBALINT} but is in
    fact a positive number.
    {ARACCONT.ARACID} is the unique customer identifier.
    {AFTRANSACTION.TRKEY} is the unique transaction ID (each payment for {AFSPLIT.AFSPAMT} has a unique TRKEY)
    What I am thinking the best way to do this, if its possible is this.
    A For loop that counts the number of times the {ARACCONT.ARACID} appears in the crystal report.
    It then selects the last payment which will also have the highest
    {AFTRANSACTION.TRKEY} . I don't know if you can just say to select the
    last payment or if you would need something to relate to, which could
    be the {AFTRANSACTION.TRKEY}.
    Once that is selected then it would apply the following formula.
    If {@Display Selection} = "Display" then
    if {AFACCOUNT.AFACCURBALINT} >= 0 then
    {AFSPLIT.AFSPAMT}*(-1)
    else
    ({AFSPLIT.AFSPAMT}-{AFACCOUNT.AFACCURBALINT})*(-1)
    else
    0.00
    all else transactions would display the following:
    If {@Display Selection} = "Display" then
    {AFSPLIT.AFSPAMT}*(-1)
    else
    0.00
    Can someone help me write this report?  It would be greatly appreciated and help me save what little hair I have left?

    Post Author: Bpilot
    CA Forum: Formula
    It does.  {AFTRANSACTION.AFTREFFDTE} is the effective date of the payment.I have included a screen shot.The report has to keep its same display format. Accounts are grouped by the date they were listed in our system, then sorted their TREFFDTE .@positive is where the formula needs to go, or eventually will reference from.There is a running total in the footer of each group that totals @positive. 

  • The bookmarks button is missing from the navigation tool bar. When I right click and select customize it appears and when I click done on the customization box button, it disappears.

    The bookmarks button is missing from the navigation toolbar. It appears when I right click on the navigation and click customize. As soon as I close the customization window it disappears again. I can no longer access the library to back up my bookmarks. Why did you change it from Firefox 3 where you could clock on the bookmarks tab and be able to backup your bookmarks?

    Actually the Bookmarks Menu button doesn't appear because you have the Menu Bar visible in your first screenshot. The Bookmarks Menu button should appear to the right of the overflow chevron on the Bookmarks Toolbar if the Menu Bar is hidden.

  • How do you keep attachments from rotating  when they come in on the side

    You keep attachments on your email from rotating when they come in sideways

    You can't of the PDF or the file was oriented that way. You can lock the screen orientation and turn the iPad the other way - landscape or portrait - but you can't change the orientation of the file in the mail app.

  • Is there a way to change the formulas for the fields of the Quiz Results slide?

    I see the placeholders for the fields on the Quiz Results Slide (Number of Questions = {total-questions}).  Is there a way to view and change those calculations?

    You can select which variables appear on the Quiz Results slide, but you cannot really change the calculations used by Captivate under the hood.
    Depending on what you're trying to achieve, you might be able to insert your own captions reading off the same variables and use Advanced Actions and Expressions to cook up different results.  But it depends very much on what you want to do and whether or not the variables are exposed, and whether or not the limited Expressions available will allow the math.

  • Problem when applying my changes at the CCA Administrator GUI Interface

    Hi when i´m trying to save my changes at the CCA Administrator GUI interface(TAW) i´m receiving the error below:
    04 Ago 2009 11:17:39,968 [ ERROR com.taw.clients.am.AdminSuperBean $Revision: 5 $.processHashtable(AdminSuperBean.java:504) - Unable to process the Hashtable
    java.lang.NullPointerException
    at com.taw.clients.am.AdminSuperBean.constructSqlQuery(AdminSuperBean.java:796)
    at com.taw.clients.am.AdminSuperBean.processHashtableAdmin(AdminSuperBean.java:562)
    at com.taw.clients.am.AdminSuperBean.processHashtable(AdminSuperBean.java:500)
    at com.taw.clients.am.AdminSuperBean.processHashtable(AdminSuperBean.java:493)
    at com.taw.clients.am.configuration.CompanyDefaultSecurityBean.processRequest(CompanyDefaultSecurityBean.java:212)
    at com.taw.clients.am.CompanyBean.processRequest(CompanyBean.java:1771)
    at jsp_servlet._administrationmanager.__company_edit._jspService(__company_edit.java:1289)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3392)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    Please anyone know how can i fix it ?
    Regards,
    Marcelo Henrique
    Experti - Brazil

    Hi below the contents of the web.xml file, let´s to try to fix this trouble together.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app>
    <context-param>
    <param-name>webContainer</param-name>
    <param-value>Weblogic</param-value>
    </context-param>
    <context-param>
    <param-name>disableMessageSynchronization</param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <param-name>busConnection</param-name>
    <param-value>experti-labsrv</param-value>
    </context-param>
    <context-param>
    <param-name>noResourceBundle</param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <param-name>reportServerUrl</param-name>
    <param-value>http://experti-labsrv/TAW</param-value>
    </context-param>
    <context-param>
    <param-name>isReportServer</param-name>
    <param-value>true</param-value>
    </context-param>
    <context-param>
    <param-name>applicationPath</param-name>
    <param-value>C:\bea\user_projects\domains\experti_domain\app\TAW</param-value>
    </context-param>
    <context-param>
    <param-name>URLstoragePath</param-name>
    <param-value>http://experti-labsrv/TAW/Storage</param-value>
    </context-param>
    <context-param>
    <param-name>storagePath</param-name>
    <param-value>/Storage</param-value>
    </context-param>
    <context-param>
    <param-name>debugLogFile</param-name>
    <param-value>\WEB-INF\logs\CallCenterAnywhere.log</param-value>
    </context-param>
    <context-param>
    <param-name>debugMaxNumberLogFiles</param-name>
    <param-value>5</param-value>
    </context-param>
    <context-param>
    <param-name>debugMaxLogFileSize</param-name>
    <param-value>1000</param-value>
    </context-param>
    <context-param>
    <param-name>debugTracelevel</param-name>
    <param-value>DEBUG</param-value>
    </context-param>
    <context-param>
    <param-name>debugLogPattern</param-name>
    <param-value>%d{DATE} [%t] %-5p %c.%M(%F:%L) %x - %m</param-value>
    </context-param>
    <context-param>
    <param-name>databasePlatform</param-name>
    <param-value>ORACLE</param-value>
    </context-param>
    <!-- Needs to be removed for MSSQL-->
    <context-param>
    <param-name>databaseDatasource</param-name>
    <param-value>cca813</param-value>
    </context-param>
    <context-param>
    <param-name>databaseSchema</param-name>
    <param-value>mhpAdminCC813</param-value>
    </context-param>
    <!-- <context-param>
    <param-name>databaseUser</param-name>
    <param-value>mhpcc813</param-value>
    </context-param>
    <context-param>
    <param-name>databasePassword</param-name>
    <param-value>mhpcc813</param-value>
    </context-param> -->
    <context-param>
    <param-name>databaseDatasourceReadOnly</param-name>
    <param-value>cca813</param-value>
    </context-param>
    <context-param>
    <param-name>databaseSchemaReadOnly</param-name>
    <param-value>mhpAdminCC813</param-value>
    </context-param>
    <!-- <context-param>
    <param-name>databaseUserReadOnly</param-name>
    <param-value>MHPCCRead813</param-value>
    </context-param>
    <context-param>
    <param-name>databasePasswordReadOnly</param-name>
    <param-value>MHPCCRead813</param-value>
    </context-param> -->
    <context-param>
    <param-name>weblogic.httpd.inputCharset./*</param-name>
    <param-value>UTF-8</param-value>
    </context-param>
    <context-param>
    <param-name>ftpConnectMode</param-name>
    <param-value>active</param-value>
    </context-param>
    <servlet>
    <servlet-name>ProxyDispatcher</servlet-name>
    <servlet-class>com.taw.web.ProxyDispatcher</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ProxyPingHandler</servlet-name>
    <servlet-class>com.taw.web.ProxyPingHandler</servlet-class>
    <load-on-startup>2</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ProxyLoginHandler</servlet-name>
    <servlet-class>com.taw.web.ProxyLoginHandler</servlet-class>
    <load-on-startup>3</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ProxyLoginDataHandler</servlet-name>
    <servlet-class>com.taw.web.ProxyLoginDataHandler</servlet-class>
    <load-on-startup>4</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ProxyContactHandler</servlet-name>
    <servlet-class>com.taw.web.contact.was.ProxyContactHandler</servlet-class>
    <load-on-startup>5</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>WebServiceChat</servlet-name>
    <servlet-class>com.taw.web.service.WebServiceChat</servlet-class>
    <load-on-startup>6</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ReportServlet</servlet-name>
    <servlet-class>com.taw.clients.reports.ReportServlet</servlet-class>
    <load-on-startup>7</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>CustomReportServlet</servlet-name>
    <servlet-class>com.taw.clients.reports.CustomReportServlet</servlet-class>
    <load-on-startup>8</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ImageServlet</servlet-name>
    <servlet-class>net.sf.jasperreports.j2ee.servlets.ImageServlet</servlet-class>
    <load-on-startup>9</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ProxyRequestHandler</servlet-name>
    <servlet-class>com.taw.web.ProxyRequestHandler</servlet-class>
    <load-on-startup>10</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>glue-console</servlet-name>
    <servlet-class>electric.console.ConsoleServlet</servlet-class>
    <init-param>
    <param-name>soapServletContext</param-name>
    <param-value>/services</param-value>
    </init-param>
    <load-on-startup>11</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>glue-soap</servlet-name>
    <servlet-class>electric.server.http.ServletServer</servlet-class>
    <init-param>
    <param-name>httpRegistryRoot</param-name>
    <param-value>/</param-value>
    </init-param>
    <load-on-startup>12</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <servlet-class>com.sun.javaws.servlet.JnlpDownloadServlet</servlet-class>
    <init-param>
    <param-name>logLevel</param-name>
    <param-value>DEBUG</param-value>
    </init-param>
    <init-param>
    <param-name>logPath</param-name>
    <param-value>C:\bea\user_projects\domains\experti_domain\app\TAW\WEB-INF\logs\jnlpdownloadservlet.log</param-value>
    </init-param>
    <load-on-startup>13</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>ProxyMessageHandler</servlet-name>
    <servlet-class>com.taw.web.ProxyMessageHandler</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>ProxyWebCallback</servlet-name>
    <servlet-class>com.taw.web.webcallback.ProxyWebCallback</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>ProxyDial</servlet-name>
    <servlet-class>com.taw.web.dial.ProxyDial</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>ProxyDispatcher</servlet-name>
    <url-pattern>/ProxyDispatcher</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ReportServlet</servlet-name>
    <url-pattern>/ReportServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyPingHandler</servlet-name>
    <url-pattern>/ProxyPingHandler</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyLoginHandler</servlet-name>
    <url-pattern>/ProxyLoginHandler</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyLoginDataHandler</servlet-name>
    <url-pattern>/ProxyLoginDataHandler</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyContactHandler</servlet-name>
    <url-pattern>/ProxyContactHandler</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>WebServiceChat</servlet-name>
    <url-pattern>/WebServiceChat</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyRequestHandler</servlet-name>
    <url-pattern>/ProxyRequestHandler</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyMessageHandler</servlet-name>
    <url-pattern>/ProxyMessageHandler</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyWebCallback</servlet-name>
    <url-pattern>/ProxyWebCallback</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProxyDial</servlet-name>
    <url-pattern>/ProxyDial</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>glue-soap</servlet-name>
    <url-pattern>/services/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>glue-console</servlet-name>
    <url-pattern>/console/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>*.jnlp</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>*.jar</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>CustomReportServlet</servlet-name>
    <url-pattern>/CustomReportServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ImageServlet</servlet-name>
    <url-pattern>/imageServlet</url-pattern>
    </servlet-mapping>
    <filter>
    <filter-name>XSS</filter-name>
    <filter-class>com.taw.web.filter.CrossScriptingFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>XSS</filter-name>
    <url-pattern>/AdministrationManager/*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>XSS</filter-name>
    <url-pattern>/index.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>XSS</filter-name>
    <url-pattern>/InteractionManager/*.jsp</url-pattern>
    </filter-mapping>
    </web-app>

  • IPad Music library appearing blank when something is typed in the search tab

    Ever since the iOS6 update for my IPad 3, whenever I type in music on the search box at the bottom in my music app, nothing shows up. The music is all there otherwise, but when I type in anything, either a few unrelated tracks show up, but more often, nothing shows up at all.. Anyone else experienced this?

    same problem here.

  • Firefox update downloads an update, but when "Apply Update" is clicked, the softward update screen comes up but stays in "connecting to the update server" screen and never advances.

    I am using Windows XP Professional and Mozilla Firefox Yahoo Edition, Yahoo 1.8

    If you have problems with updating then easiest is to download the full version and uninstall the currently installed version.<br />
    You may need to remove the Firefox program folder to do a clean install of the new version.
    Do a clean (re-)install:
    * Download a fresh Firefox copy and save the file to the desktop.
    * Firefox 4.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Do not remove personal data if you uninstall the current version.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

  • 2008 Macbook Pro gets sections of vertical lines along the right facing side of the screen... the sections vary in colour when moving the display on its hinges, and is relieved slightly when applying upwards pressure to the bottom of the display.. cheers!

    There are two different sections of the screen that get this effect... first off the closest to the right will distort about an inch in... then after some time another inch willl follow. the best way i can describe is a band of moving horizontal lines spreading virtically down the screen about an inch in width, changing in colour.
    any help i much appreciated! obiously the mac is out of warranty... is there a 'do it yourself' approach i can take? replacing the lvds cable? just thought id ask first before i start taking things apart!
    cheers guys!

    Whoa, I think I just figured out what the problem is, but it's really wierd.
    So, I didn't do anything about it, since it was a little expensive, and just used the laptop with an external screen (which works fine).
    For some reason, I tried to use it as a laptop today, and it worked perfectly. I took it downstairs, and after a while it stopped working again, and the screen started doing all those wierd things it did as described in the original post. It was working fine for hours, upstairs.
    Then somehow it hit me! The laptop had been upstairs in my computer/storage room (which happens to be freezingly cold atm, since I don't heat that room, let's say it's like max 8°C in here) for a long time, which means the laptop was also pretty cold.
    Downstairs, in the living room, it's a lot hotter, about 20°C.
    So, it seems to be temperature-related. Now, as crazy as this sounds, I tested it for 10 hours in a row.
    I took it upstairs and downstairs at least 5 times. tried plugging in devices, using it with and without power supply, but whatever I did the result was the same:
    -Use it upstairs (cold room): It works, I can do whatever I want to it, open and close the laptop as much as I desire, it keeps working as it should.
    -Use it downstairs (hot room): It works for a while, even pretty long (as long as you don't close it and open it again). Once you open it downstairs after it has been there for a while, all issues pop up again.
    Can someone please explain how this is possible ?

  • Group name shows in the Address Panel, but when I click on it the addresses do not appear. It only happens with this group.

    I send emails to a list that is divided into four groups.
    Recently the fourth group has stopped working.
    It has seventy addresses in it.
    The others have between 70-100 and work fine.
    When I type the name of the other groups into the address panel and click on it the addresses all appear.
    When I do this with the fourth group only the name appears and not the addresses, so it does not send.
    I now have to put each address into the panel individually which is time-consuming and annoying.
    Please help if possible. Thanks.

    Assuming you are talking about Logic Pro X.... (You may want to update your Equipment list that shows below you post btw)
    Go to Logic Pro X's preferences and turn on all the advanced features under the Advanced Tab...
    Now LPX will be running under the full Logic Pro mode and not the cutdown 'Garageband Pro' mode and the missing features will be present.

  • Why does Firefox disable some Japanese character sets?

    Firefox 3.5.5 on Mac. Started yesterday at a point. My Japanese character selection (Kotoeri) disables all but Romaji. The only way to get others (like Hiragana and Katakana) back is to restart Firefox. It seems visiting certain web sites may trigger it, but don't know exactly. Why is this happening?
    It started from one of these and their links:
    http://www.yamatoamerica.com/
    http://www.ocsworld.com/
    http://www.dhl.com/
    I tried to recreate the situation, but couldn't. I will report back if I find one that triggers.

    You can check for issues caused by plugins (plugins are not affected by Safe mode).
    *https://support.mozilla.org/kb/Troubleshooting+plugins
    You can check for problems with current Flash plugin versions and try these:
    *disable a possible RealPlayer Browser Record Plugin extension for Firefox and update the RealPlayer if installed
    *disable protected mode in Flash 11.3 and later
    *disable hardware acceleration in the Flash plugin
    *http://kb.mozillazine.org/Flash#Troubleshooting

  • I just tried to download the Wheel Of Fortune app. A cloud with a downward arrow appeared, and when I clicked on it it appeared to download, and a circle with a square in it appeared. I clicked on that, and the cloud with the arrow came back.  What to do?

    I just tried to download the Wheel Of Fortune app. A cloud with a downward arrow appeared next to it. When I clicked on it, it appeared to download, then a circle with a square inside it appeared. When I clicked on that, the cloud with the arrow came back. What's going on?

    Don't click on the circle, that is just telling you it's downloading. When you click it, it stops downloading.

Maybe you are looking for

  • I want to kill home sharing

    I originally turned on home sharing on my desktop when I rebuilt my laptop so that I could share the music without it having to be in both places.  When I realized that creating a playlist on the laptop copies those songs locally anyway, I decided to

  • FCP to PC, Mac and Television Pal and NTSC

    I am editing a DVD for a French dancer who wants to send out the footage as a promotional piece. Target is Europe, North and South America. PC, Mac and Television. When things looked OK on the Mac I burned a dvd from DVD studio Pro. Checked on two PC

  • ITunes not finding music on external hard drive! Help!

    My music is on my external hard drive and for quite some time now, whenever I want to sync my iPod, I've had to manually tell iTunes where each and every song is--this gets annoying very quickly. I have the preferences set so iTunes should know where

  • Noobie questions

    I have a program I wrote in Java, and I am interested in making an executable .JAR file. I know java is cross-platform but some of these threads have confused me a bit. If you make an executable JAR file is it still cross platform, or specific to the

  • Photoshop & general CS4 funkiness in XP that started a few months ago

    This is a multi-part pain in the butt. Part one: Sporadically, PShop CS4 decides it will not open a file. I can try and open it through the Open Dialog... No Luck. I can go and find the file in XP's file manager and choose "Open With" select Photosho