How to insert a JavaBean in a given form in forms 9i ?

How to insert a JavaBean in a given form in forms 9i????
Hi,
Would somebody tell me precisely the required steps to insert a javabean into a given form?
Indeed, I tried with the slider sample: I create a bean area field, but when i attempted to insert the class name in the specific field in the form properties, I had an error message like "Could not find the class name". Although, the class needed does exist in some folder on my computer, I see it. When I run my form on the web, nothing happened in my form, and the bean area was blank !!!
I don't know what should i do? is there any particular setting to carry out?
Thank you very much in advance..

Mohammed,
the bean's jar file must be in teh Forms90_Builder_Classpath to instantiate the bean in teh Forms Development environment and should be in teh Forms90/Java directory at runtime. Also, at runtime, add the jar file to the archive_jini tag of your application.
Frank
Ps.: Check the Forms9i collateral on otn.oracle.com/products/forms for Java whitepapers.

Similar Messages

  • How can insert a MSWORD file into jdevloper form?

    Dear forums
    i am a user of jdevloper
    and working on client\swing.
    i want to insert a microsoft file into my form
    but i have no idea abt it.
    so plz help me....
    thanks

    You might want to read a little bit about Jakarta's POI and see if it can help you.
    http://jakarta.apache.org/poi/

  • How to insert a page dynamically into a form

    Good Morning,
    We've used LiveCycle to create a very intricate work order for our service company. Although most work orders we create don't need additional documents (aside from the form itself), some do. For example, we may want to add a PDF coversheet to work orders for certain commercial accounts that have special billing instructions. At this time we will add pages to an existing work order through the following process:
    Enter all data into the LiveCycle form
    Print the form to PDF and save
    Use the "Insert Page" feature to add the necessary page (these pages are templated for continuous use)
    Resave the document
    My goal is to find a solution that would allow the user to dynamically select/add the necessary pages to the work order during step one (entering data into the form). Then, when we print the work order to PDF the printed copy would include both the work order and whatever page was added. I hope my explanation makes sense. Is this possible in LiveCycle?

    If your form is a dynamic PDF then adding or removing pages is not going to happen within Adobe Acrobat Pro or Reader. I am pretty sure you can only modify the layout of an XFA Livecycle PDF within Livecycle. However what I have done in the past is add in the necessary pages that a user may want, hide the pages from the layout and then with a button click or some other type of control, show the pages. Hope I am understanding you right.

  • How to insert sql code in module (not form) other than API?

    I generated module as web pl/sql in Oracle Design Editor 6i. I have different user types with different privileges. I want to do some permission checking before a user can reach the tables. All the help are related to API and Form. Is there a way to execute sql code with out using API?

    Yes, you can add in your own user defined PL/SQL (and JavaScript)at module component and item level. Select the module component in the Design Editor and expand the node until you see "Application Logic" -> Events. Now add your logic. For help on this use the context sensitive help and you should find the PL/SQL help. (or try the topic "About user-defined application logic and Web PL/SQL Generator"
    (Is this the piece you wanted to avoid?) You can also add user defined PL/SQL to the Table API generated code. For this you need to use the Server Model tab. Navigate to the Table and expand the node for the desired table and find the Table TAPI/trigger Logic section. Again, make use of the context sensitive help here.
    Regards
    Sue

  • How to insert a button in a form in a j2me application ?

    Dear Friends,
    I'm new to J2ME. I want to know that how to insert a button in a J2ME form. What are the button action listener available here ? Please provide sample code.

    Form form = new Form("Form Title");
    StringItem button = new StringItem("", "Button text", Item.BUTTON);
    Command buttonCommand = new Command("Button command", Command.ITEM, 1);
    button.setDefaultCommand(buttonCommand);
    button.setItemCommandListener(new ItemCommandListener() {
    public void commandAction(Command c, Item item) {
    System.out.println("Button was clicked");
    form.append(button);

  • How to insert given manually in BW WEB?

    How to insert given in BW WEB? Necessary to have two fields in my report WEB that the user can insert manually given. How to make this?

    hi all,
    sorry to update you so late, because I can't log on SDN from time to time.
    the weird thing is that my peer can upload the picture successfully while I still can't see it in the list.
    I am handful, I'll do a research and update you guys later.
    thanks.
    Jennifer

  • How to insert step to given position ?

    Hi,
    I have sequence with Select Case structure and want to insert steps within Case-End. How to do that ? I found that index of step can be readable by TS_SequenceGetStepIndex(SequenceHandle, &errorInfo, szTestType, TS_StepGroup_Main, &val), but how to insert new step after, for example Case ? For function TS_SequenceInsertStep (SequenceHandle, &errorInfo, actionStep, iNumofSteps, TS_StepGroup_Main) is not available index (iNumofSteps is zero and not work as index of step and can only apply for order of inserting of steps (first step on begin or to end)).
    Currently I create all (Select, Case, End and steps that need to be within Case-End), but if basic structure can be as default (including Select, case etc), only content need to be updated, not all construction.
    (CVI/LabWindows coding)
    best regards,
    branar
    Solved!
    Go to Solution.

    Hi All,
    Yes, it was right solution. Only thing is that need to take iNumofSteps for step before and if you want to insert new step (or steps), this index shold be increased by 1.
    error = TS_SequenceGetStepIndex (SequenceHandle, &errorInfo, "TuningTimeAfterLNA", TS_StepGroup_Main, &val);
    iNumofSteps=val+1;
    //add
    tsErrChkMsgPopup( TS_EngineNewStep (EngineHandle, &errorInfo, "", "Label", &actionStep));
    tsErrChkMsgPopup( TS_StepSetName ( actionStep, NULL, szTestType));
    tsErrChkMsgPopup( TS_SequenceInsertStep ( SequenceHandle, &errorInfo, actionStep, iNumofSteps, TS_StepGroup_Main ));
     best regards,
    branar

  • How to insert a NOTE (GOS) foe a given Material No 4711 (BUS1001006)

    Hi,
    i'm looking for an FM or CL to insert a NOTE for a given Material No.
    I have tried SO_OBJECT_INSERT and CL_GOS_DOCUMENT_SERVICE->CREATE_NOTE, but i don't know
    the import for Material No.
    CL_GOS_DOCUMENT_SERVICE->CREATE_NOTE needs IS_OBJECT like BORIDENT.
    Thanks.
    regards, Dieter

    HI Stephen,
    I have the same prolem. I modified the 5 global tables, but I don't see the new line in the screen.
    Can you help me with some details?
    Thx!
    Mihaela

  • How to insert a local member in a column between two different nested row dimensions

    Hi Experts,
    We have a report which has two dimensions in rows with nesting. The dimensions are PROGRAMS and ACCOUNT.
    I have attached the layout of the report.
    We need to have a column for local member in between Col A and Col B, wherein we have to pull the long description of the program.
    We have long description of programs maintained in a property of PROGRAM dimension
    So if we can insert a column between Col A and Col B, we can have a local member in it with formula "EPMMemberProperty" refering to Col A
    Currently we are are not able to insert a local member in between Col A and Col B in EPM 10 SP 14 version because its not a data range
    I remember we used to do it in BPC 7.5 using expansion ranges to insert a blank column. So I believe similiar thing can be done in EPM 10
    I have tried the option of VBA macro to insert a column before Col A and populate the long description and then hide Col A. It works. But I dont want to complicate it with Macro, and want to use EPM functionality to achieve the same.
    Please advise if this is possible with BPC 10 to have a column for local member in between Col A and Col B.
    Thanks a lot in advance.
    Regards,
    Shiva

    Hi Sathish,
    Thanks a lot for replying. Since I had to insert the local member in between two dimensions, I couldnt use the position option in the local members. Because positions were staring from the data range.
    How ever I have tried the suggestion given by Varaprasad and Bishwajith above and it worked.
    Thanks,
    Shiva

  • How to Insert more than one record at a time- with fixed set of values in one field

    Can someone guide as to how to insert multiple records at a time using ASP VBScript in Dreamweaver CS4 or ADDT.
    If someone can guide then the exact problem is given below.
    I have a MS access database with one table. The table has three fields. The first field is an autonumber field for ID number.
    The second field contains string values- One out of 7 predefined values. One set of records consists of 7 records containing all the seven types of predefined values in fields no 1.
    The third field is a numeric field and can contain integers.
    I want that the user can enter data for the table using an ASP form in such a way that he enters one set of records at a time in one single screen. This way he will not have to remember that he has /has not entered all the seven set of values for the field no 1.
    I am not creating fields with the 7 types of field1value as their names as it will increase the number of fields drastically.
    Please help for dreamweaver ASP VBScript.

    I have successfully inserted seven records in one form submit operation by looping through the command object execute method.
    However, the data that is being inserted by the command object is repetition of the first record and the command object is not taking any data from the text boxes for the second record onwards. In this I had used the isert record behavious generated by DW CS4 and modified it to suit my requirement. However, the data inserted in the first row is getting repeated in all the seven rows.
    Please help.
    Also advise if there are any free dreamweaver server side validation extensions available.

  • Report Painter - how to insert sub header rows with no values

    In a report painter, I am designing a report with several rows with formulas. I need to insert a sub-header row in the middle of the rows. That will not have a value. It shall contain no value, but I am given only options of either insert a row of characteristics or a formula. I need neither of them. Can we have something excel  like feature in report painter (4.6c) just to insert a sub header row? If so how do we get that.
    e.g
    ADMINISTRATIVE EXPENSES (how to insert this row?)
    Account 1 - 10

    Hi,
    try to add a formular row containing a formular like = +x -x.
    Maybe you can use "formatting / row" and use overscores / underscores to get a blank row (underscore one line, overscore the line thats following).
    No other idea...
    best regards, Christian

  • How to Insert Image in a Column of a table

    Hi
    I have read several documentations but still could not find any relevant one that can help me in inserting a image in a BLOB column of a table.I have read about DBMS_LOB but still not clear how to insert an image in the table.
    I followed following steps :
    create table Emp_Identity(Id Number,Photo BLOB);
    Insert Into Emp_Identity(1,'d:\vishal.bmp');
    Please tell me steps to be followed.
    Regards
    Vishal Chaudhry
    null

    I am using Developer 2000 Forms 6i as Front End (Oracle 8.1.6)
    My table structure is:
    SQL> desc test_lob
    Name Data Type
    ID NUMBER
    NAME VARCHAR2(100)
    PHOTO BLOB
    SOUND BINARY FILE LOB
    IS there any way to display the BFILE contents on the frontend.....?
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by vishal chaudhry ([email protected]):
    Hi,
    I could actually insert an image in a BLOB type column from the backend(Sql plus) not directly but by using BFILE and see that image on the frontend (Forms 6i Developer 2000,Item type is Image as there is nothing like BLOB/BFILE in front end) using the following procedure :
    IS there any way I can insert an image directly in a BLOB column from the backend rather than using BFILE?
    CREATE OR REPLACE PROCEDURE loadLOBFromBFILE_proc IS
    Dest_loc BLOB;
    Src_loc BFILE := BFILENAME('SOUND_DIR', '123w.bmp');
    ** SOUND_DIR is a logical directory created by giving path of the server
    ** Create Directory SOUND_DIR as 'd:\u020\o816\ctx\test'
    ** d:\u020\o816\ctx is the physical path of the server \\pslndb\ctx$
    ** test is the dummy testing directory created on the server
    ** 123w.bmp is lying in the test directory
    Amount INTEGER ;
    BEGIN
    Amount := DBMS_LOB.GETLENGTH(Src_loc);
    SELECT photo INTO Dest_loc FROM test_lob
    WHERE ID = 1
    FOR UPDATE;
    /* Opening the source BFILE is mandatory: */
    DBMS_LOB.OPEN(Src_loc, DBMS_LOB.LOB_READONLY);
    /* Opening the LOB is optional: */
    DBMS_LOB.OPEN(Dest_loc, DBMS_LOB.LOB_READWRITE);
    DBMS_LOB.LOADFROMFILE(Dest_loc, Src_loc, Amount);
    /* Closing the LOB is mandatory if you have opened it: */
    DBMS_LOB.CLOSE(Dest_loc);
    DBMS_LOB.CLOSE(Src_loc);
    COMMIT;
    END;
    <HR></BLOCKQUOTE>
    null

  • How to insert horizontal lines in alv report?

    hi,
        i have to insert horizontal lines in alv report.( RM07MLBB )
            actually my requirement is:
                               basis list = RM07MLBB.
    first secondary list = another report is called here ( RM07DOCS )
                      i want to insert horizontal lines in the first secondary list, when i execute individually RM07DOCS , i can get horizontal lines, but when i dounle click in the basic list --> in the first secondary list , i am not getting the horizontal lnes.
    functional modules used are REUSE_ALV_HIERSEQ_LIST_DISPLAY & REUSE_ALV_GRID_DISPLAY.
        here in this program,
                        is_layout = alv_layout.
    hence i tried to give     
                  alv_layout-no_hline = ' '. 
    but not effecting.
              can some one please tell me , how to insert lines in the alv report.
    thanks in advance,
    Dastagir.

    hello,
         so i cannot insert horizontal lines in the first secondary list according to my sorting condition, i.e., in a single block there should be :
           if same delivery challan number is repeating they should come in the same block,
    for the corresponding delivery challen number, if have po number, is repeating , they also should come in the same block.
                       in this way i have to seperate the blocks containing EXNUM , EBELN CONDITIONED.

  • How to insert data into the mysql table by giving as a text file

    Hi,
    Any one know's how to insert data into the mysql table by giving as a text file as the input in JSP.Please respond ASAP.
    Thanks:)

    At least you can try StringTokenizer to parse your text files. Or download a text JDBC driver to parse your files, for instance, HXTT Text(www.hxtt.net) or StelsCSV(www.csv-jdbc.com).

  • How to insert a picture into excel file using ALE AUTOMATION

    Hi every body,
    I have to write report that export data from abap to exel the data contain a logo but I don't know how to insert picture to excel using ALE AUTOMATION.
    Please help me!
    Thank you!

    Hi,
    you have to join into SAP Code Exchange and download this zip:
    [ABAP2XLSX_daily.nugg.zip|http://code.sdn.sap.com/spaces/abap2xlsx/documents/btFzHQ3vKr36tCeJe7bhNc/download/btFzHQ3vKr36tCeJe7bhNc]
    Regards,
    Ivan

Maybe you are looking for

  • Berkeley DB XML running on a Windows Vista Home Premium AMD 64 system

    Hello everybody, following up on [a previous thread|http://forums.oracle.com/forums/message.jspa?messageID=3288630#3288630], the problem I have with Vista 64-bit seems to be more basic. If I download and install BDB XML 2.4.16 not even the command li

  • Compilation Error for import classes not found in generated Proxy Class

    Hi, We are generating java classes for the COM dll using JCOM com2java compiler. We are getting a compilation error for import class not found when compiling the generated Proxy java source code. It can't find the com.bea.jcom.Dispatch class that the

  • Photoshop CS6 - transfer video .psd to another pc

    Hello all,   I am new to the community and hope that someone can help me out.  I have been doing a video timeline project for a college course using Photoshop CS6.  I have my file saved and updated on my laptop.  I attempted to transfer this file to

  • Update data contract in CRM

    Hi!!! I'm try to update the data of crm contract from sap isu contract, but isn't works fine, the status and the description of CRM contract for example is not updated. The Bdoc SI_CONTRACT is generated correctly, and the Badi's DOWNLOAD on ISU and C

  • Problems connecting iTunes to WD My Book World.

    Windows 7. Western Digital My Book World Edition 1TB networked storage drive. Current firmware and software (iTunes 11). On a fresh install with old libraries deleted. New dual-band router (DLink DIR-815) set up with identical permissions and structu