User Profile
Collapse
-
No, it is not working.... -
My sincere apology for happend thing, but I thought it would be better for understanding the problem....Leave a comment:
-
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;...Leave a comment:
-
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;
}
...
No activity results to display
Show More
Leave a comment: