User Profile

Collapse

Profile Sidebar

Collapse
vsraot
vsraot
Last Activity: Oct 10 '07, 05:30 PM
Joined: Sep 17 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vsraot
    replied to How to dispaly two decimal points in java
    in Java
    No, it is not working....
    See more | Go to post

    Leave a comment:


  • vsraot
    replied to How to dispaly two decimal points in java
    in Java
    My sincere apology for happend thing, but I thought it would be better for understanding the problem....
    See more | Go to post

    Leave a comment:


  • vsraot
    replied to How to dispaly two decimal points in java
    in Java
    Hi,
    Thank you very much for your reply.
    Your suggested code is exactly meeting the requirement then I modified the code but I faild to integrate it. Please help me .

    Following is code what I wrote. (It consists of 2 files)

    //Following is the File 1

    package oracle.apps.ont .margin.server;

    import java.text.Numbe rFormat;
    import java.text.*;
    import oracle.apps.fnd .framework.OAEx ception;...
    See more | Go to post

    Leave a comment:


  • vsraot
    started a topic How to dispaly two decimal points in java
    in Java

    How to dispaly two decimal points in java

    Hi,
    How to dispaly two dicimal points in java (Example 1) 5.70 Example 2) 561 but it should display as 561.00)

    Example1) Here I am able to display 5.7 but it should display as 5.70
    Example 2) Here I am able to display 561 but it should display as 561.00

    Following is the code I wrote

    public MaintainOrdersA MImpl()
    {
    mDECIMAL_PLACES = 2;
    }
    ...
    See more | Go to post
No activity results to display
Show More
Working...