Will DDE, ORA_FFI & OLE2 packages work in Forms 10g

Hi All,
Will the function's and procedure's of the packages DDE, ORA_FFI and OLE2 work in Oracle Forms 10g, when running the forms as Client-Server (Two Tier).
Regards,
Prasad.

when running the forms as Client-Server (Two Tier).You cannot run Forms 10g client/server, only as a web application.
The packages still work, but you must use the CLIENT_... version from webutil if you want to call something on the client.

Similar Messages

  • Ole2 commands not working in forms 10g

    OLE2.set_property(Application, 'Visible', true);
    above statement not working in forms 10g;

    Try to use the OLE2 fuction from WEBUTIL library. There is function in webutil CLIENT_OLE2.
    -Ammad

  • TABLE_FROM_BLOCK is not working in forms 10g ??????

    Hi all,
    How to use TABLE_FROM_BLOCK in forms 10g. its working in forms 6i .
    the same form is not working in 10g . i got this error.
    frm-40933 Cannot populate table because datatype is incorrect.
    pls help me
    Regards
    Gopinath M

    According to Metalink's Developer 2.1 Release Notes (Doc ID #90090.1), section 4.2.1, "TABLE_FROM_BLOCK Built-In":
    DO NOT use the TABLE_FROM_BLOCK built-in described in the
    documentation. It is reserved for internal use only. No support
    for this built-in will be provided under any circumstances.
    If you used this built-in, you will need to recode your from(s) for 10g.
    Message was edited by:
    Mark Roberts

  • F7 & F8 key is not working in forms 10g

    Dear all,
    I am working with oracle application version 10.1.2.3.0, installed on windows server 2003 and database 10gR2 on windows server 2008. When i open any form and tries F8 / F7 to executed & enter
    query, its not working. But its owrking with with F11 and shitp + F11. I want to use F7 & F8 for enter/execute the query. I have same another same environment with same configuration, there F7
    & F8 is working fine. To enable these keys i rename fmrpcweb.res to fmrweb.res. But guide me with your sincere suggessions & experience.
    Regards,
    Ahmed.

    According to Metalink's Developer 2.1 Release Notes (Doc ID #90090.1), section 4.2.1, "TABLE_FROM_BLOCK Built-In":
    DO NOT use the TABLE_FROM_BLOCK built-in described in the
    documentation. It is reserved for internal use only. No support
    for this built-in will be provided under any circumstances.
    If you used this built-in, you will need to recode your from(s) for 10g.
    Message was edited by:
    Mark Roberts

  • DB link is not working in forms 10g

    Hi,
    I have to different machines with DB Oracle 10g and Oracle 9i. I have created dblink to access data from Oracle 9i from Oracle 10g. This DB link is working perfectly from sql. but when i am using this dblink in form 10g. it is giving following errors.
    Here it is compiling post-query trigger.
    my query is select count(*) into var1 from CL_PASS_MASTER@ICLC2CISF .
    Compiling POST-QUERY trigger on form...
    Compilation error on POST-QUERY trigger on form:
    PL/SQL ERROR 0 at line 0, column 0
    ORA-04052: error occurred when looking up remote object [email protected]
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06544: PL/SQL: internal error, arguments: [55916], [], [], [], [], [], [], []
    ORA-06553: PLS-801: internal error [55916]
    ORA-02063: preceding 2 lines from ICLC2CISF
    the same query is working from sql prompt.
    Please help me..

    +"How about if you create a synonym in the back-end using db link?+
    +create synonym syn_CL_PASS_MASTER for CL_PASS_MASTER@ICLC2CISF;+
    +and use the synonym in post-query. "+
    + 1
    Francois

  • "connect_by_isleaf"  is not working in Forms 10g

    Hi gurus,
    I have a tree control in my application,I use a query to rollup some amounts
    according to certain criteria,I used the pseudo-column 'connect_by_isleaf' which is a wonderful new feature in 10g and it worked fine in SQLPlus,when I used it in Forms 10g ,it didn't recognise it and gave an error while compiling : identifier "CONNECT_BY_ISLEAF" must be declared.
    Why? what is wrong?
    Thanks

    Thanks Rajesh,
    I have made a work around,I created a function on the database (with 'connect_by_isleaf' in it) and called it from Forms 10g,
    Bingo....worked fine.
    Hope this helps others.
    Mohammad

  • HOST command not working in forms 10g

    Hi,
    I have migrated forms 6i to forms 10g, and having a requirement to open sqlplus prompt using a form menu. I have used the below command: -
    "host('sqlplus '||user_name||'/'||pass||'@'||sid, no_screen);"
    But I am not able to get the sqlplus window, and the main form is still in process for long time, till i bounce the server.
    The forms are deployed on Oracle Applications Server 10g and i want to run it on server side.
    Please help me with the problem.
    Thanks,
    Ankit

    The deployment architecture is different between forms 10g and forms 6i.
    In Forms 6i HOST built-in command will run on the client machine since you are running as client/server, but in WebForms (Forms10g) the HOST built-in command will run on the middle tier which is your application server machine.
    In order to run hosts commands in WebForms you need to use webutil and use CLIENT_HOST in the webutil.
    check the [Forms 10g R2 Demo|http://download.oracle.com/otndocs/demos/Forms_Demos_10gr2.zip] for sample codes of webutil.
    You are using NO_SCREEN in your example, this will hide the window.
    Tony
    Edited by: Tony Garabedian on Nov 26, 2009 2:43 PM

  • Enter key not working in forms 10g

    Hi guys,
    Enter key to select a form is not working
    on my application.
    I have to double click the form to open it using the mouse.
    Then if we try to exit we have to press exit that many number of times as we have pressed enter key.
    So it seems to be storing the key processes.
    We are using forms 10g.
    Please help.
    Thanks and Regards,
    Rohan

    Fixed.
    Changed KB.
    However, this is still strange as the old KB was working fine in other applications.

  • RP2RRO.RP2RRO_RUN_PRODUCT not working in forms 10G

    Hi,
    Recently I convert my small application from forms 6i to forms 10g, All forms are working fine but all reports which I call through menu are not running, Whe I checked the code I found run_product is replaced by RP2RRO_RUN_PRODUCT, the code is like this
    declare
    complist paramlist;
    begin
    complist:=get_parameter_list('tmp');
    if not id_null(complist) then
    destroy_parameter_list('tmp');
    end if;
    complist:=create_parameter_list('tmp');
    add_parameter(complist,'P_COMPANY_NAME',
    text_parameter,:global.p_company_name);
    RP2RRO.RP2RRO_RUN_PRODUCT(reports,'LDN_MCWISEVehicleDetail',asynchronous,runtime,
    filesystem,complist,null);
    end;
    When I click the menu , nothing happened , my question is How i can my reports work
    Regards,
    Ahmad

    http://10.33.67.202:8889/reports/rwservlet?server=detasad&report=Veh_Summary.rdf&desformat=pdf&destype=file&userid=gsav/pgsav@macc&param=nodestype=file generates the report to a file and therefore only says "Run Successfully" after it finished. It you want to see the output directly in the browser, use destype=cache

  • ORA-03123 while using UTL_FILE package in oracle forms 10g

    hi all,
    i have created a directory 'REPORTS' as 'E:\EXCEL_TESTING_FORM\' and give grant read,write this directory to scott.
    and also given grant execute on UTL_FILE to scott;
    i have written this code in a button-pressed trigger and my file name is somename.xls file
    After printing the first line like 7369SMITH3000 in a single cell when it is going to print the second employee record it is showing
    ORA-03123 inside the loop.
    CURSOR EMP_DATA IS
         SELECT * FROM SCOTT.EMP;
    C_REF EMP_DATA%ROWTYPE;
    L_FILE UTL_FILE.FILE_TYPE;
    V_PATH VARCHAR2(200) := '';
    BEGIN
         V_PATH := 'REPORTS';
    L_FILE := UTL_FILE.FOPEN (V_PATH,P_FILE_NAME, 'W');
    OPEN EMP_DATA;
    LOOP
         FETCH EMP_DATA INTO C_REF;
         EXIT WHEN EMP_DATA%NOTFOUND;
              UTL_FILE.PUT_LINE(L_FILE, TO_CHAR(C_REF.EMPNO));
              UTL_FILE.PUT_LINE(L_FILE, C_REF.ENAME);
              UTL_FILE.PUT_LINE(L_FILE, TO_CHAR(C_REF.SAL));
    END LOOP;
    CLOSE EMP_DATA;
    UTL_FILE.FFLUSH(L_FILE);
    UTL_FILE.FCLOSE(L_FILE);
    please guide me how to avoid that error and also how to print cell wise why because it is print in a single cell.
    please reply...

    hi Andreas Weiden,
    No it is not a network-drive. i have total 0f 3 drives
    one is of c drive for wind sp2 and in d i have loaded oracle database and i have created a directory on e drive i.e 'E:\EXCEL_TESTING_FORM\'
    in that i have created a excel file i.e called taru.xls.
    so i want to know where is the problem.
    please reply...

  • DDE OR OLE2 IN FORM WEB APPLICATIONS

    I wonder to know whether it is possible to use ole2 and dde
    functions in web form application. In two-tiers client\server
    application, user can invoke an application, like Excel or word,
    by using DDE or OLE2 package. When it comes to three-tiers,
    client\form server(application server)\ db server, if I still
    want to have dde or ole2 function to just invoke an application
    to view files that are located in network drive or speified
    local file name, can forms designed with forms45 do this in web
    application? If it can done,what can kind of set is needed in
    the application server or client side?
    I will greatly apprecicate someone can give some comment on this
    matter. Do I have to find another way to have this function in
    form web application environment?
    Thanks in advance.
    Mike
    null

    Java EE is for enterprise level development, which i imagine would be rather large business applications.
    JSE with JMF is sufficient for writing a video chat application.
    [http://java.sun.com/javase/technologies/desktop/media/jmf/]

  • Will OWB 9.0.3 work in oracle 10gR2

    Hi,
    Currently we are using OWB 9.0.3 and Oracle 9.2R2. We are planing to migrate to Oracle 10gR2 in a phased maner. As a first step we plan to migrate only the DB from 9.2 to 10g and keep using OWB 9.0.3 untill the DB is stabilised.
    Will OWB 9.0.3 work with oracle 10g in design time and run time environment.?
    TIA

    Hi Detlef,
    Could you explain why OWB 9.0.3 won't work in Oracle 10g...Thx

  • Forms 10g   hang during working

    hi...
    i am currently working on forms 10g [32 Bit] Version 9.0.4.0.19 (Production).
    but always form is working fine but some time it hang automatic .
    how can i see the cause of hangup .
    my os is win xp/sp2 .
    I need it urgently ........
    Thanks in advance
    Ravi Ranjan

    to begin check Java console output

  • How to open word doc. from forms 10g

    hi all
    i am trying to open word doc. from forms 10g using ole2.
    but it is not working.
    basiccaly this command is not working
    app := CLIENT_OLE2.CREATE_OBJ('Word.Application');
    can anybody help
    thanx

    I found this searching this forum and it works..however, my issue is to open up Microsoft Word passing in data from a query.
    I am working on Forms 10g
    DECLARE AppID PLS_INTEGER;
    BEGIN
    AppID := DDE.App_Begin('C:\Program Files\Microsoft Office\OFFICE11\winword.exe C:\test.doc',
    DDE.APP_MODE_NORMAL);
    END;

  • Forms 10g - view button

    Hi all
    I'm doing some work on some standard eBS 12.1. forms, specifically GLXIQACC. There is some code that enables and disables the button.
    I've not worked with forms 10g before, and I can't even find where the button is created, never mind what updates it.
    Can anyone tell me how to find all the buttons created in a form?
    Thanks

    You will need to modify the following files: default.env and formsweb.cfg to enable the Forms Runtime Diagnostics (FRD).
    formsweb.cfg
    Create a new section at the bottom of the file.
    [my_frd] -- or title it what ever you want
    otherparams=record=collect log=my_frd.txt -- you can name the log file anything you want
    envFile=my_frd.env -- again, you can name this file whatever you want
    Next, create the my_frd.env file based on the original default.env and make the following changes:
    FORMS_TRACE_DIR=C:\DevSuiteHome10g\NETWORK\log
    -You can use a directory of your choice ...
    Once you have done this, you will need to restart the Forms Services in your application server. Then open a browser and type the URL to your application and add the following to the end of the URL: ?config=my_frd
    This will instruct the Forms Services to log all actions in your Forms Session. I prefer to use the separate config for this activity because I don't want it turned on all the time this this allows me to turn it on when ever I need it.
    There might be additional steps to enable FRD in the EBS, but this is how you do it in a non-EBS application.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.
    Edited by: CraigB on Jun 9, 2011 9:02 AM

Maybe you are looking for

  • Adobe Premiere CS2 Export Problem.

    I'm running Adobe premiere CS2 on a windows XP machine, and I'm having trouble exporting are Sunday services. I'm encoding them into Adobe with a Matrox RT. Here's my problem, I can export the message part of the service fine which is about 20 to 30

  • Popup not able to open from backingbean

    I am using jdev 11.1.1.4 On my search page, when i click the ID (command link) i neeed to show the confirmation message but all i see a very small box (1 cm x 1 cm at the max) under the id (which i am clicking) Any thought..... little fustrating....s

  • How do I delete photos in iPhoto

    how do I delete photos in iPhoto?

  • How to prevent a TCP connection being closed when the VI that opened it finishes.

    Hello everyone. I am developing an application based around servers and clients communicating over TCP in LabVIEW 2012. When the server/client opens a TCP connection ,it launches an asynchronosly running "connection handler", to which it passes the c

  • How to get the HPX files into Final Cut Pro 7?

    Hey. I have a small crisis. Hope someone can help as quickly as possible?! Thank you I'm working on my bachelor project, and has borrowed a Panasonic HPX 170, and will cut in Final Cut Pro 7. Now I have all the files on a hard drive, and they are MFX