Calling form error

Hi all...
iam facing a problem while calling a form.
iam opening a form,inserting data in empty columns of an existing record and with out saving iam calling another form.Inserting and updating data
in the called form and again coming back to old form and then saving the form.
while doing this, when i am trying to save on the called form its giving an error FRM-40403 CALLING FORM HAS UNAPPLIED CHANGES,SAVE NOT ALLOWED.
please help
thanks in advance.

Really thank you very much Mr. Now after adding post; before call_form has solved the problem of inserting and committing the called form.
but before moving on to called form its showing message FRM-40404:DATABASE APPLY COMPLETE:2 records applied.
when the called form is saved and when the calling form is saved,it is not updating the existing record but inserting new record.
how to avoid this message and insertion of new record..
thanks a lot again.

Similar Messages

  • File Not found error when calling Form Post Method to a JSP from JSP Portlet

    I have built a set of JSP forms using post method to call other JSPs. Normally, the code looks like
    <form name="MyForm" action="MyJsp.jsp" method="post">
    I migrated the calling form containing this code to a portlet, but not the MyJsp.jsp. When I submit the form, I get a file not found in Jserv.log
    Exception:javax.servlet.ServletException: java.io.FileNotFoundException: D:\servlet\RegisterCompany.jsp (The system cannot find the file specified)
    [14/06/2001 13:59:59:679 PDT] JspServlet: unable to dispatch to requested page: Exception:javax.servlet.ServletException: java.io.FileNotFoundException: d:\oracle\isuites\apache\apache\MyJsp.jsp (The system cannot find the file specified)
    I notice that launching the calling jsp from a portlet, my opriginal context that uses ../Apache/Apache/htdocs is not being searched for the JSp. Why is this? Moreover, I try to set up an Alias in httpd.conf file to the this director and use it with the jsp in the action tag, but still get an error that my jsp servlets/Myjsp can't be found. Why is it insiting on looking at servlets context instead of htdocs.
    I have none of these issues outside of Portal30 using IAS.
    regard

    Initially, I couldn't do this unless I moved tghe jsp's up to the root directory of IAS, i.e ../Apache/Apache. Nomrally, htdocs is my doc directory for IAS. I could not do http:\\myUrl\htdocs\myJsp. If I tgried this, I got an error in Apache error logg that said can't find file ..\htdocs\htdocs\MyJsp.jsp.
    If I just tried the the URL http:\\myUrl\MyJsp.jsp with Jsp file in htdocs, I would get an error in the Jserve log that file d:\oracle\isuites\apache\apache\MyJsp.jsp could not be found. Once I moved the file MyJsp to Apache/Apache directory, it could be found using http:\\myUrl\MyJsp.jsp. Later, I delted these files and kept the ones in htdocs and they continued to work.
    I'm confused why launching pages through portal isn't consistant with Apache Standards. Where is the documentation that tells me how to configure context and aliases for pages launched from portal pages?
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Sue Vickers ([email protected]):
    David,
    Passing information using Portal is different than just using Apache/Jserv. Does it work in portal if you use the absolute path?
    <form name="MyForm" action="http://host.domain/MyJSP.jsp" method="post">
    Portal will not be on the same relative path as your Apache, so you may need to adjust your action somehow.
    Thanks,
    Sue<HR></BLOCKQUOTE>
    null

  • Error when exit by 'X' from called form

    I am in a form and I call another form. I delete something on the called form then click the 'X' in the right hand corner of the form without saving my change first - a message is displayed QMS-00158: Do you want to save your changes? When I click on 'Yes' a window appears with a title that says 'Errors and Warnings in this transaction' with no other information - when I select 'OK' the window remains displayed and a message at the bottom of the screen says "FRM-40738 Argument 1 to builtin GO_BLOCK cannot be null" - the only way to close the window is to click on the called form and exit it then everything is OK.
    If I save my changes first everything is fine - it is only when I try to exit the called form before saving that this happens.
    Any ideas of why?

    Hi Pradeep,
    I am facing the same issue, Can you please give me some inputs on this..
    Thanks in Advance.
    Thanks,
    Amita

  • Error in call form

    Hi All,
    I have created a custom form and a form has a button named as 'HISTORY', when the button pressed a new form need to called.
    I have followed this link and created the two forms namely MASTER_FORM, HISTORY_FORM. Master_form has a button called "HISTORY" and when we click the button the history_form should be called.
    http://erpschools.com/articles/using-call_form-to-invoke-another-form-in-oracle-applications.
    Now after entering the data in the main form and i am saving the data and data get inserted into the custom table and after i clicking the history_button and the history_form is not called.
    Its giving the error like
    function not available to this responsibility.change responsibilities or contact your system administrator.
    Can any one pls tell me how to do this.
    Thanks & Regards
    Srikkanth.M

    Hi,
    Form the site(ie i have mentioned earlier post) i have developed query find window and when i click find button the block is not called and errored out.
    Solution:
    I have created a package and inside a procedure i have called this block like go_block("block_name");
    and its worked. This is because we cannot able to call the block directly from the query find window and in oracle
    standard forms in Ebus they have followed like this and i tried and its works.
    Regards
    Srikkanth

  • Oracle forms error while calling through browser

    Hi,
    I have an application server 10g r1 running on linux advanced server 4 and installed
    jinitiator 1.22.But when i calling form through browser from other machine a message is appeared on the screen without showing the form
    java.lang.classnotfoundexception:oracle.forms.engine.main.
    would anyone please help me to solve this problem.
    thanks
    noman

    Hi,
    Can you make sure you have frmall_jinit.jar present in the $ORACLE_HOME/forms/java directory in the server.
    Also make sure you have archive_jini parameter in formsweb.cfg (under $ORACLE_HOME/forms/server directory) has the value frmall_jinit.jar
    Regards,
    Arun

  • Called form in query only mode shows messages....

    Hi All,
    I am calling a form (say B ) in query only mode from a main form (say A) . When i query the called form B , i get 5-6 alerts (which has to be acknowledged by the user) and messages of the same error type saying :
    "FRM-40208 : Form running in query only mode . Cannot change database fields. "
    I have a 100 forms to be called from the main form A. So, I prefer not to change anything in the called forms . I tried to set message_level in the form A and code the on-error / on-message triggers to avoid the messages being shown, but nothing is working . Is there anything I can do in Form A i.e the main form ???
    Thanking you in advance.

    Since the error messages are being generated by form B, it is unlikely you will be able to fix form B problem using form A. Unfortunately, you may have to fix each of the 100 called forms.

  • Open_form with session causing deadlock after commit is applied in called form

    Hi all,
    i am using forms 10g r2. i have two forms say A and B. I am calling form B from A using open_form built-in with session_mode is set to session. Form opening without error and i can update execute queries and insert records on both forms but.
    Let say i make some changes on form A and then without committing them i am jumping to form B and making some changes here on form B also i commit these changes which i made on form B and here form hangs and i could not do anything. By checking into session table i found that row is locked in the block of form A where i left the changes un-saved. What i think this should not happen because if both the forms are open in separate sessions then why form is placing lock over another opened form changes. I solved this problem when i changed locking mode property of Block at form A to DELAYED. Then it was OK. Is it the default behavior or something is wrong in my forms.
    Xem

    This is not the kind of problem that lends itself well to a forum like this one. I have never seen this be a plug-in specific problem and I would be very surprised if it turned out to be. Please call Oracle Customer Support and ask them to analyze your problem.

  • Contradiction form error in non interactive adobe forms.

    HI All,
    I am woriking on a non interactive adobe forms generation program in ABAP.
    The program uses a variant and generate pdf forms for all the list items on the varient.
    Note: I am not using Webdynpro its the normal pdf generation.
    The problem I am facing is that when the varient has a list of more records at some point of time it generates the contradiction form error and terminates. if I alter the varient so that the list is minimal then there is no problem with that.
    I know that the Contradiction form error occurs when the pdf generation is open and there is another request to open a new form before closing the previous call. but when the varient has minimal data there is no problem with that, my assumption here is the data volume or such which causes the problem.
    Does somebody came accross such an issue earlier or if you have a solution approach please do share it with me.
    Thanks in Advance.
    Sai Krishna.

    Total Posts:  366 
    Total Questions:  110 (59 unresolved) 
    Forum Points:  2 
    Why do you ask so much and never answer? You´d better reconsider the questions/ points balance if you want some help from our side.
    Otto

  • Parameter prob when in called form.

    Hi,
    I am facing a peculiar prob in Forms 10g/ back end oracle 10g on Windows. I have two forms abc.fmb and def.fmb. from one menu option I can execute def.fmb directly OR from another menu option I can execute abc.fmb which in turn calls def.fmb. When the form def.fmb is called directly it is working fine but when it is called thru' abc.fmb problem creeps in.
    def.fmb has some statement:
    Display_Block(NAME_IN('work.MAIN_BLOCK'));
    whenever def.fmb is executed directly it is taking the return value of NAME_IN(work.MAIN_BLOCK) properly and runs fine but whenever it is called from abc.fmb it is showing the value of NAME_IN('work.MAIN_BLOCK') as NULL and giving error.
    Any suggestion to rectify the problem?
    Thanks in advance,
    Pragati.

    what ever parameters are the in the parameter list should be present in the called form.
    you don't have to do any thing you can directly use them.
    eg :
    If :parameter.value = <some thing> then
    end if;

  • You cannot open window  Service Call Form with your current license  8.8

    Hi Expersts,
         I am trying allocate license for users in 8.8 (PATCH 09) , I am assigning properly but when log in to assigned user i am continously getting the following error. again i checked license has been allocated correctly. it is a CRM License
    Kindly help
    You cannot open window [60110] Service Call Form with your current license
    Regards
    Mohamed

    Dear Mohamed,
    This issue probably occurs due to the application error described in the SAP Note [1456922|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1456922].
    When login B1 with incorrect upper/lower cases for the user name (eg. The user name is registered "manager" but login as "Manager"), the user can login successfully but fails to open a certain form window the user has permission.                                                        
    This issue is planned to be fix in a Patch of 8.8.
    As workaround, until the issue will be fixed, the users should use exactly the same user name as itu2019s represented in the OUSR table, with case sensitive user code.
    hope it helps,
    Regards,
    Ladislav Meszaros
    SAP Business One Forum Team

  • Adobe Form Error FPRUNX001

    Hi everyone,
    When trying to print a customer specific sales invoice form, the
    following message appears in the log of execution:
    "ADS: com.adobe.ProcessingException: com.adobe.ads.excep(200101)"
    The message number is "FPRUNX001".
    The detail message says to execute the steps of note 944221 but no
    improvements after performing these steps.
    What is the reason for this message and how can it be solved?
    I saw some older threads in the forum talking about this issue but no answers have been given. So I hope that someone knows this one.
    Best regards,
    Sylvain

    Hi everyone,
    Thank you for all your answers. We were able to find the problem. It was due to a field that was defined larger than permitted on the second page of the form. It was defined larger than the sub form and the page width.
    The error was not really related to the ADS definition itself and therefore the message text was not relevant in this context.
    By the way program  FP_TEST_00 was not dumping because of a standard syntax or form error but because some parameters have to be initialized to be able to call the form. If you run the program you will see that no form parameters can be entered. You always pass some parameters (Structures, Tables, Fields, etc.) to a form to run it correctly. Considering this fact, I do not understand how can this program be run?
    Best regards,
    Sylvain

  • Called form obscured by caller

    I have an application that has been converted from 6i to 10g. Most of the forms were developed in much earlier versions of Developer.
    There are some newer forms that were developed in 6i. They all worked fine together in 6i but in 10g, when an older form calls a newer one, the new form is displayed behind the caller and no amount of clicking will bring it to the front - it always remains obscured by the calling form(s).
    I can probably get the newer form to show by hiding the caller but this is not how the rest of our application works and as I say it worked fine in 6i - any ideas.
    Thanks

    No. There are no messages being displayed and there is no on-error trigger in the form. Other than the form being obscured by the one that called it the form works fine!
    BTW the original forms are all in a character co-ord system whereas the new ones are real - I tried changing one of the new ones to character but it made no difference.

  • FRM-41045 when returning to calling form

    I'm using Designer 1.3.2 with Headstart 3.4.3 and Forms 4.5.
    The situation is as follows:
    I'm using the call_form functionality to call another form when using a form. This goes well. When I leave the called form to return into the calling form I get the error message 'FRM-41045 Cannot find item: Invalid ID'. The functionality of the form stays in tact, so my question is how can I solve this error or how can I suppress this message?

    Linda,
    My suggestion would be to try to drill down on the cause of the problem in form builder. What causes the FRM message?
    If you cannot track down to the cause and want to suppress this message, you could try to capture the event in the on-error trigger and continue without an error when this error occurs (maybe encapsuled by a helping global variable construction so that the message is not always suppressed)
    In designer/forms 6.0 or 6i you could suppress the message in two ways:
    1. By adding it to the suppress message stack (see hsdapp65.pll for an example).
    2. Add the message to the qms_message_properties table and set the suppr_always_ind to Y.
    The headstart 3.4 qms_messages table does not yet contain this column, but you might take a look at the headstart 2.1.2 procedure qms$forms_errors.add_suppress_message(<message number>); to code your own solution for it in headstart 3.4.
    Regards, Marc

  • Handling oracle forms errors (frm-nnnnn) locally

    is there a way to handle an oracle form error (e.g. frm-40508) locally in a way similar to handle oracle database errors.
    e.g.
    procedure insert_something is
    insert_error exception;
    pragma exception_init(insert_error,-40508);
    begin
    :c1.a := 1;
    :c1.b := 2;
    commit_form;
    exception
    when insert_error then
    <handle insert error on c1 block>;
    end;
    Edited by: mojo on Oct 7, 2008 4:34 AM

    by locally i mean within the pl/sql block that will have raised the error.
    an example i encoutnered recently, but by no means the only occasion i have wished such things:
    function mseRecStatus returnvarchar2 is
    rtnChar varchar2(32);
    begin
    rtnChar := get_record_property(mouseRec,mouseBlock,status);
    return rtnChar;
    end;
    This is called from a pre-pop-menu trigger. mouseRec and block are calculated previously. A right-click on a record item below the last record raises error frm-40741 (unable to locate record on block). it would be nice to be able to do something like the following without incolving an on-error trigger:
    function mseRecStatus returnvarchar2 is
    rtnChar varchar2(32);
    non_record_clicked exception;
    pragma exception_init(non_record_clicked,-40741);
    begin
    rtnChar := get_record_property(mouseRec,mouseBlock,status);
    return rtnChar;
    exception
    when non_record_clicked then
    return null;
    end;

  • Calling form with new db connection

    Hi all,
    This is my problem. I have a requirement to call a form from the when-button-pressed trig of a different form and connect to that called form using a different username/password/connect string. I used logout and logon to do it and it works fine for me (or this machine). My problem is that it doesn't work for anyone else. Whenever anyone else tries the same button (including myself logged into the form on a different machine) they get the error ORA-01012 Not Logged On.
    I have the following code in the pre-form trigger of the called form :
    logout;
    Logon ('scott','tiger'&#0124; &#0124;'@'&#0124; &#0124;'dev');
    AS I said it works for me on this machine. What am I missing? Thanks in advance.
    Required info:
    Forms [32 Bit] Version 6.0.5.0.2 (Production)
    Oracle Toolkit Version 6.0.5.6.0 (Production)
    PL/SQL Version 8.0.5.1.0 (Production)
    OPerating sys: windows 2000
    Database Oracle 8.0.6.1.0

    make sure that the same database alias is configured in the tnsnames.ora on all the machines.

Maybe you are looking for

  • Is it possible to upload an album from my iPod to iTunes?

    Is it possible to upload an album from my iPod to iTunes?

  • Best temperature monitoring app.? Freeware or Shareware.

    Hi, I really need to know my G4's components' temperature, so if you know which temperature app. is the best and why, I'd really appreciate if you shared! I looked last night on the Version Tracker site, but it was kinda difficult to choose an app. A

  • Lookup error throwing capabilities

    Hi Gurus, Help me by giving some good solutions for the below requirement:- I am using a JDBC lookup in my scenario. Now, I want to implement some error throwing capabilities in the same. For eg:- If the lookup was not excuted because of the connecti

  • Error SXI_CACHE

    hi all, i have many scenarios that work without any problem. I had to create an interface that use BPM. later the changes were active in ID >  Cache notification> the ABAP Cache was red. i did a CPA Cache Refresh but no error but in SXI_CACHE in faci

  • Deployment of simple JSP to Oracle Servlet Engine

    Hi Anyone there tried to deploy a simple JSP running against OSE. Please advice where can I get more information for this. Thanks