Oracle forms 6i, KEY functions problem

Hello
I work with Oracle Forms 6i and I have a problem of deactivation of any function key.

I try to disable the F5 key via the F5 trigger of form but it does not work, I found another solution to this forum by changing the macro file, but is not a viable solution for me because a malicious user can edit this file on your PC and disable the control.

There is a safer method to disable the f5 key?

I thank in advance.

Pedro

The question is not how to disable a key, it can be more how to disable a feature. What features you want to disable? Default F5 matches KEY-MENU-relaxation, if this is the function you want to disable, write a NULL value; in the KEY-MENU-relaxation.

Tags: Oracle Development

Similar Questions

  • Problem with Oracle Forms 11 g 2 on linux

    Dear all

    Here's the problem:

    • -J' installed Oracle Forms 11 GR 2 (11.1.2.2.0) on Linux from Oracle using the JDK 1.7.0_79 6.6
    • -J' solved all the problems and issues of the Arab reports.
    • -Now regarding the oracle forms now when I compile the FMAS on WINDOWS and move them to LINUX, they work very well except for forms that use WEBUTIL the form runs but WEBUTIL functions do not work
    • - So I tried to compile these forms on LINUX now WEBUTIL feature works, but all forms (with or without WEBUTIL) compiled under LINUX display this exception message before the race, here is the behavior:

    1. 1 - the form has a trigger CONNECTION on, but here's what's happening
      01.jpg
    2. 2. after pressing ok, it requires logon, and when I try to log displays the ORA-12705 as above and so on

      02.jpg
    3. 3. but after I click on cancel turns on and uses the trigger opening SESSION and works of good form

    Hope there is a solution for this.

    Best regards.

    The problem was because I was using a NLS_LANG that contains a space in the value and it is surrounded by quotes like NLS_LANG ='NLS_LANG ARABIC_SAUDI ARABIA. AR8MSWIN1256', which worked very well with reports.

    but it seems that the quotes were causing problems with forms,

    So I put NLS_LANG to the two forms and reports ARABIC_EGYPT reports.sh default.env. AR8MSWIN1256 OR ARABIC_AMERICA. AR8MSWIN1256

    both work well, now no NLS_LANG, error

    but the question of having to recompile the forms when moved to another server, who I thought he was still a known issue.

    Best regards.

  • Call DLL (c#) function in Oracle Forms

    Hello

    I have a big problem with the method of DLL in Oracle Forms 6i. DLL was written in

    C# and this is the code:

    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using OnlineFPCommon;
    using System.Windows.Forms;
    
    namespace TestNamespace
    {
        public class TestClass
        {
            public static void testMethod()
            {
                MessageBox.Show("testMethod");
            }
        }
    }
    

    I try to call using the Oracle Forms code:

    testlib_lhandle := Ora_Ffi.Load_library('C:\libdir\','test.dll');
    getresult_fhandle := ora_ffi.register_function(testlib_lhandle,'testMethod');
    

    but the second line, when I try to save the function fails. Why? How can I properly invoke this function?

    Only shouts and C is supported.  You can also view notes 285331.1 that this note refers to WebUtil MyOracleSupport, but the same restriction applies in your case.

  • A function can be called record group - Oracle Form 6i.

    Hi all

    I want to create query based LOV in Oracle Form 6i.

    The query I have use of the record group is as follows:

    SELECT DISTINCT

    Nr.rec_locator AS rec_locator,

    car.car_dte AS car_date,

    Get_car_info(:CON.) REF_NO) AS car_number

    Car_list_entries CAR

    contact_details cdt,

    name_records nr

    WHERE car.car_id = cdt.car_id

    AND cdt.nr_id = nr.id

    AND cdt.con_ref_no =: CON. REF_NO

    / * Get_car_info (x NUMBER) is a function of form * /.

    This generates an error:

    It is said

    FRM-12001 (impossible to create the Group Record (check your query)


    Kindly guide how can I use the function of form to achieve the desired result.

    Thank you very much

    Anoop.

    Hi Anoop,

    I can assure you that the issue is not because of the called function of the record group.

    I used the query showing the value of the function; but one thing you should keep in mind is:

    If you create a new item not related in a based lov to sql expression that

    return a character data type, and if the element related to the used in the function

    is generated with a size of 0, then the item not related is generated

    with a size of 4000 and a compilation of the form failed with error FRM-30187

    the solution to this problem is: lov property > column specification > columns one will be having a greater length and 2000 it set its 2000 which is the maximum value. Then it won't work.

  • 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.

  • Oracle Forms & reports installation problem

    Hello

    I am facing some problems when installing Oracle 11 g forms and reports. In the last step error appears that "domain creation failed" etc. some body help me. I have windows7 32 Bit

    Hello

    installed weblogic server? otherwise... then first install weblogic server and then try to install oracle forms and reports...

    for the installation, check the link below

    Install and configure Oracle Forms and Reports - 11g Release 2 (11.1.2)

    Hope this will help u.

  • Use of the JRE instead of JInitiator causes problems of development of mouse for Oracle Forms

    Hi all

    We run Oracle Forms application based using JRE instead of JInititor.

    (1) the application is run on an individual laptop with Windows XP SP3 as an operating system.
    (2) with the help of oc4j of Oracle Developer Suite 10.2.0.1.0 to run the application
    (3) JInititor is more used and JRE version 1.6.0_26 or JRE version 1.6.0_27 used to launch the application. It works very well.
    (4) the browsers used to access the applicarion are IE8 and Mozilla Firefox 8.0.1

    Questions:
    (1) cannot have the focus of the mouse on an item. Even when the cursor seems to be in another element, for example after ctrl + E, point B article content watch editor has (which is the first on the form).
    (2) the LOV on any item shows what brings the LOV on section (first one on the form).
    (3) we are forced to use the keyboard to access the respective item all the time.

    Can anyone suggest a solution to this problem?

    Kind regards
    Aparna

    HELO,

    You, normally I think shoud upgrate to the version of forms 10.1.2.3,.

    François

  • Automatic go next field without press keyboard key in oracle form 6i

    How do to have a next field go automatically without press keyboard key in oracle form 6i.
    Download
    When I enter a value in the field of my classes, I would like to have a go then filed without pressing ENTER key
    (this is the case even when I enter the value via the barcode reader, so without any touch of preesing I need to have a next field to go)
    If I use a barcode reader to enter my data in this element, it will be automatically validated?
    any ideas please?

    In general you can configure the barcode readers to add a TAB or a CR after you "type" bar code.

  • Oracle Forms - master and detail block (join problem).

    Hi all

    I have a form (Oracle forms 6i) with 2 data block (master and a block of retail). I have 4 fields in the main block and of the rating is a Nullable.

    The problem here is when I query the records - if the Nullable filed of the master is empty, then all records matching the first 3 fields are displayed. (Regardless of the fields fouth is NULL or Not NULL).

    Ex: Master

    Area 1 area 2 area 3 area 4
    21 Siva MNN PEUT
    John TGB USD



    Now, the block of this detail, all records that may have deposited 1 has NULL also 21 etc.


    I want to display zone 1 is the NULL records in detail block, if the master has the NULL value in it.

    Can someone help me?

    Thank you in advance!

    Nice day!

    In your post is not clear what the relationship between the tables please post the table structure and their relationship information

  • Performance problem with Oracle Forms 10g.

    Hello world

    Situation before:
    JInitiator 1.3.1.26
    JET

    With these parameters, Oracle forms works fine.


    Current situation:
    Jre6_u23
    IE8

    When the number of users exceeds 300, oracle forms becomes very slow (wait US 1 minute for login form).

    Oracle application server: 10.1.2.3.0
    Oracle's 10g.


    Thank you.

    Salim cordially.

    The value of jpi_codebase must be a virtual path. It should be something like this:

    jpi_codebase = http://myServer/somewhere/someInstallableFile

  • Problem: Running Oracle Forms 11 g (test.fmx) on client computers

    Hi all

    I installed 11g on WinServer2008 Forms. The WLS_FORMS begins on port 9001 and I can run test.fmx on the server via a browser (http://[server_name]:9001/forms/frmservlet).

    The problem is that when I try to run it from client computers using the same URL, it is not working at all.
    -Internet Explorer 9 says "Internet Explorer cannot display the webpage."
    -Mozilla Firefox 8 says "unable to connect. Firefox can't establish a connection to server [servername]: 9001. »

    Note:
    I can access http://[server_name]:7001/console & http://[server_name]:7001/em of client machines without problem.

    Does anyone have an idea?

    Best regards

    Rob

    Hi Rob,

    Why don't set you up a configuration in the formsweb.cfg file

    and executed using this config name.

    for example:
    [demo]
    Form = test.fmx
    UserID = scott/tiger@Instance_name
    workingDirectory = D:\working_dir

    http://[Server_IP_Address]:9001/forms/frmservlet?config=demo

    This can work.

    Even I faced the same problem. Using the name of the config, I can run the form.

    See you soon,.
    Maddy

  • Problem PLL for Oracle Forms demos

    Hello

    I downloaded demo from otn oracle forms.

    Have successfully installed the demos after following the instructions and I am able to see the different applications of demos made.

    Currently, I use the lookup demo application and am able to see that the entire application works very well.

    All relevant files (fmb, fmx, pll, LDP gif) are in the folder from the list of choices.

    When I try to load the picklist.fmb to the developer of forms I get the message below.

    FRM-10102 impossible to attach list drop-down pl/SQl library.
    This accessory of library will be lost if the module is registered.

    What should I do to have this library connected to the picklist.fmb and not get this message/warning in the future?

    Rgds
    s

    Hello

    In your registry, there would be a FORMS_PATH variable, add the folder (where you keep your fmb, mmb, pll and olb files) to this variable for registry and restart the forms generator.

    The registry entry would be under HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\KEY_

    Arun-

  • 10g of functional problems upgrade to 11g

    Hello gurus,

    Upgrading an instance 11i, between 10 and 11g db. Can you help us with the list of common functional issues that business users would face, as linked to workflows, customizations, localozations etc... If anyone has the list of common problems to wait with their resolution, it would be very useful.

    Modules of Oracle - PO, OM, INV, WIP, BOM, PRJ, AP, AR, GL, FA, mobile Service, EAM, iProc, iExp, CPSA

    Thank you.

    A database upgrade is technical and it usually causes no functional problems. However, you may consult the following and see if they help.

    R12.1:invalid objects after 11 GR 2 Db and Ebs 12.1.3 Upgrade [1342701.1 ID]

    ORA-29532 after upgrade of database environment APPS [833237.1 ID]

    Autoinvoice does not process the records in the Table of Interface [ID 1513105.1]

    Registry of unused and unresolved recipes fail with ORA-06502 [ID 1471891.1]

    AutoInvoice error: RAXTRX does not all lines when called via RAXMTR, but imports successfully when run as a standalone [1272820.1 ID]

    Slow performance in Pick release after upgrade to RDBMS 11.2.0.1 (GR 11, 2) [ID 1087099.1]

    Configurator does not not after upgrade to 11 g 2 [ID 1206697.1]

    Transaction and quick ship shipping forms will not compile after installing new release 12.1.2 [1103188.1 ID]

    Slow performance or FRM-40212 to Documents - additional rules [1369124.1 ID]

    After upgrading the database to GR 11 2 formula generation times out [1166703.1 ID]

    Thank you

    Hussein

  • Oracle Forms 10 g performance in Internet Explorer

    Magalie at all:

    I use Oracle Forms 10 g on Windows 7. Database and forms installed successfully on this windows 7. But when I try to run it, it gives an error that i:
    -Internet Explorer is considered the functioning and
    -Internet Explorer has closed this Web page to help protect your system.

    and wen I tried running on Mozila Firefox 3.5, it gives some error plugin. I installed the plugins, but still the error is the same.

    Help, please:

    Marvyn Amjad

    You have to
    1 compiling PL/SQL (Ctrl + Shift + K)
    2. compilation of Module (Ctrl + T)--> generates executable (fmx)
    3. Save (Ctrl + S)

    Now start OC4J instance and
    Open your browser, enter the url and at the end of the url, give the name of your form...

    before you run the form, is - this required first compile it

    No need to compile every time... If the module is already compiled and a fmx file is generated.

    Mark thread as [RESOLVED] when your problem is solved in fact...

    Published by: Charlie on July 15, 2011 10:37

  • Webutil on Oracle Form Builder

    Hi all,

    I installed on my computer the Devsuite Oracle 10 g and Oracle Forms and reports Service 10 g.

    Now, Webutil installed in Oracle Forms & reports Service ORACLE_HOME and all work fine.

    If I try to edit a form using a JavaBean such oracle.forms.webutil.ole.OleFunctions, the FRM-13008 error is returned.

    Please how can put Oracle Form Builder in order to sove the problem?

    Thank you and best regards
    Gaetano

    If you want to update the registry (Windows), you'll need locate the key specific to your installation.

    For version 10, the key should appear something like this:

    HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\KEY_

    In this node, you should be able to find the FORMS_BUILDER_CLASSPATH key. Change the value of this key by adding the webutil jar file. Use a semicolon to add entries. For example:

    C:\oracle\FRHOME\forms\java\frmbld.jar;C:\oracle\FRHOME\jlib\importer.jar;C:\oracle\FRHOME\jlib\debugger.jar;C:\oracle\FRHOME\jlib\utj.jar;C:\oracle\FRHOME\jlib\dfc.jar;C:\oracle\FRHOME\jlib\help4.jar;C:\oracle\FRHOME\jlib\oracle_ice.jar;C:\oracle\FRHOME\jlib\jewt4.jar;C:\oracle\FRHOME\jlib\ewt3.jar;C:\oracle\FRHOME\jlib\share.jar;D:\oracle10g\iDS1012\forms\java\frmall.jar;C:\oracle\FRHOME\forms\java\frmwebutil.jar
    

    Notice that frmwebutil.jar is added to the end.

Maybe you are looking for