Oracle forms is it possible?

Hi all.
I am a java developer and I'm not familiar with form of oracle 10g.
Recently, I had a project on the digital signature of web forms (in java). So the idea was: we have applet that runs in the client browser, it uses the JSObject to collect all the fields and values of CUSTOM web form and create the xml document to be signed. This applet is like a lib.
I do the same thing with a form of oracle.
Is it possible: collect the oracle on the client form elements? The form is custom that is unspecified and count items.

If possible the next step is to verify the signature xml on the server. So how does the oracle forms. Is there a server side. What is architecture? The XML could be passed to the server and how the oracle form elements must be accessible on the server (I need it to check xml code).

I will be happy if you could help me quickly.
Excuse me for my bad English: (.)
Best regards.

Yes, but these items associated with this painting in particular, and, as I already said, a Forms application contains more than one canvas.

François

Tags: Oracle Development

Similar Questions

  • Create the form for enrty of data such as oracle forms tabular block by ADF Table!

    Hi guru and Experts

    I need some solutions for Oracle JDeveloper11g which is very essential for me.

    + Q1. Is it possible to create a form master detail which block detailed will be a tabular as like oracle forms . If possible I such example? +

    Q2. How can I create a preview to the point like oracle forms overview at the point of tables?

    Q3. How can I add LOV/list items / check for a table/table column?

    Q4. If it is possible to insert a new record in the table of the ADF, so I need to save all your data by pressing a key SAVE event


    I wish you all already taken I want developed. Please give me a better solution.



    Thank you.
    Zed
    ====

    A correction to the above – if you want the table to be modified/inserted you cannot drag and drop as a master-detail, because the detail will be in read only mode.
    Instead first drag the captain and drop as a form of ADF
    Then, drag the details below and drop it as Table of ADF.

    You can drag since the operations node in the data control the operation createInsert to add a button that will add a new empty row to the table.

  • When possible in Oracle Forms to insert a second line based on 1st row, so why not in the ADF?

    Mr President

    When possible in Oracle Forms to insert a second line based on 1st row, so why not in the ADF?

    The user just enter data in the Module of sales in one line of a Bill as below

    and it is displayed in two rows in financial Module.like below how to proceed in the ADF.

    You can see that invoice line contains the sales tax and the gross sales amounts, then it is posted to the financial Module above two lines.

    How to make ADF

    Respect of

    What I realized, this is:

    -You have a table in you screen.

    -You call CreateInsert 2 times to create 2 rows at the same time.

    -You will enter value in a specific column (c1) line1

    Looking for the value that you entered in row1 can be completely copied in the same column (c1), but in line2. is this correct?

    If so try to do the following:

    1. in the table inputText (c1) column set autoSubmit = true and setValueChangeListener to a method in backbean

    
           
    
    

    2. in the inputTextValueChangeListener method to write this code

      public void inputTextValueChangeListener(ValueChangeEvent valueChangeEvent)
      {
        DCIteratorBinding tableIter = (DCIteratorBinding) BindingContext.getCurrent().getCurrentBindingsEntry().get("tableIteratorName");// write table iterator name from pageDef.
        for (int i = 0; i < tableIter.getViewObject().getEstimatedRowCount(); i++)
        {
          ViewRowImpl myRow = (ViewRowImpl) tableIter.getRowAtRangeIndex(i);
          EntityImpl entityImpl = myRow.getEntity(0);
          if (EntityImpl.STATUS_NEW == entityImpl.getEntityState())
          {
            System.out.println("New row found");
            myRow.setAttribute("AttributeName", valueChangeEvent.getNewValue());// write attribute name
          }
        }
      }
    

    3 - Add inputText id in the partialTrigger table

    
    

    4 - pageDef. Set of table iterator rangeSize = "-1".

  • Is it possible to configure jpi_codebase to autodownload JRE for Oracle Forms 11.1.2.2.0 8?

    We are currently working with Oracle Forms and reports 11.1.2.2.0 (64-bit) using Oracle WebLogic Server 10.3.6 (64-bit) installed with the 64-bit JDK 1.7.0_40. Currently, we configure the YPI parameters (jpi_download_page, jpi_codebase, etc.) to use Java 7. Here is an excerpt from formsweb.cfg of that we deploy to end users to download a 7 Java JRE (Java 7u67 taking as an example):

    jpi_download_page = http://Java.Sun.com/products/archive/J2SE/7u67/index.html

    jpi_classid = clsid:CAFEEFAC-0017-0000-FFFF-ABCDEFFEDCBA

    jpi_codebase = http://Java.Sun.com/update/1.7.0/jinstall-7u67-Windows-i586.cab#version=1, 7,0,67

    jpi_mimetype = application/x-java-applet

    NOTE: For the jpi_classid, we use clsid:CAFEEFAC-0017-0000-FFFF-ABCDEFFEDCBA so that users can continue to use their currently installed Java JRE 7 without being forced to use a specific update to Java 7.

    As we know that update of Java Runtime Environment (JRE) 8 5 or higher is supported with clients running an Oracle Forms application 11.1.2.2.0 inside their Web browsers supported by the Oracle for the 11.1.2.2.0 forms certification matrix (we are aware that the JDK 8 is not supported with 11.1.2.2.0 forms) found at http://www.oracle.com/technetwork/es/middleware/docs/oracle-forms-111220certmatrix-2087910.xls?ssSourceSiteId=otnen We want to be able to set up automatic downloading for JRE 8 using the parameters of YPI formsweb.cfg (or help 'EM under "Setting up the Web"). As we know in Internet Explorer, the URL in the jpi_codebase parameter is where it can find the .cab file for the automatic download of the JRE. Even if it works well for JRE 6 and 7 of the JRE, if we were to use the configuration settings following parameter changed to 8 JRE:

    jpi_download_page = http://Java.Sun.com/products/archive/J2SE/8u25/index.html

    jpi_classid = clsid:CAFEEFAC-0018-0000-FFFF-ABCDEFFEDCBA

    jpi_codebase = http://java.sun.com/update/1.8.0/jinstall-8u25-windows-i586.cab#Version=1, 8,0,25

    jpi_mimetype = application/x-java-applet

    nothing happens in the browser launches the application Forms.

    Use the jpi_codebase setting, if we go directly to http://Java.Sun.com/update/1.8.0/jinstall-8u25-Windows-i586.cab to download the JRE, we get an error saying: "File not found."

    We went to http://www.oracle.com/technetwork/java/javase/autodownload-140472.html on the Oracle Web site, which explains the more information on the identification of the URL appropriate for auto-download of JRE, it only shows the URL for JRE 7u71 and 7u71 structure. We used this provision to JRE 8, but we get the "File not found" error when you use the URL directly.

    According to these results, someone happens to know if 8 JRE is currently available (or even supported) for automatic download by using the parameters of YPI in formsweb.cfg? We know that anyone can download the latest Java 7 or 8 Java JRE manually from Oracle, but it would be convenient if he could be auto-téléchargé if it is currently possible. It would be more a une question question for the forum Java or Java Runtime, let me know.

    Thank you

    Scott

    Scott, have you had a look at metalink? (always a good place to look if you have a proper support contract).

    Formsweb.cfg for JRE 1.8 Configuration settings (Doc ID 1926764.1)

    I can't replicate the whole doc here, but looks that the download page you are after is:

    jpi_download_page =http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html

  • Is this possible in Oracle Forms?

    Hello


    Is it a way to oracle forms ([32 bit] Version 9.0.4.0.19) of the form jump to the top or the browser tab down in the taskbar to blink or not even give any kind of alert when a particular action takes place?

    your help would be appreciated :)
    Thank you

    Hello!
    Here is a very good solution cheap:

    On the Windows client activate and start the Messenger service.

    If something happening in your form that need attention just write:

    begin
    webutil_host.nonblocking ( 'net send ' || webutil_clientinfo.get_host_name || ' Attention please!  Forms detect something you have to see !' );
    end;
    

    If the client sends a message to himself.
    Or you let the server do this for:

    begin
    host ( 'net send ' || webutil_clientinfo.get_host_name || ' Attention please!  Forms detect something you must see !' );
    end;
    

    Concerning

  • Take the backup of the user database using oracle forms 6i

    I need backup user database using oracle forms 6i. Is this possible?

    Yes.

    Try

    When press the button trigger

    DECLARE
        un                VARCHAR2(30);
        pw                VARCHAR2(30);
        db                VARCHAR2(30);
        con_str        VARCHAR2(100);
        --
        data_file    VARCHAR2(100);
        log_file    VARCHAR2(100);
        cmd_line    VARCHAR2(200);
        ALT NUMBER;
    BEGIN
        IF :CONTROL.file_name IS NULL THEN --- take a file location
            IF SHOW_ALERT('FILE_NAME') = ALERT_BUTTON1 THEN
                RAISE FORM_TRIGGER_FAILURE;
            END IF;
        END IF;
        --
        un    := GET_APPLICATION_PROPERTY(USERNAME);
        pw    := GET_APPLICATION_PROPERTY(PASSWORD);
        db    := GET_APPLICATION_PROPERTY(CONNECT_STRING);
        con_str    := un||'/'||pw||'@'||db;
        --
        data_file    := :CONTROL.file_name||'\'||un||
                                 TO_CHAR(SYSDATE, 'DDMMYYYY')||'.dmp';
    
        cmd_line    := 'exp userid='||con_str||' file='||data_file;
        HOST(cmd_line);
        --
    
        ALT:=SHOW_ALERT('MULTI_BACKUP');
        IF ALT=ALERT_BUTTON1 THEN
            RAISE FORM_TRIGGER_FAILURE;
        ELSE
            EXIT_FORM;
        END IF;
    
    END;
    
  • How to hide the Menu item in the Oracle Forms Menu bar.

    Hi all

    I have a requriement wherein I have to hide these oracle forms menu bar menu items whose rights are not available with the user.

    I already have enable / disable the option on the order of the day, but required to not display these items that are users do not allow access to users.

    Is it possible to do this task? Please help and guide me.

    Thank you

    Atif Zafar

    Perhaps a typing mistake?

    Your menu is named MAIN_MENU_MENU, in your code, you use only MAIN_MENU.

  • How can we replace Oracle form when you used by another user

    Hi Experts,

    Is it possible to replace Oracle form while in use by another user?

    Some time need deliver urgent fixes on the production environment, but it must wait for downtime, and the form does not use.

    I searched the Forum, but able to get the answer to this topic, I will be grateful if you could provide no alternative to do this.

    Env:

    Windows Server 2008 R2

    WebLogic Server 10.3.5

    Oracle form & report 11.1.2

    Hello

    For Production environment, it will be handled with tactics that led to minor maintenance work as well.

    You must have two physical directories (real and temporary) including the same fmx/plx/pll/mmx, files etc.

    and a file reference of in the FORMS_PATH in default.env, who have the latest version of the source.

    Copy the last source file into a temporary directory, when the user take the new session, it will access the new version of the source of the temporary path and who obviously last source version.

    Meanwhile, once the actual source published by the user version, you can copy the latest version of the source to the real directory and reset the FORMS_PATH with the actual path.

    In this way, you can solve your problem.

  • more than 50 main menu are not not in the next row, oracle forms version 10.1.2.0.2

    Dear Sir.

    I use the ORACLE forms 10.1.2.0.2 version, it is possible in this version that more horizontally online next menu top 50 show currently in the horizontal scroll bar in oracle forms menu, but in this show of forms 6.0.8.11.3 oracle version of the main menu in the following line

    Mukesh Nandan

    What was wrong with the anser you got in your first thread?

    Hello

    see you soon

  • Oracle forms/reports 6i runtime installation files

    I need installation of oracle forms/reports 6i runtime files.

    Please help me to download the runtime installation exe files.

    Thanks in advance.

    Dear friend,

    It is difficult to deploy all forms/States as well as the Runtime executables with a single click, but very possible.

    You must call the Developer Suite 6i installation at least twice (one for Net files, another for reports and forms).

    However, he could group your files of forms/States, placing them in the DevSuite6i folder and mention their way in the inventory file.

    If you want a complete silent installation with a single click, use a third party package compile and invoke these two silent installation steps

    Regds,

    Arun

  • Oracle form functions and procedures in the APEX, how?

    I'm working to recreate in the APEX, already existing read only forms in Oracle Forms. Report features interactive APEX among other things, in fact worth as well as to target a different audience than utilizies versions of Oracle Form. Versions of Oracle Forms use a lot of pre and post query triggers, PLSQL functions.

    In Oracle Forms that places, these functions can be found in the "Units of program" section of the form. A feature typical of this kind, based on a particular Mission ID route, collecting names of regular passengers, is shaped with a comma and a space after each of them, in a single string that is returned and displayed the list of passengers of a line.

    I have all of this written code so I can move most of the main request of the Oracle form in an interactive report. These functions and triggers called in the form of the "Units of program" section of the Oracle form rather than stored in the database schema in a package, where they would go inside the APEX? Can I create a 'shortcut' in the APEX and call it from the interactive report "Source Région"? I can create the PLSQL function at the level of the region of the interactive report or page level? Or, my best bet creates a package that is stored in the database, all these functions and/or proecedures I might need the original form of Oracle?

    Some advice would be greatly appreciated.

    RLBickham wrote:
    I don't think I've been pretty clear in the description of the specific thing I want to do, simply, it does not reach the level of forms of conversion of the APEX. It is basically a problem of PLSQL function.

    I have an interactive report which is currently 90 percent of what I want however, each line, which represents a Mission may have several feet. Each arm has two places or ICAO codes attached to it. Based on the number of Mission, I want to loop through the array of leg, collect all the codes of ICAO for this Mission, put them together in 1 variable separated by a coma and add this variable to display the columns in this interactive report as the last column.

    In Oracle Forms, I have a function registered in the database, which is called in the main query. Maybe I ask a question that does not need to be asked, but anyway my question is can I put this function currently in the database somewhere within the interactive report and somehow reference it via Http, or should I just stick with set of functions and procedures in the packages stored in the database and called the conventional way?

    You could switch the function to the database and call it from the report query, but it sounds as if it were superfluous. In the report query using any form of Re: 4. How can I convert rows to columns? is appropriate for your version of the (unspecified) database.

    -----

    When you have a problem, you will get an answer faster, more efficient including information as much information as possible from the outset. This should include:

  • Full version of APEX
  • Complete operating system DB, version, edition, host
  • Architecture of Web server (EPG, SST or APEX listener/host operating system)
  • Browser (s) and version (s) used
  • Theme
  • Model (s)

  • Region/section type (s) (particularly as to distinguish if a 'report' is a standard report, an interactive report, or indeed a 'update report' (i.e. a tabular presentation))

    With APEX, we also had the chance to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproduce things is the best way to solve most of the questions, particularly those relating to the layout and Visual formatting. If you expect a detailed response it is appropriate that you take on an important part of the effort by getting as much as possible with an example of the problem on apex.oracle.com before asking for help on specific issues, then we can see firsthand.

  • Internet in Oracle forms in Web browser.

    Hello

    Is it possible to run Internet explorer as a box of Oracle forms 6i of the canvas?

    If this is not possible in 6i will then offer the version.

    Requirement could be anything. Suppose I want to display the weather in my Web...

    Thank you

    Published by: only.ashish99 on December 24, 2012 08:34

    Published by: only.ashish99 on December 24, 2012 08:35

    You can use a java bean in your form to achieve.
    Kind regards
    Jules Malik Qasim

  • standard.olb and calendar.pll for oracle forms 6i.

    Please tell me where I can download standard.olb and calendar.pll to work with oracle forms 6i.
    PL will post these files for me at my gmail id that is [email protected] if possible.
    Thanks in advance.

    Vishal amine

    Hello

    http://download.Oracle.com/OTN/NT/forms/forms6idemos.zip

    Concerning
    SANAE

  • Simulation Wizard in oracle forms

    Please can someone help:

    I work in a project and one of the requested forms is a wizard that guides the user to complete certain data entries.
    is it possible in oracle forms?
    I use Oracle 10 g of form. Ideas please

    Hello

    is it possible in oracle forms?

    Yes

    What kind of canvas is better for my situation: stacked canvas?

    pls use 1 table of contents which is your main canvas and then build your stacked paintings tell 3 stacked paintings

    then build your blocks of database by selecting the paintings in the block appropriate for each

    sooner or later to create time to FINISHED design buttons, THEN back and accumulate your triggers that will trigger the aid...

    SHOW_VIEW('CANVAS_NAME') ;  -- Show the Stacked Canvas in NEXT button...
    
    GO_ITEM ('Item_Name'); -- Go to the stacked canvas item ; should be navigable and visible in ur stacked canvas 
    
    HIDE_VIEW('CANVAS_NAME'); -- hide the original current canvas in synchronize 
    
     --- do this for each NEXT button all the rest depends upon ur needs...
    

    I hope this helps...

    Kind regards

    Amatu Allah

  • SEO Oracle Forms program units from a library

    Hello
    IM using Oracle Forms 10.1.2.0.2. I stated a procedure in several forms that runs a query and then enables or disables certain elements according to the number of occurrences of the query. The procedure is always the same and it is something like this:

    PROCEDURE QUERY (prBlock IN VARCHAR2, prQuery IN VARCHAR2) IS
    BEGIN

    SET_BLOCK_PROPERTY (prBlock, ONETIME_WHERE, prQuery);
    GO_BLOCK (prBlock);
    EXECUTE_QUERY();

    ENABLE_ITEMS (GET_BLOCK_PROPERTY (prBlock, QUERY_HITS) > 0, prBlock);
    REQUEST TO END;

    Problem is that I want to add this procedure in a library, but I can't find a way to call ENABLE_ITEMS so that each shape activates / deactivates their items appropriate. Is it possible to call a procedure declared in a unit of program forms in a library?

    Thank you.

    Try this

    create an ENABLE_ITEMS() with the same parameters of the library, your code can be

    Start
    null;
    end;
    the procedure should be exactly in the parameters and types that each of them to each shape

    you compile the library
    then attach to the form

    When the library call a procedure forms program units have preference and turn the shape program unit and the ENABLE_ITEMS() of the library is never called

