[ADF, JDev12.1.3] Problem of formatting attribute VO MONEY when exports it as an Excel file using apache.poi

Hallo,

I have a VO with an attribute based on the field of database of MONEY.

In the configuration of the VO for the attribute I put:

  • In the "Details" tab: Type = BigDecimal
  • In the "Indications of the UI" tab: Format type and Type like the image below

Immagine.png

These settings allow the value of the attribute (in the table, inputText) appears with thousands and decimal separator that according to my language - Italian - are. (point) and, (comma).

For example. Silver number displayed correctly:

10.123.000,37

When I write the value of the attribute in an Excel cell using apache.poi...

cell.setCellValue (attr.toString ());

... I see in the cell...

10123000.3700

... Although I'd like to see what...

10123000,37 (not thousands separator, the comma as separator decimal and only 2 decimal places)


You could you kindly help me to get there?

Thank you

Federico

Federico, this isn't really a question JDev or ADF. This can be solved by setting the cell format to the cell, you write the number. Like oyu would in excel

style.setDataFormat(HSSFDataFormat.getBuiltinFormat("#,##0.00"));

more info on HSSFDataFormat (javadocexamples.COM JAVA DOC BY EXAMPLES) - API, usage, demonstrations and code examples

Timo

Tags: Java

Similar Questions

  • Exception if you use Apache POI in ADF

    Goodmorning;

    I use jdev 11g, I'm trying to use Apache POI to import the content of Microsoft XL file in my database.

    I already do this with success on netbeans. but not on jdev.

    first of all, I have download the POI package on the site web apache, and I create a library and add the jdev jar files using tools-> manage libraries, this is the list of the jar file: poi - 3.6 - 20091214.jar, poi-contrib - 3.6 - 20091214.jar, poi-ooxml - 3.6 - 3-20091214.jar and poi-block-notes - 3.6 - 20091214.jar.

    Create a page with a button jsf, then activate the link to this page using the design-> Page-> binding component properties-> check Auto link

    in the action of the buton method, I put the following code:

    public String cb1_action() throws FileNotFoundException, IOException {}

    Connection Conn = null;
    String url = "jdbc:mysql://localhost:3306";
    String dbName = "test";
    String driver = "com.mysql.jdbc.Driver";
    String username = "root";
    String userPassword = "";

    try {}
    InputStream fs = new FileInputStream("/home/Rachid/test1.xls");

    HSSFWorkbook wb = new HSSFWorkbook (fs);

    HSSFSheet sheet = wb.getSheetAt (0);
    Line HSSFRow = null;
    for (Iterator Tricard = sheet.rowIterator (); rowIt.hasNext ();) {

    line = rowIt.next () (HSSFRow);
    Code HSSFCell = row.getCell (0);
    Name HSSFCell = row.getCell (1);
    HSSFCell dt = row.getCell (2);
    java.util.Date date = dt.getDateCellValue ();
    System.out.println ("code" + code + "% name" + name + "% date" + date);


    try {}
    Class.forName (driver) .newInstance ();
    } catch (ClassNotFoundException e) {}
    } catch (InstantiationException e) {}
    } catch (IllegalAccessException e) {}
    }

    try {}
    Conn = DriverManager.getConnection (url + dbName, username, userPassword);
    } catch (SQLException e) {}
    }
    Statement stmt = null;
    try {}
    stmt = conn.createStatement ();
    } catch (SQLException e) {}
    }
    String strQuery = "insert into importxl values (" + code+",'"+nom+"','"+date.getDay()+"/"+date.getMonth()+"/"+date.getYear()+ "'" ");

    System.out.println (strQuery);

    try {}
    stmt. Close();
    } catch (SQLException e) {}
    }
    try {}
    Conn.Close ();
    } catch (SQLException e) {}
    }


    }
    } catch (FileNotFoundException exception) e {}
    e.printStackTrace ();
    } catch (IOException e) {}
    e.printStackTrace ();
    }
    Returns a null value.
    }
    }



    and when I run my page and click on the button, this exception page appears:

    Error 500 - Internal server error

    javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/poi/rich/usermodel/HSSFWorkbook
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:94)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.doIt (WebAppServletContext.java:3684)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError: org/apache/poi/rich/usermodel/HSSFWorkbook
    at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:698)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:285)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    ... 35 more
    Caused by: java.lang.NoClassDefFoundError: org/apache/poi/rich/usermodel/HSSFWorkbook
    at Mybean.bean1.wrc (bean1.java:23)
    at Mybean.MybeanImport.cb1_action (MybeanImport.java:53)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
    at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
    at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
    ... more than 43
    Caused by: java.lang.ClassNotFoundException: org.apache.poi.hssf.usermodel.HSSFWorkbook
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:177)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:37)
    ... 52 more

    Have you checked "Deploy default" when you created the library?

    John

  • [ADF, JDev12.1.3] How to get the column headers, request of VO and VO bind vars used by an af:table?

    Hallo,

    I want to create a method that takes as a parameter the id of an af:table (used to display the search results) and returns:

    • the column headings of the af: table
    • Visible property (true/false) of the columns af:table
    • the actual query of the VO instance used to create the af: table
    • the values of real bind variables passed to the query of the instance of VO

    I would like to create a servlet which takes the parameters reruns the query and returns a report Excel/PDF file that contains exactly the same columns and same of the af records: table.

    I'm a little confused on who use the code to achieve this... you kindly help me?

    I did a similar qustion here Re: [ADF, JDev12.1.3] how to export an af:table to Excel in an ADF Essentials application? but then I guessed that it was preferable to create a new thread.

    Thank you

    Federico

    For this, you can use this type of code

    Context LocaleContext = _adfTableBinding.getLocaleContext ();

    for (attr AttributeDef: attributeDef) {}

    Label As String = attr.getUIHelper () .getLabel (context);

    _logger.info ("Attritbute name:" + attr.getName () + "column name:" + attr.getColumnName () + "Col4Query name:" + attr.getColumnNameForQuery () +)

    "Name:"+ label);

    }

    which produces this output

    Timo

  • [ADF, JDev12.1.3] How to set attributes for new records in detail your (by program) in a panel of master / detail tabbed?

    Hallo,

    in a fragment that I have a tabs including the 1st tab panel contains an af:form (created from a master VO) while the other tabs each contain an af:table (created from a VO detail).

    When the fragment is used in design mode , I need to set some attributes (hidden) for each VO.

    I guess I can begin to insert before the fragment, in the workflow, the operation "Create with Params" for the master VO.

    But who should I set the values for the fields the other VO's hidden when the user create new records?

    Some fields of VO can be set taking values directly from session and pageFlow scope while the value must be calculated for other fields.

    Thank you

    Federico

    Retail vo was create with Potsdam too. You can use what you can do to master VO. link the button to detail to a bean and calculated method to set the parameters before running the createWithParam.

    Timo

  • [ADF, JDev12.1.3] LOV entry: is it possible to change the criteria to view / query to use before the opening of the popup?

    Hallo,

    I would like to know if it is possible to change the criteria for the view or the query used by an LOV entry before the opening of the pop-up window (on the click the icon in the search).

    Thank you

    Federico

    You can change the implicit vc used by the LOV, overwriting the popuplistener and a different VC as

    {} public void onLauchLov (LaunchPopupEvent launchPopupEvent)

    String submittedValue = (String) launchPopupEvent.getSubmittedValue ();

    run the queries only if value is submitted

    If (submittedValue! = null & submittedValue.length () > 0) {}

    RichInputListOfValues lovComp = launchPopupEvent.getComponent ((RichInputListOfValues));

    BindingContext bindingCtx = BindingContext.getCurrent ();

    BindingContainer links = bindingCtx.getCurrentBindingsEntry ();

    JUCtrlListBinding lov = bindings.get ("JobId") (JUCtrlListBinding);

    VCM ViewCriteriaManager = lov.getListIterBinding () .getViewObject () .getViewCriteriaManager ();

    ensure that the criteria of display is disabled

    vcm.removeViewCriteria (ViewCriteriaManager.IMPLICIT_VIEW_CRITERIA_NAME);

    Create a new view of the criteria of

    ViewCriteria vc = new ViewCriteria (lov.getListIterBinding () .getViewObject ());

    Use the name of the default view criteria

    '__DefaultViewCriteria__ '.

    vc.setName (ViewCriteriaManager.IMPLICIT_VIEW_CRITERIA_NAME);

    create a display for all queryable attributes criteria

    VCR ViewCriteriaRow = new ViewCriteriaRow (vc);

    for this example, I put the query filter for 60 DepartmentId.

    You can determine when running in reading to a managed bean

    or the link layer

    vcr.setAttribute ("JobId", submittedValue + "%");

    Note also that the line of view criteria consists of all attributes

    who belong to the view list LOV object, which means that you can

    filter on multiple attributes

    vc.addRow (vcr);

    lov.getListIterBinding () .getViewObject () .applyViewCriteria (vc);

    }

    }

    Here's the LOV on the employee on the work of attribte based on http://www.oracle.com/technetwork/developer-tools/adf/learnmore/29-adf-model-driven-llist-of-values-169171.pdf

    Timo

  • [ADF, JDev12.1.3] Model engine SelectOnChoiche should auto filling when it contains only 1 item

    Hallo,

    I have a model piloted by selecting a Choiche UIC LOV (in VO) is set up with enter any selection point = Point Blank (the first list).

    Well, I'd like that when the SOC contains 1 single element element is automatically selected.

    It is possible to achieve and, if so, how?

    Thank you

    Federico

    Well, maybe you can create the ViewRowImpl class and override the getter for this attribute...

    Something like this pseudocode:

    public SomeType getSomeAttribute(){
        Object value = getAttributeInternal(ATTRIBUTE_ID);
        if(value == null){
            if(getLOVAccessor().getEstimatedRowCount() == 1){
                value = getLOVAccessor().first().getAttribute("LovAttrib");
                setSomeAttribute(value);
            }
        }
        return value;
    }
    

    Dario

  • InDesign formatting boxes look horrible when exported in Acrobat

    I have a document in InDesign CS6 with a bunch of checkboxes, formatted in the Object Styles Panel. The boxes are pretty normal size 0.23 in.. When I export the document in Adobe Acrobat Pro XI, they turn into giant squares. If you click on it, they returned to the aspect that I put in InDesign, but only until I select another field, and then they are bombs again. The only way to solve this problem is to manually resize these boxes in Acrobat - but who completely defeated the purpose of build the form in InDesign.

    I tried to find a solution online, but I have not encountered this particular problem.

    Someone has encountered this problem before? Is there a solution?

    Thank you.

    A friend of mine took a peek. It turns out it was the shadow on the box that was causing the problem. I removed the shadow: problem solved.

  • [ADF, JDev12.1.3] A loop on af: table through "dcIteratorBindings.getAllRowsInRange" takes only 25 lines. Why?

    Hallo,

    I would like to export an af:table in Excel and I tried to apply the method described here http://www.techartifact.com/blogs/2013/08/generate-excel-file-in-oracle-adf-using-apache-poi.html#sthash.VSEYBrdd.UPOaYZ... by vinaykumar2.

    I noticed that the return Excel file contains max 25 rows.

    The VO behind af: table has the default configuration.

    The RangeSize of the iterator property is 25.

    oracle.jbo.Row[] rows = dcIteratorBindings.getAllRowsInRange();
    

    If I put it at 100, the return Excel file contains 100 rows max.

    I would always that all af:table are exported, so I guess I have to settle RangeSize on a very high value (e.g. 100000).

    Is RangeSize property to play with to solve the problem? Or there is a setting/alternative code to use? It affecting a high value will have an impact on performance?

    Thank you

    Federico

    Hi Federico,.

    The RangeSize - 1 value property. You will get all the lines.

  • [ADF, JDev12.1.3] Can I use this FacesUtils.java in applications of the ADF with no problems?

    Hallo,

    I would like to know if I can use this http://www.google.it/url?sa=t & rct = j & q = & esrc = s & source = web & cd = 2 & ved = 0CCoQFjAB & url = http %3 C % 2F % www.icesoft.org%2Fwiki%2Fdo 2F... in my ADF applications without any problem.

    Ore is at - it a specific class of more JDev ADF to use?

    Thank you

    Federico

    Federico, the code can be used without problem. However, if you use the class you get a different path to the "org.icesoft.samples.mobi.example1.view.util" package; That points to a different framework. As you have the source, you can easily create your own class in your package structure. You can get almost the same code of samples of the oracle too.

    The code is standard, and I don't think you break anything by copying in your path.

    Timo

  • [ADF, JDev12.1.3] Manages the pageFlowScope same bean validation of the different fragments of BTF. Doubts about the 'object' and 'uiComponents' validator parms

    Hallo,

    I have a 'registration' process bounded with 4 fragments workflow.

    There is in each fragment components entry created by dragging different fields of the same instance of VO.

    The user cannot access the next step if the current step is not correctly filled.

    In the fragment of 1st, the user chooses its type (customer, supplier,...) and in the following steps, the fields are has shown/Asterisk based on her user'type selected (I save the String bean var type managed pageFlowScope dedicated to the btf).

    Because of this in the original Version, by the way the key, there is no other area marked as mandatory.

    To manage the visibility of fields I set the property of rendering the fields (or their container) using EL expressions that read the type in the managed bean stream.

    To manage the fields points, I thought only 2 solutions:

    1)

    For each field to create a validator that checks if the fied was flled and function in the formato (e.g. for emails) right in the successful flowScope bean. So I'll have so many validator functions as areas to manage.


    2)

    Create a unique global validator to which the property of the validator for all fields will point in the managed bean flowScope.

    For example

    public void myGlobalBtfValidator(FacesContext facesContext, UIComponent uiComponent, Object object) {
      if (uIComponet.getId() == "InputTextEmail") {  // Component is in Fragment_1
        // Check if the filed is filled and its format
      }
      if (uiComponet.getId() == "InputTextMobileNumber") {  // Component is in Fragment_2
        // Check if the filed is filled and its format
      }
      if (uiComponet.getId() == "InputTextAddress) {  // Component is in Fragment_3
        // Check if the filed is filled
      }
    // ...
    }
    

    ID' would like to know if the 2nd solution might work and that is the approach recommended among them.

    Then, I would like to know if I can use ther uiComponent parm to the validator without any problem. I ask this question because in many threads, I saw only the parm object used. What are the different function/purpose of these 2 settings?

    Thank you

    Federico

    If you do not want to re-use these validators elsewhere in your application, then method unique validator will be enough.

    Of course, if the implementation of this method only validator will require a huge amount of code, it is probably better to split this option to separate validator methods (to simplify the maintenance).

    BTW, ID of component has to be short, so instead of using the id of the component, set f: attribute on each component of the user interface and to use uIComponet.getAttributes () .get ("attrib_name")

    Dario

  • [ADF, JDev12.1.3] Which is the best way to define the properties of CIU/fragments of pages. Is the approach that I have used a good choice (for a beginner)?

    Hallo,

    in my app, that I have a lot of pages and fragments in which properties (for example rendered text, disabled, Selected,...), lots of user interface components must be set, before/when the page is displayed, depending on the session and pageFlow scope attributes.

    So far I have created for each page/one backingBean brought bean fragment in which I defined an attribute for each property defined (e.g. 2 properties for each UIC: UIC is 10...) "I have 20 attributes to manage in the bean).

    Then, I linked each attribute of the bean to the respective UIC property. You can see in this my thread (unfortunately without answers ) [ADF, JDev12.1.3] backingBean bean: a lot of properties to set for lots of CIU... is better by using the properties of the binding or access code (created by ID) UIC? a small example. I put the attributes the bean Builder (or in a function of 'action' if the APP properties must be set based on the interaction of the user).

    I would like to know:

    • If it is a good approach / recommended / safe or if there is a better way;
    • If the scope backingBean is OK, or if a larger scope would be better.

    As I asked in the thread in the link above, the situation can become difficult to manage if the PPP for which setting, properties are very different.

    So I'd like if there is no alternative that I can use to get the same result with less effort.

    For example, using the class ComponentReference or invokeOnComponentAPI could simplify my life? And their use could I always use backingBean brought beans?

    Thank you

    Federico

    Federico, please understand that this forum has no sla. I have other work to do, who pays my bills. I will do my best to help, but you can not expect the instant replay.

    (1) you must not use the bean to init your beans. You can delay load or init your beans instead.

    (2) as Frank and says you can use a bean to view range and use it to make your calculations as long as you know how their parameters go to the btf

    (3) you should always use the reference of the component if you bind a component to a bean. Make a habit of all scopes.

    As we do not know how you calculate the State and how often it changes while the Working Group is on the page, it is difficult to give further advice.

    Timo

  • [ADF, JDev12.1.3] The console message strange when an LOV popoup entry opens. What do mean?

    Hallo,

    whenever, during execution, I click on the magnifying glass to a LOV Input and the popup opens, similar messages are written in JDeveloper console:

    < oracle.adf.view > < PanelGridLayoutRenderer > < _encodeAllOrVisitChildrenForEncodingImpl > < PANEL_GRID_LAYOUT_CIRCULAR_HEIGHT_DEFINITION_1 >

    < oracle.adf.view > < PanelGridLayoutRenderer > < _encodeAllOrVisitChildrenForEncodingImpl > < PANEL_GRID_LAYOUT_CIRCULAR_HEIGHT_DEFINITION_1 >

    < oracle.adf.view > < PanelGridLayoutRenderer > < _encodeAllOrVisitChildrenForEncodingImpl > < PANEL_GRID_LAYOUT_CIRCULAR_HEIGHT_DEFINITION_2 >

    < oracle.adf.view > < PanelGridLayoutRenderer > < _encodeAllOrVisitChildrenForEncodingImpl > < PANEL_GRID_LAYOUT_CIRCULAR_HEIGHT_DEFINITION_2 >

    Then, there is a special InputLOV for which this message if:

    < oracle.adf.model > < FacesCtrlLOVBinding > < _modifySearchVC > < ViewCriteriaItem for LOV attribute not found. >

    Sometimes this message is written:

    < org.apache.myfaces.trinidad.component.UIXComponentBase > < UIXComponentBase > < getClientId > < INVALID_CALL_TO_GETCLIENTID >

    I have to worry about them? If so, how do I deal with these issues?

    Thank you

    Federico

    I have to worry about them?

    Probably not (I noticed this scroll bar horizontal in the query part of LOV popup is almost invisible if you have an attribute that is longer than the width of the pop-up window, so this may be related...)

    It is an edition in 12.1.3.

    Last month, I logged service request that contains also the description of this problem so adf devs will know at least for her (but SR is related to another question)

    Dario

  • Problems of formatting with Satellite P25 2 GB SD card

    Dear members,

    Although I spent hours looking for an answer to the question above without success, I felt that I had to ask him once more. So, it's here (and sorry if this has been asked and answered already, maybe someone can tell me the right thread...).

    I have a laptop Toshiba P25-S5093, that was my serve. I bought it new over 4 years ago. Recently, I decided to take advantage of the embedded in my laptop SD card reader/writer. I bought a * _regular_ * SanDisk SD 2 GB (* not the HD - SD format *) and when I plug it in, I see the SD blue LED lights momentarily on my keyboard. I can even see that the _laptop reads the correct capacity of the card_ when I right click the icon. However, the system says that the card is not formatted and ask me if I want to format.

    Then, when I'm using the Toshiba format utility to format, it hangs for 2-3 minutes (I see the led Flash SD LED blue) and gives me the following error message:

    * TOSSDFMT: Unexpected error! Error code = 0x0340FF00

    I tried the quick format and a full format, with no success whatsoever. I exchanged for another 2GB SanDisk memory card, still the same problem.

    I downloaded the last SD formatting utility from Toshiba Web site (the latest utility driver looks old, it still 2003) and always without success.
    _Toshiba SD Card Format Utility Windows XP/2000 (v2.01.0; 09/09/2003; 1.75 M) _

    What is so intriguing is that both cards SD I've tried in vain on my Toshiba laptop, * work a lot on my brand new laptop working from another manufacturer *. * These cards are also fully recognized by my Canon or Fuji digital camera *.

    * If I use a USB card reader adapter, these cards are recognized by my laptop. This seems to point to a problem with the built-in SD slot or Toshiba driver / or Windows XP? *

    Notice to lovers? What gives?
    Thank you

    PS: or as a bonus question, what is happening with the warning of 'ready' or 'equipped' Bluetooth? I thought I had Bluetooth in my laptop, but I guess that's not so. Can someone explain to me * what are these BT stacks for * and how they align with what I have built-in hardware terms. Batteries BT BT "ready" but * no match *. I downloaded the following, but my virus detection was not happy with this file:
    _Toshiba Bluetooth Stack for Windows XP/2000 (v4.00.36 (T); 28/04/2006; 26.56 M) _

    David

    First P25 appears to be a mobile American, designed only for the American market.
    If you need information in this series, visit the Toshiba site us.

    One question; You are sure that the 2 GB SD cards are compatible and supported at 100%?
    Seems too large is not supported!

    > as a bonus question, what is happening with the warning of 'ready' or 'equipped' Bluetooth? I thought I had Bluetooth in my laptop, but I guess that's not so

    Did you find a Bluetooth label on the bottom of the unit?
    If not then this laptop has not built into the BT adapter!

    > Batteries BT would amount to BT "ready" but not equipped.
    Yes, a lot of series is not delivered with the BT module but can be improved!

  • problem of formatting Micro SD HC card

    Hello

    I ' have a problem to format my micro card.

    When I want to the appearance of card shaped this error

    guys help me please

    good luck to all

    Yes. You click on the link in my answer and follow the advice given?

  • External hard drive does not work. Is there another way I could solve the problem without formatting the external hard drive?

    My external hard drive works. I tried to plug and when I tried to open it, it says to format the drive until I could use it. Everything works well as when I plugged the USB icon shown on the screen. When I check the disk management, it showed that the partition of the drive is there.

    I tried to change the drive letters, but still having the same problem. I also tried to run the disk check on the command prompt and the properties of the drive, but it still can not because there is error popping up saying that the disk check cannot be performed because Windows cannot access the disk.

    Is there another way I could solve the problem without formatting the external hard drive?

    I tried the first step in troubleshooting the hard drive, but it gives a
    error in saying that "hardware changes might not have been detected.

    So I tried the second method, and when I click on the "Check now" button his
    gives an error saying that "the disk check cannot be performed because .
    Windows can not access the disk".".

    So is there any other way or option?

    Thank you

    Jason

Maybe you are looking for