Java in Forms

Is it possible or has anyone tried to use the database connection of webforms for a "bc4j application", when the "bc4j application" is running in a bean area in forms.

Sven,
Forms database connection cannot be shared with Java
Frank

Similar Messages

  • Unable to open java custom form in R12 instance

    Dear friends,
    I am unable to open java custom form from front end.
    Navigation as follows:
    SYSTEM ADMINISTRATOR --> UM_SHIPPING --> ORDERS LOOKUP.
    Can anyone please look into the issue please.
    The error as follows:
    Error page
    you have encountered an unexpected error. please contact the system administrator for assistance.
    Thanks,

    I am unable to open java custom form from front end.
    Navigation as follows:
    SYSTEM ADMINISTRATOR --> UM_SHIPPING --> ORDERS LOOKUP.Was this working before? If yes, any changes been done recently?
    Did you follow the steps in (What Setup is Required to Create Custom JSP Pages to Run on the Ebusiness Suite 11i and R12+? [ID 884200.1])?
    Can anyone please look into the issue please.
    The error as follows:
    Error page
    you have encountered an unexpected error. please contact the system administrator for assistance.Please check Apache log files for details about the error. Please also check if any errors are reported in the database log file.
    Thanks,
    Hussein

  • Problem in printing a java swing form

    Hi,
    Could anyone help me on how to set the page margings while I print a java swing form since it is taking a lot of space as margins in the top right top and bottom how do i do that. or is it that java can only print in the printable area or is there any way i can increase the scope of the printable area

    I used PrintRequestAttributeSet and set the margins to 0.5 on all four sides by creating an instance of MediaPrintableArea. By default, the margins on all sides comes up as 1.0 inch. Default paper size is LETTER (8.5 x 11).
    PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
    aset.add(new MediaPrintableArea(0.5f,0.5f,7.5f,10.0f,MediaPrintableArea.INCH);
    PrinterJob printJob = PrinterJob.getPrinterJob();
    printJob.setPrintable(component);
    if(printJob.printDialog(aset))
    printJob.print(aset);
    hope it helps.

  • How to find table used in java based forms

    In R12 how can i find table name used in Java Based forms.

    Record history for OAF / Selfservice pages is only available in R12.1.1 - pl see MOS Doc 565870.1 (Oracle Application Framework (OAF) Release Notes, Release 12.1.1) - it is not available in 11i and 12.0.x releases.
    HTH
    Srini

  • How to embed/perform a Java Swing form into webased Swing form

    How to embed/perform a Java Swing form into webased Swing form or any alternative.
    Suppose i have 2 or more swing forms which are desktop applications but i want those forms to be now webbased..so how can i do this.Will i need to change the swing coding or will have to keep the swing design same.what can be the best Solution.

    You can launch your existing desktop app via the web using [Java Web Start|http://java.sun.com/javase/technologies/desktop/javawebstart/index.jsp]

  • How to use Java in Form

    I have developed lots of application using Developer2000. I have never used Java in forms. Could anyone tell me how to use and how could Java help me in my application.
    Thanks in advance

    Have a look in the online help for "Java Importer", PJC and "Java Bean".
    There are also some paper on otn.oracle.com/products/forms
    Click to view the papers and you will see a couple which should how to integrate Forms and Java.
    Hope this helps.
    Grant Ronald
    Forms Product Management

  • How to use java in Form 9i

    hi
    i want to ask how to use java in form 9i, can any one plz. give me an example
    thanks & best regards!
    SoftDesire

    From an earlier posting:
    "Have a look in the online help for "Java Importer", PJC and "Java Bean".
    There are also some paper on otn.oracle.com/products/forms
    Click to view the papers and you will see a couple which should how to integrate Forms and Java.
    Hope this helps.
    Grant Ronald
    Forms Product Management"
    HOpe this helps.
    Grant

  • URGENT using java in Forms 9i

    Hi,
    I need to use one Java module in Forms 9i, i use the Import Class Java, no problems. But when i try to use this function, i can't recuperate the data in this object in Forms.
    In this program works the 2 first instruction, but the 3 work, but i don't obtain the good object.
    Thank for alls.
    Forms:
    declare
    new ora_java.jobject;
    documento ora_java.jobject;
    busqueda ora_java.jobject;
    cont      number;
    begin
    new := TRControlDoc.buscar(documento,busqueda);
    cont:= ORA_JAVA.get_array_length(new);
    nuevo:= ora_java.get_object_array_element(new,1);          
    end;
    JAva in Forms:
    -- Method: buscar (Lgesdoc/model/TRBusqueda;)Ljava/util/Vector;
    FUNCTION buscar(
    obj ORA_JAVA.JOBJECT,
    a0 ORA_JAVA.JOBJECT) RETURN ORA_JAVA.JOBJECT IS
    BEGIN
    args := JNI.CREATE_ARG_LIST(1);
    JNI.ADD_OBJECT_ARG(args, a0, 'gesdoc/model/TRBusqueda');
    RETURN JNI.CALL_OBJECT_METHOD(FALSE, obj, 'gesdoc/model/TRControlDoc', 'buscar', '(Lgesdoc/model/TRBusqueda;)Ljava/util/Vector;', args);
    END;

    Hello Francois:
    I obtain the next message when i try the obtain one field the this object
    [03/28/06 11:12:46 Hora estándar romance]::Client Status [ConnId=0, PID=3016]
         >> ERROR: Abnormal termination, Error Code: C0000005 ACCESS_VIOLATION
    ======================= STACK DUMP =======================
    Fault address: 08074ED7 01:00073ED7
    Module: C:\OraDev904\jdk\jre\bin\client\jvm.dll
    System Information:
    Operating System: Windows NT Version 5.1 Build 2600 Service Pack 2
    Command line: ifweb90 server webfile=HTTP-0,0,0,webutil
    FORM/BLOCK/FIELD: F_CDOC_GEDAS_1:BLOCK3.BUSCAR
    Last Trigger: WHEN-BUTTON-PRESSED - (In Progress)
    Msg: <NULL>
    Last Builtin: MESSAGE - (Successfully Completed)
    Registers:
    EAX:14834500
    EBX:02AD1D68
    ECX:0000000B
    EDX:02B98DC0
    ESI:02B98DC0
    EDI:02AD3D78
    CS:EIP:001B:08074ED7
    SS:ESP:0023:0012D4FC EBP:0012D508
    DS:0023 ES:0023 FS:003B GS:0000
    Flags:00210206
    ------------------- Call Stack Trace --------------------- Frameptr RetAddr Param#1 Param#2 Param#3 Param#4 Function Name 0x0012d508 65fef98a 02b44058 02b98dc0 02b98dbc 65fc3502 0x08074ed7 ------------------- End of Stack Trace -------------------
    Thanks for all

  • Populate Table from RFC in WD-Java Adobe Form

    Hi Experts,
    I have a Table in WD-Java Adbe Form. The first column is EMPLOYEE_ID and rest of the columns are EMPLOYEE_DETAILS.
    I provide the EMPLOYEE_ID as input in the first column and then on clicking of the CHECK button, I want to get the remaining columns populated with Employee Details
    If I enter just one employee id (Row1) then I should get the details of the first employee only.
    If I enter two employee ids (Row1 and Row2) then I should get the details of both eployees in the table.
    The ABAP RFC Function Modules have already been designed in such a way that a table is bein passed as Import (having EMPLOYEE_IDs) and another table is beig returned with the filled in details of the employees in the Export.
    THe issue is how to use the RFC to implement this table in the form.
    Thanks & Regards,
    Shobhit
    Message was edited by:
            Shobhit Swarup Mathur

    Hi Shobhit,
    You could populate the columns by writing a script at the click event of the button.
    Is it a dynamic table..(asking this coz then the reference of the row will also be dynamic)
    if its a static table.
    on the click event, you can write the following script.
    Note...i am taking the table name as Table1
    var nTableLength = Table1.nodes.length;
    for (var nCount = 0; nCount < nTableLength; nCount ++) {
    if ((Table1.nodes.item(nCount).className == "subform") && (Table1.nodes.item.nCount).name !== "HeaderRow")) {
    oRow = Table1.nodes.item(nCount);     
    if (oRow.EMPL_ID.rawValue !== null ){
    // populate the other value over here eg
    // oRow.EMPL_NAME.rawValue = 'Shobhit';
    let me know if theres any problem.
    Best Regards
    Mona

  • Want in implement Java oracle Forms.

    Hi,
    I want to learn how to implement java in oracle form, and that to I want it using oracle forms builder and not using Jbuilder.
    E.g. implementing Java Beans in oracle forms.
    As I am a begineer in this field, please guilde me from where I should start and what I should read for this.
    Thanks,
    Ashish

    If you talk about creating Java components for Forms, you can't avoid using a Java IDE - but Oracle has JDeveloper, and it's free! :) What you need is basic knowledge about Java and how Forms can interact with Java components, and the links from Francois should give you a good starting point for that.
    You can also find a lot of inspiration of what you can do with Java in Forms at Francois' blog:
    http://fdegrelle.over-blog.com/
    Hope this helps,
    Jacob

  • Java Order Form

    I need a java order form for my website, but I don't know java. Can someone help. Maybe you have some java script

    I'm sure someone would be glad to make one for you for the right price

  • Java or Forms??

    Hi all.
    I don't know if this is the right place to post this question but here it goes.
    At this time we develop our applications in Forms and Reports using Oracle8i, but I've been thinking why not move to Java (in this case JDeveloper). What have been your experience of doing this change??, have you saved your company costs for doing this?, the actual development has improved?, or I better stick to forms...
    Thanks for your time guys.
    Leo

    Leonidas,
    this is a good question to ask and the answer very much depends on your business requirements, skill set, costs and development resources.
    With the upcoming JDeveloper 10g the productivity race between Forms and Java becomes tight and both technologies are valid options to use.
    Cost is a good factor to look at: If your application runs fine in Forms today, then what would justify the cost of re-developing it in J2EE? Why don't you go and test the water by developing your next project with Java and J2EE? Forms and J2EE applications can coexist and are not exclusive.
    As a suggestion for mixing and matching Java and Forms, please read
    http://otn.oracle.com/products/forms/pdf/formsj2ee_business.pdf
    Frank

  • How to compile a ".java" to ".form" file?

    Hi all,
    I know that using UI Designer, I can easily design a form visually and then get the java source code for it. But here I want to de the reverse: I have the java source for some GUI of my software and I want to change it in some way without bothering myself in the code. How can I convert my .java to .form?
    thanks

    cscat wrote:
    I tried to delete the 2nd post but couldn't!oh nose,
    if you want to create java code on the fly while messing with the layout you can use jigloo (eclipse plugin) although the code that's produced is horrible at best.
    Edited by: deAppel on Jun 2, 2008 9:11 AM

  • Is there any core java tutorial form sun site

    HI all,
    is there any core java tutorial form sun site where i can down load it study them on offline rather that seeing it on line.
    can any give me link for it.........
    vijay

    thank you for reply ,
    i have googled and find this help full in getting the details and u can download from here.
    "http://java.sun.com/docs/books/tutorial/information/download.html"
    vijay

  • Migration MS ACCESS FORMS and Reports to Oracle (Java or Forms or Reports)

    Hello ,
    can someone tell me, how i can migrate a whole MS ACCESS 2000 mdb (with forms and Reports) to Oracle.
    I think i have first migrate the Access DB with the OMWB to Oracle and in the next Step to convert the VBA Code to JAVA or Forms9i.
    BUT Is there a tool available for Migrating VBA code like the OMWB ????

    I don't know if this is an obvious question, but do you have MS Access 2k installed on the machine you are trying to run this from? I'm assuming yes.
    If you do and there is still a problem, you should log a ticket for support who will take your mdb and help out with the issue for you.
    Many thanks
    Barry

  • Invoking a workflow using GP and WD Java Adobe Forms

    Hi,
    I have a scenario where I want to be able to submit an Adobe Form for approval, if its approved I get info from a BAPI which populates the form, if not I just get a message saying, Not approved. So in steps i'd like to be able to:
    1) User fills in a form with input parameters,
    2) Submit form,
    3) Approver receives form for approval,
    4) Approver approves and a BAPI is invoked with the input parameters in the form, the form is populated with what the BAPI returns.
    5) Form is sent back to user.
    6) If form not approved then message sent to user.
    I want to create the Adobe form in Web Dynpro Java. I need advice as to if I should do the whole process in GP, or can I use them both together? What are the steps involved? Can this be achieved? Do we use Portal email services to send communication between the user and the approver? Any advice/help/suggestions very welcome.
    Thanks
    TM

    Hi Lisha
      For storing the data from form to workflow and from workflow to trancation it better to maintain custom table to get the details later. You can use the std FM to insert the data from the form to table in this case you need not create custom table. Tell me which module you are working on. MSS or for ESS like leave, travel, actions like seperations, transfer which one you are using.
    Regards
    vijay

