Related Call_form built in

Hi ,
I am calling one form from another.
The second form having horizantal and verticsl toll bars
When i am calling form is opening but horizantal and vertical bars are not dispalying
Plese do need ful help
regards
Pradeep

Hi,
I just think it might be bug 315929: CALL_FORM TO FORM WITH A ROOT_WINDOW HAVING SCROLL BAR PROPERTY SET TO TRUE.
Rename the windows to something other than 'root_window' (e.g. my_window).
Monica

Similar Messages

  • Call_form built-in

    db and dev 10g rel2
    , hi all,
    i've a tree with a lot of nodes , i've to double-click a node to call another form , but this does not happen ,
    what happens is :
    example
    when i double-click a node , the "time"form is opened , but
    when i exit the "time" form and goes to click another node to open "hr" form , then , the "time" form is opened first and when i exit it , the "hr" form is opened ?
    thanks in advance

    See if this one can help you
    {thread:id=2483601}
    Edited by: yoonus on Jan 8, 2013 3:01 AM

  • Forms 10.1.2.0.2: Web Form does not appear at Runtime with CALL_FORM

    Hello there,
    We have a number of forms we're executing as web forms using Oracle JInitiator 1.3.1.22. We have one form in particular that, when a button is pressed, is supposed to call another form via the CALL_FORM built-in.
    We are passing a parameter list to the new form, and executing the CALL_FORM built-in with these Setting Parameters:
    CALL_FORM( formmodule_name => '<OUR_FORM_NAME>',
               display         => NO_HIDE,
               switch_menu     => NO_REPLACE,
               query_mode      => NO_QUERY_ONLY );When we run the starting form as a web form (via JInitiator 1.3.1.22), and press the button to call the other form, all buttons on the starting form are greyed-out/disabled. The called form does not appear.
    I have carried out a number of checks with my own debugging tool (stored procedure writing messages to a table via an autonomous transaction), and forms focus is definitely been transferred to the called form. For example, the WHEN-NEW-FORM-INSTANCE trigger in the called form is definitely being executed.
    I suspect this problem is JVM-related rather than Forms-specific. My current plan of attack is to request the Application Server Logs tomorrow morning (I don't currently have access to them) and see if I can find any Java-related error messages. However, if any of you reading this have experience of this type of problem and can offer any assistance, please don't hesitate to let me know your suggestions/advice.
    Cheers.
    James

    You could check the settings of the window in the calling form. If its set to "Modal" or "Dialog", and the window in the called form has other settings, the new window might be opened "behind" the old window.

  • External webcams -- do any work with built-in isight?

    I have an intel Macbook with the built-in isight camera. I'd like to be able to use an external web cam -- but I can't get any to work -- the machine simply ignores them.
    Can anyone tell me which, if any, external cams have worked with this setup?
    And for those who may ask -- the isight works fine, but I'd like the flexibility of having a cam on a cord so I can point it around the room without have to move the entire laptop.
    Thanks,
    John

    jackthelad wrote:
    This appears to be the closest thread I could find regarding the use of external webcams with OSX.
    I recently acquired an XBox 360 webcam which for all of my pre-purchase research told me was suprisingly compatible with Macs. I am running 10.4.11 on an Intel Macbook, but the webcam does not produce an image. Before I accept the reality that I've possibly purchased a faulty camera, I wanted to check here to see if perhaps I needed a driver, or some additional software to make it operative. I've installed the most recent MacCam app as a precautionary measure although my understanding is that the XBox 360 should run natively on Tiger and above, a simple plug & play. Although the camera is recognized in my System Profiler, again it doesn't produce an image, nor does it appear to to powering up via the 2.0 USB port, not even with the addition of MacWeb.
    I'm I missing something, or have I just purchased a lemon? Any feedback?
    macam is not required for your XBox 360 Live webcam (or any other UVC webcam) when used with Mac OS X 10.4.9 or later. You can uninstall it from your 10.4.11 Mac.
    If you have not recently done so, shut down your Mac and do a cold boot (not merely a "Restart.") If restarting your Mac does not correct the problem, try all suggestions related to built-in iSight from http://support.apple.com/kb/HT2090
    (You can use the suggestions for your webcam because both it and built-in iSight are USB cams.)
    If your ONLY problem is with one particular app that is supposed to use a webcam, you may simply need to reinstall that one app.
    However, if the testing suggested there shows that your webcam problem occurs in all apps in more than one user account, the reset suggested there may restore proper webcam function.
    However, if your XBox 360 Live webcam still does not work after carefully following all relevant suggestions in the "How to Troubleshoot iSight" article but it does show as a USB device in your Mac's System Profiler, your problem may be with your Mac OS. Try applying the 10.4.11 Combo Update using the following process:
    • Use Disk Utility to repair permissions.
    • Download and install OS X 10.4.11(Intel) Combo Update: http://support.apple.com/kb/DL172
      (PPC Mac users should use http://support.apple.com/kb/DL170)
    • Immediately after the restart that completes the update, repair permisssions again.
    If necessary, use the suggestions from http://support.apple.com/kb/HT2090 again after applying the Combo Update to determine if the symptoms are the same.
    EZ Jim
    Mac Pro Quad Core (Early 2009) 2.93Ghz w/Mac OS X (10.6.2)  MacBook Pro (13 inch, Mid 2009) 2.26GHz (10.6.2)
    LED Cinema Display  G4 PowerBook 1.67GHz (10.4.11)  iBookSE 366MHz (10.3.9)  External iSight

  • Using CALL_FORM

    Hello Guys -
    I have a very specific question to ask you guys. The reason why I am using CALL_FORM is because CALL_FORM allows the full execution of the calling procedure, vs OPEN_FORM. OPEN_FORM will disable any procedures arranged after the call to OPEN_FORM is done. I use the CALL_FORM built in to call a small calendar which people can double click on the date and populate the calling form's date fields. The problem is people keep clicking on the back on the calling form, which hides the calendar form behind the calling form and makes it appear that the calling form is "frozen". Apparently there is no parameter in the CALL_FORM built in that will disable outside form navigation.
    I basically want to keep my client from being able to navigate outside the form that is being called, while showing the calling form at the same time. Does anyone know how to do that? I've looked into using WHEN-FORM-NAVIGATE, but that only fires when the form is navigated to, but not from. Thanks in advance!! Any help would be appreciated.

    Hello,
    If i understood properly you want to stop navigation between forms after calling the calendar form. Then go to the property of calender form's window and choose Window Style as Dialog and Modal as YES then run your form it will stop navigation after calling the calendar form.
    -Ammad

  • Parameters in Call_Form

    Hi,
    A form A call to a form B using Call_Form built-in. I would like to pass values from B to A.
    What alternative to globals variables does exist to do that ?
    Thanks.

    Use parameters. In the Forms Builder, in the Navigator window, there is a node called Parameters. You can create a parameter there and refer to it in your form using :PARAMETER like it's a block. e.g.
    if :parameter.myparam is not null then
    ... -- Do something with the parameter.
    end if;
    The calling form needs to build up a parameter list and pass it using OPEN_FORM, CALL_FORM, etc.
    Regards,
    Robin Zimmermann
    Forms Product Management
    200211

  • FRM-40405, No Changes To Apply Message

    Environment : Forms 9i, Web, 9iAS
    Whenever a transaction is made, The "No changes to Apply" message is get displayed and then the transaction is applied and saved message appears.
    How can i get ride to the First message?
    ON-ERROR trigger containss the following code
    if error_type = 'FRM' and error_code = 40405 then
         null;
    else
    message(error_code ||':'||error_text,no_acknowledge);
    end if;
    Eben then, No change to Apply message Appears.

    This is happening for all the Forms in our Application Just a guess...
    Sounds like you are running your forms from a "master form" using OPEN_FORM(form_name, ACTIVATE, NO_SESSION); This will do the commit on both the called form and the calling form (and that's where the FRM-40405 comes from). You can use OPEN_FORM(form_name, ACTIVATE, SESSION); but this will create a new session for each form being called.
    Try the CALL_FORM built-in instead.
    Hope this helps (if my guess is wrong, forget it:)
    Gerald Krieger

  • Attribute key not found when there is no data in Fact table

    Hi All,
    I have a Dimension and Fact table,Dimension has data but Fact table is empty. The Dimension is MOLAP & Measure group is ROLAP. the relation is built on Key column and named column is some other attribute.
    When I execute MDX "select { [Measures].[Avg Sales] -- Average type measure} on columns from my_Cube ", this returns a valule with #Error. error message in cell is "The attribute key cannot be found when processing:
    Table: 'FACT, Column: 'ID', Value: '0'. The attribute is 'Name' "
    I have processed the Dimension with Full and then Cube is processed with Full. but still same error. Please suggest .
    Ram MSBI Developer

    Hi Ram ,
    Since you mentioned "Value: '0'. The attribute is 'Name' ""
    I would recommend to have a look at the Key/Name Column's property regarding to the NullProcessing .
    Regards, David .

  • Query in Parameters in Oracle Forms 6i

    Can any one explain me how to go with parameters in oracle forms 6i's Object Navigator.If explained with an example it will be of great help for me.
    Thanks,
    Prathap

    Hello,
    Forms parameters are usefull to receive a value from a calling form or for a command line.
    You can pass a value to a form through these parameters, which value can be read inside the form.
    Assume your form have to display only employees of departement 10.
    In the parameter node, you create a new parameter then name it : DEPARTEMENT (number)
    A the start of this form, you can filter the data in the Where clause property of the block:
      DEPTNO = :PARAMETER.DEPARTEMENTand, when the first form call this one, it pass this parameter in the CALL_FORM() built-in
    Declare
      pl_id PARAMLIST;
      pl_name VARCHAR2(10);
    Begin 
      -- create the parameter list --
      pl_name :=  'temp';
      pl_id :=  get_parameter_list(pl_name);
      IF NOT ID_NULL(pl_id) THEN
        destroy_parameter_list(pl_id);
      END IF;
      pl_id := create_parameter_list(pl_name);
      -- add the parameter to the list --
      add_parameter(pl_id, 'DEPARTEMENT', TEXT_PARAMETER, 10);
      -- call the employees dialog --
      call_form('EMP_DIALOG', HIDE, NO_REPLACE, NO_QUERY_ONLY, NO_SHARE_LIBRARY_DATA, pl_id);
    End ;Hope this is clear enough.
    Francois

  • Call a Form using Webutil from the Menu loose focus on the applet

    Hello,
    I have the following problem:
    When calling a form using webutil from the menu the focus on the applet (I mean the Forms Application window) is lost and I have to click on the window to get back the focus on the application.
    Any advice ?
    Env: Forms 9i / Webutil 1.06
    Rgds,
    Philippe

    Try to use the NO_HIDE parameter in the CALL_FORM() built-in.
    Call_Form( 'the_form', NO_HIDE ) ;Or maybe, in the[b] When-New-Form-Instance trigger of the called form, return the focus to the calling form
    Go_Form( Get_Application_Property( CALLING_FORM ) ) ;Francois

  • RUN_PRODUCT help

    Hi,
    We currently use the RUN_PRODUCT(FORMS ... to start up a second MDI window. All is well with this code on versions of forms up to 9i. Using forms 11 this command has become obsolete can anybody please advise me of a workaround as I can not think of one to dynamically start a second oracle instance.

    It is not for web forms unfortunately and using the call_form built in will only open the form within the current MDI window.
    I have found a solution by using the Win_API_Shell.WinExec package from the D2KUTIL library.

  • Oracle 10g OLAP to 11g OLAP upgrade ?

    We currently are planning on a upgrade from 10g OLAP => 11g OLAP. We currently have 12 AWM's in 10g OLAP which we need to move over with associated DML programs and additional SQL reporting views.
    Questions:
    1. Is there any documentation available on necessary steps for 10g OLAP => 11g OLAP upgrade?
    2. What would happen to existing AWM's prepared in 10g, would they be migrated to 11g transparently or have to be re-created?
    3. Is there any specific documentation related to changes in way cube builds are done programatically?
    4. Any changes in the way limit maps work in 11g?
    Please advise.
    Thanks,
    Sudip

    Migrating a 10g cube to 11g depends on whether you are talking about 11gR1 or 11gR2. 10g cubes continue to operate in the "10g way" even after a database upgrade. They will not become "11g cubes" until they are rebuilt after the database upgrade. In 11gR2, there is a supported way to migrate 10g cubes to 11g cubes, both with AWM and with PL/SQL. Sorry to say... this functionality doesn't exist in 11gR1: you'll have to rebuild your cubes from the ground up.
    The SQL relational views built using the AWM plugin in 10g are no longer applicable in 11g. That's because OLAP cubes in 11g are registered in the oracle data dictionary (just like other Oracle objects), and the SQL relational views are managed in the database and a recognized part of the product. The SQL relational views are quite different in 11g, so you will likely have to rewrite queries against them.
    LIMIT map syntax is the same, but performance is much better.
    See if this blog entry helps:
    http://www.rittmanmead.com/2009/10/09/olap-10gr2-and-dense-looping/
    Edited by: Stewart Bryson on Feb 19, 2010 8:40 AM

  • Bind variable not picking up a global value... FUSTRATING!!! :(

    Its pretty simple, but I dont know whats going on... heres a brief example of whats going on....
    :GLOBAL.VARIABLE1 := 1;
    MESSAGE(:GLOBAL.VARIABLE1);
    MESSAGE(:GLOBAL.VARIABLE1);
    :LOAN_DEALS.DEAL_KEY := :GLOBAL.VARIABLE1;
    MESSAGE(:LOAN_DEALS.DEAL_KEY);
    MESSAGE(:LOAN_DEALS.DEAL_KEY);
    so basically im setting the global variable to 1, debug message it out and it looks right from forms... I set the bind variable to the global variable and debug message it out and its NOT 1... its the previous value (which is 5 to begin with)....
    The global is assigned by another form using the CALL_FORM built in, but I dont think it matters since the value made it through the exit_form of the form being called... anyone run into this before? Please let me know... thanks in advance..

    I figured it out.
    The coding was in a when button pressed trigger. In this trigger there is coding that updates the child record of the parent bind variable I was trying to change. The child record had a trigger which updates the parent record from the backend, which in turn locks the record from the forms end. Since I didnt requery before attempting to change a locked record, the changes simply just dont take....
    Took me 6 hours to figure that one out!!!

  • Form Builder 6.0

    Hi,
    I am developing applications using Forms 4.5, Forms 5 and now I
    am using forms 6.0.
    I have a log on screen with 2 fields for user id and password.
    In the When-New-Form-Instanace of my form I use LOGON built in
    to log on using a valid oracle user. Then in When New Block
    Instance I use LOGOUT Built in to log out ( disconnect from
    Oracle RDBMS). Now when I run the form I over ride the default
    logon screen and the navigation at the user id field (as I want
    it to be). after entering a valid username and a password(
    oracle user), i have a button which when ressed connects to the
    Oracle Database. In the buuton I use the LOGON built in.So far
    so good.
    The problem is that after the LOGON built in i use CALL_FORM
    built in to open the next form in my aplication.But the
    subsequent form doesn't open at all .ie when the buton is
    pressed a conection to the Oracle Database is established, but
    the called form is not opened.The cusor comes back to the button
    (connect button).
    I would like to know how to create a customized logon screen
    using form builder.
    Thanks Bye. Sorry if there is any spelling mistakes
    null

    There currently is a bug in 6.0 that does not allow the use of
    open_form. They tell me that this will soon be fixed. I'll
    leave the definition of "soon" up to you.
    S.Thiruchendhuran (guest) wrote:
    : Hi,
    : I am developing applications using Forms 4.5, Forms 5 and now I
    : am using forms 6.0.
    : I have a log on screen with 2 fields for user id and password.
    : In the When-New-Form-Instanace of my form I use LOGON built in
    : to log on using a valid oracle user. Then in When New Block
    : Instance I use LOGOUT Built in to log out ( disconnect from
    : Oracle RDBMS). Now when I run the form I over ride the default
    : logon screen and the navigation at the user id field (as I want
    : it to be). after entering a valid username and a password(
    : oracle user), i have a button which when ressed connects to the
    : Oracle Database. In the buuton I use the LOGON built in.So far
    : so good.
    : The problem is that after the LOGON built in i use CALL_FORM
    : built in to open the next form in my aplication.But the
    : subsequent form doesn't open at all .ie when the buton is
    : pressed a conection to the Oracle Database is established, but
    : the called form is not opened.The cusor comes back to the
    button
    : (connect button).
    : I would like to know how to create a customized logon screen
    : using form builder.
    : Thanks Bye. Sorry if there is any spelling mistakes
    null

  • How to make the application temporarily stop (pause)

    Hi,
    I'm using Jdev 11.1.2.3.0
    My use case is:
    + I have index.jsf: load list of regions (List<TaskFlowBindingAttributes>)
    + in an action of one region (For ex: A-flow.xml), i will add another region to the list of regions
    addDynamicRegion("B-flow);  
    + My requirement is: all codes after <<addDynamicRegion("B-flow); >> will be wait util the app finish adding B-flow.xml and get out of B-flow
    +  this action is the same with : Call_Form Built-in of Oracle Forms
    P/s: my addDynamicRegion is just simple :
    public void addDynamicRegion(String flowId) {
    RunForm runForm = (RunForm)JSFUtils.getManagedBeanValue("runForm");
    TaskFlowBindingAttributes taskAtt = new TaskFlowBindingAttributes();
    String flowName = flowId.replace("-", "_");
    taskAtt.setId(flowName);
    taskAtt.setTaskFlowId(new TaskFlowId("/WEB-INF/" + flowId + ".xml", flowId));
    runForm.getTfBindingAtts().add(taskAtt);
    UIComponent form = getFormComponent(FacesContext.getCurrentInstance().getViewRoot());
    AdfFacesContext.getCurrentInstance().addPartialTarget(form);
    Thank you very much                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi,
      this action is the same with : Call_Form Built-in of Oracle Forms
    no, its not because a call form navigates to the called form module, which is comparable to a task flow call activity and not a region.
    http://imdjkoch.wordpress.com/2010/07/23/open_form-vs-call_form-vs-new_form/
    "Runs an indicated form while keeping the parent form active. Oracle Forms runs the called form with the same Runform preferences as the parent form. When the called form is exited Oracle Forms processing resumes in the calling form at the point from which you initiated the call to CALL_FORM."
    (Note: I appreciate any ADF vs. Forms comparison if technically its done correctly)
    The regions in a view load according their af:region tags and as such you wont be able to pause loading unless you use the activate condition to point to a managed bean property that returns false so that the region is not initialized.
    This is from the JavaDocs of the Class TaskFlowBindingAttributes.
    "Set of attributes that define a TaskFlowBinding object. The taskFlowList attribute of the multiTaskFlow element of the page definition uses a list of object of this type to describe each taskflowBinding that the multiTaskflow binding contains. The order of this list defines the order of the region objects in the multiTaskflow binding. "
    So adding a region does not give you a chance to stop further loading and you will have to work with not activating not yet loaded regions, which then you need to load manually.
    Frank

Maybe you are looking for