Wednesday 13 September 2017

How To Call HTML in E business Suite




import oracle.apps.fnd.framework.webui.beans.OAHTMLWebBean;

public void processRequest(OAPageContext paramOAPageContext, OAWebBean paramOAWebBean)
  }
 
    OAPageLayoutBean localOAPageLayoutBean = paramOAPageContext.getPageLayoutBean();
   
    OAHTMLWebBean pdfElement =(OAHTMLWebBean)createWebBean(paramOAPageContext, HTML_WEB_BEAN, null, "EMBED");
    //use IFRAME or EMBED
          pdfElement.setHTMLAttributeValue("src","/OA_HTML/XxEBSAlert.jsp?");
    //pdfBlob
    // p_output
    pdfElement.setHTMLAttributeValue("width", "450");
    pdfElement.setHTMLAttributeValue("height", "450");
    if (localOAPageLayoutBean!=null)
    {
      localOAPageLayoutBean.addIndexedChild(pdfElement);
    }

Issue Running the OAF Page in Jdeveloper

Jdev version: 10.1.3.3.0

I have issue while running the OAF page in my local system. i am working through Client VPN and getting below error. i have tried all
possible workrounds as mentioned in previous forums.

1.
Add timeout parameter in ide.property File - Gave 100
2. Using using of Default Local IP in TOOL> Preferences > Embedded OC4j
3. Assigning your IP in Specific Host option in TOOL> Preferences > Embedded OC4j -  Gave machine ip address
4. Checking correct version of the Jdev
4. Deleting the transaction.state File from "C:\Jdev9i\jdevhome\jdev\system9.0.3.5.1453\oc4jconfig\log" location and restart the jdev again. - Emptied the system folder
5. no spaces in path where Jdev is installed.
6. Setting up the Env variable i.e. Jdev home in local system in My computer >properties >Advanced - JDEV_USER_HOME

I'm unable to find the below in Jdev.

Right click on .jpr in your Jdeveloper, go to project settings>
Configurations> Development> Runner
Under "Java Options" field delete parameters which has CACHE in it's name. They are
DFND_JDBC_STMT_CACHE_SIZE=200 DCACHENODBINIT=true




Solution:


Check Embeded OC4J Port is opened or not for your Machine IP.
if not please check with network Admin.



















IE Browser Issue How to remove the 'x' symbol .




how to remove the 'x' symbol .
it will come only IE browser not come in Chrome and firefox.most of the user using IE only



Solution:

Please fallow below steps your issue will be resolve.

1. Create one style.css file with below content

input[type=text]::-ms-clear {
    display: none;
    }


2. Go To Internet Options > General tab > Accessability button > "Format documents using my style sheet" and browse .css file and click ok.


check below screen shot as well.