Maybe you are looking for

  • Hiding button in me28 report

    HI friends,               I want to Disable the  print preview , information, summation,  subtotals , ascending              and descending buttons when we execute the me28 report.             Please do let me know if this is possible ,  If yes then

  • How can I convert a Database Handle from TestStand to LabVIEW?

    I want to use a Database Handle (already created in TestStand by an Open Database step) in a LabVIEW-VI (called from TestStand) to connect it with the "Connection Reference" input of the "Easy SQL.vi"? If I use a directly connection via the "TestStan

  • Why do I get "Import Errors"?

    I just shot 16 clips with my Canon HD camcorder (AVCHD). I put the memory card in my desktop computer (Windows7) after I had PrE11 running. Then I clicked Video Editor/New Project/Videos from Flip cameras, AVCHD cameras. I saw all my clips and I clic

  • AME - Internet Expenses

    Hi All Battling to configure AME for OIE Approval for R12 If Expense Report is type 1 I want the Expense Report creators userid to be the first node in the approval chain (Type 1 Expense Reports are created by a delegated user and in this case reques

  • Best way to copy large VM files from one drive to another?

    Hi all, I am wondering what the best and fastest way there is to copy a large VM file from one drive to another (external drive to internal drive). Should the .pvm folder (in my case with Parallels) be zipped first? The files I need to copy range fro