Maybe you are looking for

  • Firefox hangs at random times

    Firefox crashes at random times (especially when java or flash is launched), especially after some timekilling a process plugin-container doesn't release not firefox, firefox trial of murder is the only solution for nowI have catchy to launch ff cons

  • Excel file is not recognized by Matlab

    Hello I'm saving my data (with headers) using the function 'Write to a spreadsheet file' in file .xls. Windows will recognize such as Excel and it opened ok. But when I'm reading in Matlab by function "xlsread", I get an error "not in the Microsoft E

  • Force the Canon C5030 black and white printing

    Hello: I'm trying to force my Canon C5030 to print only black and white, even if it is sent color impressions. We don't use a print server, and if I change the default settings on each machine, co-workers can still change for color printing. Is there

  • Upgraded Windows stuck 10 to 99% still once, and now it has exceeded the deadline

    Hello So I tried upgrading my laptop for windows 10 several times. It updates and then installs and is going slower and slower the higher percentage it gets. Once at 98%, that it takes 2 hours and 99% it keeps going. I have never run for more than 5

  • Cisco ISE 1.1.1 - unique SSID

    I'm working on our implementation of the ISE, and these are my two goals. 1. one SSID to BYOD users and systems businesses managed. Connection to the NAC agent if it is not part of the domain (EX: computer laptop windows is not part of the joined fie