How to call a form from report? in 6i

How to call a Form from Report? In Developer 6i of oracle. Plz tell me tex.

try this
declare
   AppID PLS_INTEGER;
begin
     AppID := DDE.App_Begin('ifrun60 module=myform.fmx userid=scott/tiger@mydb maximize=no', DDE.App_Mode_Maximized);
exception when others then
      srw.message(1,'Errror');
end;Baig
[My Oracle Blog|http://baigsorcl.blogspot.com/]

Similar Messages

  • HOW TO CALL A FORM FROM REPORTS?

    How to call a FORM6i form from Oracle Reports6i? Is it at all possible?
    Regards.
    Satyaki De.

    Hi Jakub,
    I don't mean to say that you cannot do what you said in your response above.
    But what I want to say that Oracle does not support forms to be called from reports.
    DDE package is meant for different purpose.
    Dynamic Data Exchange (DDE) is a mechanism by which applications can communicate and exchange data in Windows. DDE client support is added as a procedural extension to Reports Builder. The PL/SQL package for DDE support provides application developers with an Application Programming Interface (API) for accessing DDE functionality from within PL/SQL procedures and triggers.
    Thanks,
    Raj
    http://www.oraclebrains.com

  • HOW TO CALL A FORM FROM ANOTHER FORM

    HOW TO CALL A FORM FROM ANOTHER FORM [local machine]

    Balraj wrote:
    HOW TO CALL A FORM FROM ANOTHER FORM [local machine]The way you asked question is this bit of request or order?
    Secondly, you used capital latters which are being treated as Shouting Language. So, always try to switch off the Capslock of your keyboard.
    Thirdly, you are very lazy to serach on forum or google for your problem instead of waiting someone to anwer your question.
    Your should seriously have a look at FAQ.
    http://wikis.sun.com/display/Forums/Forums+FAQ
    Also here.
    http://www.catb.org/~esr/faqs/smart-questions.html
    Please read documentation for the initial questions.
    -Ammad

  • How to call a form from WEB.SHOW_DOCUMENT 10g  Is this possible?????

    how to call a form from WEB.SHOW_DOCUMENT
    I would like to call a form using the WEB.SHOW_DOCUMENT the idea is from the menu that is attached to the form instead of use call_form use WEB.SHOW_DOCUMENT(...my_newform.fmx)
    Is this possible?????

    Hi ,
    I think yes...but under some circumstances....
    In your formsweb.cfg file you should define a named configuration alias... such as:
    [TEST]
    workingDirectory=C:\TEST_DIR
    form=C:\TEST_DIR\MY_NEWFORM.FMX
    Then , after stopping , starting your OC4J instance..... you call that as (in a button , for example):
    web.show_document('http:<your_server>:<port>/forms/frmservlet?config=[TEST]',_blank);
    I have not tested it.....
    Regards,
    Simon

  • Calling a Form from Report hyperlink  through parameters

    How do I query a form on load after it gets called from a report hyperlink. I would like to whether it can be done passing parameters from oracle reports to oracle forms, if so how do I send the value clicked from report hyperlink into an oracle form. Requesting help on this. Thank you.,

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by The Oracle Reports Team ([email protected]):
    SUGUNAN,
    There is no built in mechanism to call Oracle Forms from Oracle Reports. Usually, customers want to call Reports from Forms which is a built-in feature of Forms using Run_report_object.
    Regards,
    The Oracle Reports Team<HR></BLOCKQUOTE>
    Thanks for your reply. It would be very useful for customers like us, if Oracle can incorporate such a facility in the newer versions of Reports.
    Regards,
    Sugunan
    null

  • How to call a form from one form to another form with parameter..

    i'm having a from that will shows the info about the orders that the client has. and i want to show the information of the client. for that i have created one form and i want to call the form from my current form with the given client name as a parameter. then the client_info form has to query with the given parameter. so im passing the :client_order_info.client_name as parameter to the call_form('client_info.fmx',:client_order_info.client_name); but my question is how to access that parameter in the client_info form.. plz help me.. i tried a lot ..

    Create a parameter (object navigator -> parameters) with the name client_name and you can access that value in your client info form using :PARAMETER.client_name.
    P.S. while calling you can pass parameter using 'cilent_name =>' to make sure that the correct parameter is getting assigned to the value.

  • How to call standard form from your custom forms

    Hi,
    I submits concurrent program(SRS) from custom form and then i would like to call view requests standard form rather navigating manually?
    Please can anyone tell me how to do above?
    Thanks
    ESL

    Hi Esl ;
    Please check [this search|http://forums.oracle.com/forums/search.jspa?forumID=475&threadID=&q=call+standard+form+from+custom+forms&objID=c84&dateRange=all&userID=&numResults=15&rankBy=10001]
    Please also check those and see helpful:
    Forms Customization
    Re: Enable Submit Button at User Level and Disable at Block Level
    Forms Personalization Document
    Re: Forms Personalization Document
    Regard
    Helios

  • How to Call Oracle Form From Oracle ADF

    Hi All,
    Version - Oracle Jdeveloper 11.1.1.5
    In Oracle Adf - when i click on Button how to call oracle form?
    Please help....
    Thanks..
    Sk

    And there is a tool called oraFormFaces that has some advanced linking api to access forms etc. Do a google search to find info on this.

  • How to call a form in report

    How can i call a form in a report?

    try this
    declare
       AppID PLS_INTEGER;
    begin
         AppID := DDE.App_Begin('ifrun60 module=myform.fmx userid=scott/tiger@mydb maximize=no', DDE.App_Mode_Maximized);
    exception when others then
          srw.message(1,'Errror');
    end;Baig
    [My Oracle Blog|http://baigsorcl.blogspot.com/]

  • How to call Oracle form .from another application like VB 6.0

    Dear ALL,
    I want to call oracle(Developer) form ,from another application (VB 6.0).I want to call the form in such
    a way that user dont need to enter login and password.I will hard code the username and password
    in my VB 6.0 application.User only press a button on Visual Basic 6.0 form and and that button will
    open required Orcale form.How can I DO this.PLEASE HELP............
    Regards

    You have the command in VB 6.0 to run any exe files right (I think it is the system command). Next to that command place the following code to run your forms application
    ifrun60.EXE <forms.fmx with complete path> userid=<username>/<password>@<connection string>.
    Regards,
    Senthil .A. Perumal.

  • How to call APEX form from OAF

    Hi
    WE upgraded from 11i to R12. In 11i we have Apex Forms hanging off Customer forms. The customer forms in R12 became self service/OAF.
    We now need to figure out how to call the old APEX form from new selfservice Customer form
    Can some one help me with this?
    thank you

    Please review https://blogs.oracle.com/stevenChan/entry/new_whitepaper_extending_e_business which will hopefully answer your questions
    regards
    Mike

  • Unable to call a form from report

    hello
    i have a drill-down report, from where i wanna to call a transacation level form, so that user can modify the data from that transaction level form after seeing the result from report. After modification in data through form, report should be refreshed automatically.

    Hi,
    if this is for Forms on the web, just call the Reports from web.show_document() when closing the Forms (assuming you close the Forms after the update).
    If it is on client/server then you don't have a hook into Reports except you run a new Reports from Forms and close the Reports that called the Forms application (needs to be done within this Report)
    Frank

  • How to call application forms from network directory on other machine

    I have installed Oracle Application Server 10G Release2 without IDS (Developer) on my server. I put my application forms & reports on the same machine(APPSERVER) and run the application as follows:-
    http://appserver.www.ebs.com:7778/forms/frmservlet?form=\\appserver\pass_3_1.fmx
    My Application runs well. But i want to use the 'Pass_3_1.fmx' form from other machine's(SERVER) network folder as below:-
    http://appserver.www.ebs.com:7778/forms/frmservlet?form=\\server\pass_3_1.fmx
    I am not able to launch my application. It throws error 'Cannot read form \\server\pass_3_1.fmx'. I also tried mapping on F:\. But it didn't work.
    Please advise . Thanks in Advance.
    Regards

    Hi,
    I don't understand exactly your problem but I tel you that your application mast be reside in the application server and the URL to call your application shouldn't change:
    http://appserver.www.ebs.com:7778/forms/frmservlet?form=\\appserver\pass_3_1.fmx
    good luck.
    Soufiane

  • How to call module program from report?

    Hi ,
    I have a requirement in which i have to develop a report which calls SM13 tcode and executes that Tcode and takes the output of SM13 into an internal table.And this internal table needs to be sent to user through an email.
    Can anyone please help me out.

    Not a do-my-work-for-me site....Read the rules, search the forum.....

  • Call BADI form BW report

    Hi Experts,
    i want  to implementing some programming logic in the report.i have checked badi and founs it useful but i didn't get the the way
    as how to invoke the badi interface or function in the report.
    Points will be given to ear;y answer.
    ThANKS.
    HR

    Since you're on the web, I'm assuming your requirement is to call or initiate Oracle Forms from within the output from Oracle Reports.
    The problem then is how to call Oracle Forms from a PDF or HTML document. This you can do by inserting a hyperlink against a layout object in the output. This hyperlink can then call an HTML page containing an <APPLET> tag which describes the Forms Java client to the Browser with appropriate parameters.
    There are hyperlink properties that can be set against any layout object in Reports. To pass parameters in these properties use "&<columnName>" when creating the URL.

Maybe you are looking for

  • R3load system copy: Error on database export

    Hello all, I am trying to do a system copy via r3load - Export and then import on a WAS 640 oracle Netweaver based system which has both ABAP and JAVA stack. The source and target system are on the same win2000 host. I am getting below errors in the

  • Error in creating OUI Process()

    Hi, When try to install Oracle 8i on Redhat Linux its giving an error initializing Java Virtual Machine from /usr/local/jre/bin/jre please wait .... Error in create OUI process();-1 :permission denied. I would like to know what previleages the user s

  • Additional Date range in Marketing Plan/Campaign

    Hi All, I am working CRM 7.0 webui, i know in SPRO under Marketing we have option to define additional date range for marketing project, i have added the some date fields in Marketing Plan and Campaign but still i am not able to see the additional da

  • How do I unlock Photoshop 6?

    I just installed the CS6 upgrade, but when I try to launch Photoshop I am told that I need to unlock it through the properties tab in Windows. I went to the properties tab, but I don't see anything there that says lock/unlock. What am I missing? Than

  • FCC - what is wrong

    Well i did it sometimes but this time i have no clue! Scenario: IDoc2File need a text-file. FCC looks like: Recordset-Structure: ZeitRecordSet,ZeitDetailsStructure ZeitDetailsStructure.endSeparator = 'nl' ZeitDetailsStructure.fieldFixedLengths = 4,4,