Call Form

windows xp service Pak-3 Plateform,
10g DataBase, 10g Forms are in use.
Why a call form wont work, if the same syntax already worked while in 6i forms.
Kashif.

hi
did u create working directory?
try something like this...
call_form('c:\form_name.fmx');sarah

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

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

  • Filtering a region source based upon a value in the calling form

    Hi,
    I am calling a report form with the following SQL
    select
    "RESPONSE_ID",
    "ASSIGNMENT_ID",
    "QUESTION_ID",
    "DATE_CREATED",
    "GRADING_1_10",
    "RESPONSE"
    from "#OWNER#"."CR_QUESTION_RESPONSES"
    where assignment_id = NVL(:P17_ASSIGNMENT_ID, assignment_id).
    P17_ASSIGNMENT_ID is populated from the calling form, but it is not been recognised when the query is run.
    Is there a way to pass values to a query dynamically?
    Thanks.

    Hi,
    Most likely :P17_ASSIGNMENT_ID is not set
    To check the value of :P17_ASSIGNMENT_ID you can add it to the query:
    select
    :P17_ASSIGNMENT_ID val_check,  -- <-- added to check value
    "RESPONSE_ID",
    "ASSIGNMENT_ID",
    "QUESTION_ID",
    "DATE_CREATED",
    "GRADING_1_10",
    "RESPONSE"
    from "#OWNER#"."CR_QUESTION_RESPONSES"
    where assignment_id = NVL(:P17_ASSIGNMENT_ID, assignment_id)Regards,
    Lev
    Edited by: le on Nov 29, 2010 11:32 AM

  • Calling forms from OAS10g on Linux

    We are deploying all forms and reports10g from Windows to Redhat Linux based OAS10g Server.
    Since directory structure / definition is changed in Linux environment and we use "/" in place of "\" <back slash), we have to change path of the call forms according to linux directory structure.
    Because this change need to apply in more than 2000 forms, Is there any way
    to change the directory path in one shot. Is there any utility available in OAS10g or Forms/reports10g builder or in RHEL 4.0-AS ?
    Please help.

    If oyu use CALL_FORM, all called forms-modules are "stacked" above each other, so you can only return to a previous instance using EXIT_FORM.
    You can either use NEW_FORM or OPEN_FORM, both have pro's and con's.

  • 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

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

  • How to Automate the Query Search Upon Return to the Calling Form?

    Greetings Ya’ll Gurus,
    Could you please share with me how to make the Query Search executed automatically each time, when database table is updated, upon return to the “Calling Form” (i.e. FormA in this posting) from the “Called Form” (i.e. FormB from here on)?
    I have FormA call_form to FormB. FormB may return to FormA. FormA allows users to enter the Query parameters and perform query Search to the database table with a list of search results afterward; whereas FormB allows users to add or delete the same database table records. Both form images are as follows:
    FormA:
    !http://dot.state.ak.us/nreg/jtomasic/FormA_DWR_SEL.GIF!
    FormA call_form to FormB by clicking PB “Daily Work Report” (see circled PB "Daily Work Report" in the above image.)
    FormB Image (FormB allows users to add and delete database records):
    !http://dot.state.ak.us/nreg/jtomasic/FormB_DWR.GIF!
    FormB EXIT_FORM and returns to FormA (see circled PB "DWR Selection" in above image).
    Currently, our users must press the PB “Search” on FormA each time to refresh the Query “Search” results after returning to FormA, and they request to have the "Search" done automatically/programmatically upon return to FormA each time when the database table is updated.
    If you have programming code on this and are willing to share or if you have any suggestion or thoughts on this, it would be most greatly appreciated.
    Thanks a lot & Happy Holidays!

    Thanks so much Andreas, and yes, your link for calling a form and passing a context is very helpful. I believe, your suggested use of the global variable for the saved database table will work for the automation of the Query Search. I am, however, not sure how to make the code and the trigger to automatically perform Query PB "Search". The code for our current "WHEN-BUTTON-PRESSED" Trigger for the PB-Search of FormA is as following:
    DECLARE
         alert_button     NUMBER;
         alert_id               ALERT;
      MY_WHERE VARCHAR2(2500);
      MY_DIST_ID         DIST.DIST_ID%TYPE     := :BLK_UPDATE.DIST_ID;
      MY_ORG_ID          DWR.ORG_ID%TYPE       := :BLK_UPDATE.ORG_ID;
      MY_ACTY_ID         DWR.ACTY_ID%TYPE      := :BLK_UPDATE.ACTY_ID;
      MY_ACTY_WORK_ID    DWR.ACTY_WORK_ID%TYPE := :BLK_UPDATE.ACTY_WORK_ID;
      MY_CNTY_ID         DWR.CNTY_ID%TYPE      := :BLK_UPDATE.CNTY_ID;
      MY_ASSET_GRP_ID    DWR.ASSET_GRP_ID%TYPE := :BLK_UPDATE.ASSET_GRP_ID;
      MY_ASSET_ID        DWR.ASSET_ID%TYPE     := :BLK_UPDATE.ASSET_ID;
      MY_RTE             DWR.RTE%TYPE          := :BLK_UPDATE.RTE;
      MY_BEG_MP          DWR.BEG_MP%TYPE       := :BLK_UPDATE.BEG_MP;
      MY_END_MP          DWR.END_MP%TYPE       := :BLK_UPDATE.END_MP;
      MY_FROM_DATE       DWR.DWR_DATE%TYPE     := :BLK_CONTROL.FROM_DATE;
      MY_TO_DATE         DWR.DWR_DATE%TYPE     := :BLK_CONTROL.TO_DATE;
      MY_FLAG_OFFSYS     VARCHAR2(11)          := :BLK_UPDATE.FLAG_OFFSYS;
      MY_FLAG_COMMENTS   VARCHAR2(11)          := :BLK_UPDATE.FLAG_COMMENTS;
      MY_SPECIAL_EVENT_SEQ_NO SPECIAL_EVENT.SPECIAL_EVENT_SEQ_NO%TYPE  := :BLK_UPDATE.SPECIAL_EVENT_DESCR;
      MY_FLAG_ACCDT      VARCHAR2(11)          := :BLK_UPDATE.FLAG_ACCDT;
    BEGIN
    :blk_control.dummy_flag := 1 ;
    :BLK_CONTROL.DUMMY_ERR_FLAG := 'N';
    VALIDATION_SELECTION;     -- Program Unit VALIDATES DWR SELECTION PARAMETERS PRIOR TO
                                                    -- PERFORMING THE SEARCH AND POPULATING THE DISPLAY BLOCK
    if :blk_control.dummy_flag = 1 then
      IF :BLK_CONTROL.DUMMY_ERR_FLAG = 'N' THEN
        MY_WHERE := BUILD_WHERE_CLAUSE(MY_DIST_ID,
                                       MY_ORG_ID,
                                       MY_ACTY_ID,
                                       MY_ACTY_WORK_ID,
                                       MY_CNTY_ID,
                                       MY_ASSET_GRP_ID,
                                       MY_ASSET_ID,
                                       MY_RTE,
                                       MY_BEG_MP,
                                       MY_END_MP,
                                       MY_FROM_DATE,
                                       MY_TO_DATE,
                                       MY_FLAG_OFFSYS,
                                       MY_SPECIAL_EVENT_SEQ_NO,
                                       MY_FLAG_ACCDT,
                                       MY_FLAG_COMMENTS);
        SET_BLOCK_PROPERTY('BLK_DISPLAY', DEFAULT_WHERE, MY_WHERE);
        GO_BLOCK('BLK_DISPLAY');
        CLEAR_BLOCK(NO_VALIDATE);
        EXECUTE_QUERY(ALL_RECORDS);
        IF :BLK_DISPLAY.DWR_SEQ_NO IS NOT NULL THEN
                   SET_ITEM_ON_OR_OFF('BLK_CONTROL.PB_PRINT', TRUE);
        ELSE
                   SET_ITEM_ON_OR_OFF('BLK_CONTROL.PB_PRINT', FALSE);
                   alert_id := FIND_ALERT('no_data_query');
                   IF ID_NULL(alert_id) THEN
                        error_msg(1000);
                   ELSE
                        set_alert_message(alert_id, 1040);
                        alert_button := SHOW_ALERT(alert_id);
                   END IF;
              END IF;
              GO_BLOCK('BLK_UPDATE');
              GO_ITEM('BLK_CONTROL.PB_SEARCH');
         END IF;
    end if;
    END;My questions are:
    After initializing, set and/or reset the global variable for the saved database table,
    do I copy the above code (i.e. the "entire" code in the "WHEN-BUTTON-PRESSED" Trigger for the PB-Search) to the WHEN-NEW-FORM-INSTANCE-trigger, or other trigger(s), of FormA to automate the Query Search whenever there is a successful database commit/save? Or
    is there a simple way to activate the code in the "WHEN-BUTTON-PRESSED" Trigger for the PB-Search of FormA? Or
    is there a simple way to activate the EXECUTE_QUERY(ALL_RECORDS) command in the WHEN-NEW-FORM-INSTANCE-trigger or other trigger(s) of FormA ?
    Thanks and always.

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

  • Is The Current Called Form Running in Query Only Mode?

    How can identify the current called form is running in either QUERY_ONLY / NO_QUERY_ONLY MODE progrmatically?

    You can use :system.form_status to check for this. Be aware that this can change quite frequently throughout navigational processes both visibly and "behind the scenses"
    n

  • Oracle Forms in R11i apps Q how to requery when called form is closed

    Scenario:
    I have formA. I am calling another formB from FormA. When I do update on Form B and close the control needs to come back to formA and requery (so I can see changes to the updates done in formB).
    Issue:
    I’m successfully launching formB (using fnd_function.execute) and able to update but when I close formB, I’m not able to requery as the control is not coming back to formA.
    Which event should i use when i close the FormB so i can navigate back to called FormA and Requery. ( i tried exit_form, key-exit, the formB is only closing but unable to go to formA)
    Thank you.

    I'm not 100% sure, but I believe ZOOM should work in your case. A slightly dated but valid explanation is here - http://download.oracle.com/docs/cd/A60725_05/html/comnls/us/fnd/zoom05.htm#codezoom
    Pl see the Application Developer Guide for your release of EBS at http://www.oracle.com/technetwork/documentation/applications-167706.html
    HTH
    Srini

  • 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

  • Highlight the current row in the called form

    hi,
    how can i highlight the current selected row in the called form.. do i have to use current_record or current rowid as parameter and pass to a called form ??
    thanks

    i passed the current record as parameter to called form. so i have the current record number, say 2.. so can i not do the GO_RECORD('2'); after going to that particular block of the called form??

  • Why my iphone6 always cant receive call form other people? i am use the iphone in mainland china. it is my iphone problem or all the iphones have this problem in mainland. please answer me. thanks.

    why my iphone6 always cant receive call form other people? i am use the iphone in mainland china. it is my iphone problem or all the iphones have this problem in mainland. please answer me. thanks.

    Hello tashi1234,
    Welcome to the Apple Support Communities. If you are having an issues with the Phone app on your iPhone, the next step would be to restore the iPhone. The following will assist with backing up your iPhone.
    iOS: How to back up
    http://support.apple.com/kb/HT1766
    Once your iPhone is backed up then go through with the process of restoring the iPhone.
    iTunes: Restoring iOS software
    http://support.apple.com/kb/ht1414
    Regards,
    -Norm G.

  • Pass date value back from called form

    I have a form that allows the user to select a date from a calendar canvas. I can call this form from another from and now want to pass the selected date on the called form back to the calling form. I'm new to multi-form applications so I'm looking for some guidence here. I am thinking a parameter list would be better than a global variable since globals only support char values. I've never done this before so any advice or examples would be helpful.
    Thanks in advance,
    Jeff

    Chander,
    Thanks for your reply. I think this is the .olb I am using. I created my calendar form using it or a similar .olb. The form runs OK, just lacks the means to pass the "date picked" to the calling form. This is where my inexperience is making things difficult. Assuming we are talking about the same olb, how do I pass the date back?
    Jeff

  • Passing parameter to Called form through Web.Show_document.

    i am calling a form say 'form2.fmx' from 'form1.fmx' using web.show_document. the parameter is concatenated with the URL string properly but this parameter is not accessible in the called form.
    Please Help
    thanks

    i am running forms Of 10G developer suit. i want to call and pass a parameter
    'emp_no'(employee no) to a form say 'form2.fmx' from the form say 'form1.fmx' on button
    click. so i have created a parameter named "emp_no" in the object navigator of "form2.fmx".
    in form1.fmx, i am using web.show_document(URL) function as given below.
    web.show_document('http://111.111.111.11:8889/forms90/f90servlet?form=form2.fmx&emp_no=7156&userid=scott/tiger@mysid','_blank');
    This function successfully call the "form2.fmx" but in this form the value of parameter
    "emp_no" is null even when i have passed it in the URL (as shown in the above code line)
    i.e; the value of emp_no is null.
    Note :
    7156 is the value of emp_no parameter.
    111.111.111.11 is the supposed ip address. etc.

