Bean issues in Forms 6i

Hi,
I have Bean related samples and jar files which creating button on runtime and it works perfectly in 10g but not in 6i.
When i run 10g it running on browser, that time some java console loaded into taskpane.
When i run 6i (run on client/server) nothing will come (button).
When i try run 6i (run for web) im getting following error. Please help me how to resolve this issue.
Frm-99999: Error 18114 occurred. See the Release Notes file (relnotes) from information about this error.
kanish

Please let me know if you got any resolution for the issue.
Wasim

Similar Messages

  • Report for issuing C-Form to vendor

    Hi,
    Report for issuing C-Form to vendor regarding invoice booked against PO.
    Help me out in the above issue.
    Regards,
    R.K

    Hi Anjireddy,
    can you let me the path or T.code for the standrad C-Form and what is the process we has to follow for C-Form for vendor.
    Regards,
    R.K

  • Issue with form based Authentication in three tier sharepoint 2013 environment.

    Hi,
    We are facing issue with form based Authentication in three tier environment.
    We are able to add users to the database and in SharePoint.
    But we are not able to login with created users.
    In single tier everything working fine
    Please help , Its urgent ... Thanks in advance.
    Regards,
    Hari
    Regards, Hari

    if the environments match, then it sounds like a kerberos double-hop issue
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • How to fetch data in a grid format in a bean area in forms 6i?

    Hi,
    I need help from all the gurus and experienced persons in forms 6i. I am trying to build form which will have some text fields and a bean area which will display the records that I had entered. Basically following is the basic form structure I am trying to develop
    1. There will be a search form which will have two text fields 'Emp ID' and 'Emp Name' and two buttons 'New' and 'Find'.
    2. Let there be another form which will have a bean area which will display the following columns in it in the form of a GRID
    a. Emp ID
    b. Emp Name
    This form will also have two text fields 'Emp ID' and 'Emp Name'.
    3. When I press 'New' in the search form then the second form should open and it will be blank. I can enter data in the text fields and save the form. The grid area (bean area) should be blank.
    4. When I open the search form again and enter the 'Emp Id' I just created in the above step and click the 'Find' button then the next form should open and the 'Emp Id' and the 'Emp Name' text fields should be populated with the data I created in the step 3 and the bean area should also display the record in the form of a grid.
    I am ok with all the parts except for the bean area part. Can you help me hpw to develop the form with the bean area and fetch data when searched for and display it in the form of grid?

    But still I would like to learn about the Bean being used in the Oracle Forms. I am not familiar with Java at all. So it would be very helpful from your side if you can give me some sample on how to use bean area in forms and fetch records in that in the form of a Grid.You don't need to know anything about Java in order to implement a Java Bean in your form. You simply need to know how Oracle Forms interacts with Java Beans and the When-Custom-Event trigger used to interact with Java Beans.
    Francois Degrelle has a great web site (Oracle Forms PJCs/Java Beans) for learning how to use Java in Forms. I recommend you get started here. The biggest hurdle you will encounter is setting up your App Server or your local Forms Builder installation to use Java Beans. For some reason, Oracle has retired many of the documents on OTN that walked you through this setup. However, I can assume that you have access to My Oracle Support (MOS) since you are working with EBS 11.5.9. You should be able to find everything you need in MOS to help you set up your environment.
    Craig...

  • Help : Unable to use Java Beans in Oracle forms 6i

    Hi ,
    I have been trying to run few sample code to understand how to use Java beans in oracle forms 6i .But have been largely unsuccessfull.
    It will be great if somebody can provide me with some simple form( and java code )which uses java beans concept to give some data to the java program and receive some data from it . Pls inform me about the settings that need to be done.
    If you guys know it then pls take the pains of writing a simple form and java code.
    i hope somebody will respond because your reply is very necesary for me to proceed.
    U can email me the code > [email protected]
    Thanks in advance.

    Thanks for your reply Francois.
    Actually i am not facing problem understanding the programming technique.
    I think the problem at my end is more of a cofiguration one.I am using forms version 6i
    on oracle 8.
    Every time i set the imlementation class property of the bean area it gives an error 13010 which translates to that "the class being mentioned is not extending the IView class".
    The class i have written extends VBean so i am not sure why this error is occuring.
    I think if oracle (correctly) finds the java class to use then i will be able to proceed.
    Pls reply.
    If you have some code that is working fine then pls send it to me.And also inform is some environment variables have to be set for its use.

  • Refreshing issue - Adobe forms!!

    Hello,
    We are facing a Refreshing issue - Adobe forms, whenever we open the adobe form through open processes, the window doesn't open fully, so again when we refresh it, the size is maximised but the abode forms doesn't open to the full size & we see a small scroll bar on the right hand side.
    Please help!
    Regards,
    Poornima Saligram

    Updates: Just found out that this issue rises only to the clients using Wyse terminals. Has anyone had any issue using Adobe forms and Wyse terminals?

  • 10g Migration issue in forms related to graphics

    Hi..
    I am facing a 10G migration issue realted to graphics in Forms.
    A form got migrated from 6i to 10g and it has Graphics in it but it is not displaying the graphics in Runtime after
    migration.can anyone help me reagrding how to resolve this Graphics issue in 10g.
    Thanks,
    Venkat

    Graphics no longer exists in Developer Suite 10G. You have to replace the functionality , e.g. by using BI Beans. Have a look at the samples page http://www.oracle.com/technology/sample_code/products/forms/index.html

  • How to use Java Beans in Oracle Forms 11g at 64 bit windows7

    Hello Experts,
                  I am using Oracle forms 11.1.2.2.0 with weblogic 10.3.6 generic at windows 7 64 bit.
    My java version is jdk1.7.0_51.
    Now I have a htmlbutton.jar (which is for bean item in oracle form and this jar file works well for oracle forms 11g 32 bit windows 7 environment).
    I have takken steps:
    1:-Put jar file in home\java folder.
    2:-add this jar file into archive in formsweb.cfg.
    3:-Add this this jar file(which is in my home- java folder) in form_class path in registry.
    Now when I try to locate this jar file in my oracle form.There is no such jar file.what are the steps to use this jar file in oracle forms bean item.
    Please told me what is wrong here.
    thank you
    regards
    aaditya.

    It is unclear where you are having a problem.  Is your issue at runtime (when the form runs in the browser) or when working in the Builder on the form?
    Also be aware that you will need to sign your jar and include some new manifest entries.  Refer to the Java 7u51 documentation and blogs that discuss the changes.
    https://blogs.oracle.com/java-platform-group/entry/new_security_requirements_for_rias
    http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html

  • PanelTabbedPane and Backing Bean issue

    I have a page with 2 components: a "save" button and a tabbedPane with serverSideTabSwitch set to "true".
    The tabbedpane contains 2 tabs and in each tab there is an inputfield whose value is linked to a backing bean.
    If the user enters a value in the input field of the first tab, then clicks the second tab, enters a value in the input field of the second tab and then clicks the "save" button, only the value entered in the last chosen tab is set in the backing bean (and thus saved)
    Is there a solution for this problem , so that the information in all tabs is set in the backing bean (and also validated) ?
    A snippet of my JSP:
    <h:form>
    <h:commandButton action="#{testtabBean.save}" value="Save" />
    </h:form>
    <t:panelTabbedPane serverSideTabSwitch="true" >
    <t:panelTab id="tab1" label="Tab1">
    <h:inputText value="#{testtabBean.text1}"></h:inputText>
    </t:panelTab>
    <t:panelTab id="tab2" label="Tab2">
    <h:inputText value="#{testtabBean.text2}"></h:inputText>
    </t:panelTab>
    </t:panelTabbedPane>
    My backing bean:
    public class TestTabBean {
    private String text1;
    private String text2;
    public String getText1() {
    return text1;
    public void setText1(String text1) {
    this.text1 = text1;
    public String getText2() {
    return text2;
    public void setText2(String text2) {
    this.text2 = text2;
    public String save() {
    return null;
    }

    3 hours later is worked out is should be false :) Fixes the issue.
    <t:panelTabbedPane serverSideTabSwitch="false"

  • Issue for Form 16 and tax Computation on Salary to Employees

    Dear All
    Can Anybody suggest a way out for the following -
    We have to issue form 16 as per Indian income tax laws to employees. is there any method for computation of tax on salary or any development is required for the same. As per the Indian income Tax law a computation sheet is to be issued to an emmployee wherein his actaul salary earned ( say for two months) plus his estimated salary for remaining 10 months is to be given and employee in turn returns back the form duly signed in. how this computation sheet works in SAP ?
    Pl guide.
    Regards
    Rakesh Choudhary

    Hi Rakesh,
    this computation happens inside INTAX payroll function for India Payroll. ya its true that there is no standard SAP report to do this. But u can all the annual computation wage type in the RT (/4** wage types).
    If u want a seperate report to this then u can go for some Z development. But u dnt need to write the whole computation logic inside that. Instead of this u can use /4** wage types for the same.
    Regards,
    Praveen
    Edited by: Praveen Kr Tiwari on Apr 11, 2009 3:30 PM

  • Issue with forms in Safari

    I have a feeling this is an issue with the underlying programming, but I thought I would ask. I use a website that has a textbox for entering form data. As part of that textbox, when I use in my computer there are several icons for inserting an image url, inserting urls and several others.
    On the safari app in ipad and iphone these icons do not appear. Anyone have any suggestions on work arounds?
    Thanks

    Well, completely borrowed from a prior related submission by one who certainly appears to know his web design stuff ..... You have to use the 'touch' related JavaScript command set vice the mouse-based ones.

  • How to call a bean from a form?

    hi all
    i want to write a simple bean that checks the login information (userId ad Password) passed to it by a form in my jsp file.
    so i think i have to call the setUser() and setPassword() methods of my bean in a single action... how to do it?
    I also thought i can do it by calling a JavaScript, by I dont know how....
    then, once i get the boolean value (logged) returned from my bean, i can (through jsp) redirect the logged user to another page, or send a message to the non-logged user.
    is it a good solution or should I do it with a servlet?
    thanx for your answers
    sandro

    u can do it using a servlet or JSP itself. Check the sample code below to see how u can validate using values from form
    <%
    String username=request.getString("frmUser");
    String password=request.getString("frmPassword");
    urBean userBean = new urBean(); //Creating instance of ur bean class.
    userBean.setUserName(username); //Setting username
    userBean.setPassword(password); //Setting password
    boolean flag = userBean.validate(); //This functions validates against a database.
    if(flag) {
    response.sendRedirect("loggedin.jsp"); //redirects to page on successfull login
    }else{
    response.sendRedirect("error.jsp"); //redirects to error page.
    %>
    Hope this helps
    Biju

  • Issues with Form printing using a 3rd party software!!!!!!!!!!!!!!!11

    Hi All,
    We are printing our month end AR statements using Xerox DP100 printers. We are using a SAP Script as the layout form. Everything works perfectly alright when a direct print is issued to the printer. But the scenario here is the statements are sent to a 3rd party software so that the statements can be saved in their repository and made available to be viewed and printed whenever necessary. Now the issue is when this 3rd Party Software(TPS) reads the SAP generated PCL from its report store on the unix host and generates a PDF File that it presents to the web client user for (re)printing via his/her PC it appears that the TPS or Websphere or Adobe is performing a font substituion - replacing the Univers font(used in R/3) which is not loaded on the unix host with a different font(with different sizing and/or behavior).
    As a result the horizontal and vertical positioning generated by SAP(which is correct for the Univers font) is 'wrong' for the substituted font. The fixed size fields print OK but gradually move to the right. The varying size amount columns do not align correctly and fall off the right side of the page.
    Can anyone give me pointers on what can be done to arrest this error.
    Does the font need to be loaded on the unix host or the font used in the form be changed?
    Regards,
    Karthik

    Karthik,
              Sap script behaves differently for different printers. You will have to change margins when you change your printer/software accordingly.

  • Display Issue in Forms 10g on Windows 7.

    Hello,
    I have a peculiar problem while working on Forms 10g application on Windows 7 Platform. I am able to build form modules and run them. The problem is in the display in the Oracle Applications Server Forms Services window. I use internet explorer(default) to display the results. Apparently I am able to view the correct output only after I scroll the mouse pointer up and down once. To make it more clear, when I click on run form option of the forms builder, the output opens in an internet explorer window. But the screen is blank. I am able to view the resulting frame and its contents after I move the mouse pointer once, in a vertical direction. My instructor told me that it is a problem specific to Windows 7 and can be rectified by using TuneUp Utility but of no help.
    Can anyone solve this please.
    Thank you!

    Hi,
    Since the form is appearing the issue is something to do with the client machine where you are opening the form from.
    Try  again after clearing the web browser cache and java cache. Also you may try this from another machine and confirm of the situation.
    Thanks &
    Best Regards,
    Asif

  • Issue with Form Editor, Payslip

    Dear All,
    I have an issue in Salary Slip. I am making my own pay slip in form editor and I have made 4 windows for displaying 4 different type of allowances and deductions but when I call the value in window from wagetypes in RT they come up as multiplied by 10. For example, (Please note that I am in Oman and local currency is OMR that uses 3 places after decimal for example 20.300 OMR) An employee has basic pay of 1500.700/- OMR it is coming up as 15007.00/- OMR. The amount in RT is coming fine as 1500.700/- OMR, I have checked it. When I call a wagetype in a single field the value comes out fine so the issue is with values displayed in the Windows.
    Can anyone tell me whats going on???
    Regards,
    Ahsan Zaidi.

    Hi Bala,
    It is already mapped correctly. If I enter a single line Text in HTML Editor, I am getting the same Text after Parsing. But If I enter multiple lines, spaces, new lines, etc., then the Problem.
    Thanks||
    Ashok M.

Maybe you are looking for