Maybe you are looking for

  • Is partition "PBR Image" unnecessary after upgrading to Windows 8.1?

    Laptop Vostro 3560, bought with Windows 8 installed and upgraded to 8.1. The disk has a "PBR Image" partition (NTFS, 9.3 GB). I suppose this partition is used to restore the factory configuration, with Windows 8. I do not expect to go back to Windows

  • ITunes library on external drive won't load, iTunes says disk is full and only partial library loads. What is it doing, making another copy?

    I have an archive of all my music on an external drive. I wanter to play the music on another computer. When I hooked up the drive and launched iTunes with option key, I linked up the library on the external. iTunes gets part way through linking then

  • Test & Dev on Same Machine

    Hi, I want to install test & dev on the same machine what i know is i have to assign different port numbers to them. But i want to access them with diffrenet url addresses how i can install with same host or different host plz clarify one more thing,

  • Flushes on a fastethernet interface

    Hello, I've got a problem with a fastethernet on a 7206 VXR router. On the show int of the affected interface, you can see the drops and flushes I'm getting: Input queue: 0/200/14/4199 (size/max/drops/flushes); Total output drops: 0 As you can see, I

  • Learning ABAP for BPC

    Hello everyone, I understand Script logic very well, but I'd like to learn ABAP also.  I've programmed in T-SQL, a bit in VB.NET, and a lot in Script logic, but I know little to nothing about how to program in ABAP. What I'd like to start with is to