When i close called form. i want to refresh calling form.but how?

i am using call_form ( name_in(':Global.App_Path')|| file_name, hide, Do_replace, no_query_only,pl).
when i close called form. i want to refresh calling form.
how can i do it.

You have a block called : EMP, so you have to re-query-it with the following:
Go_Block('EMP');
execute_query ;Francois

Similar Messages

  • How to close current form but leave calling form open

    My case is like this, I am working on one form. It have 2 functions. One is serach function, let us call it A, the other is display/entry function, let us call it B. I first start window A to search record. From that record I open window B, when I close window B, I want to leave window A open so I can start a new search.
    Right now, when I close widows B, window A closed too. How can I close only window B. I tried both APP_NAVIGATE.EXECUTE and FND_FUNCTION.EXECUTE but did not work out.

    Thank you very much.
    The problem is how can I find out what is the module name or window name. This is a heavily custom Oracle Apps form CSXSRISR. It is quite big and I just got lost into those data block/trigger stuff.
    Is there a easy way to find out the module for each window?
    Thanks

  • When I close Firefox, then later want to start up again, I get I message that Firefox is still running. With "START TASK MANAGER", I need to close Firefox in order to start again.

    When I close Firefox, then later want to start up again, I get I message that Firefox is still running. With "START TASK MANAGER", I need to close Firefox in order to start again.

    I have the same problem. Firefox won't unload regardless of how long I wait. Literally hours ... I must go in and 'end the process'. This has been a real hassle for a while now. Even considered giving up on firefox. Please look into this! An additional problem; I have to run firefox to get the updates, but I can't get the updates to take because I can't get firefox to unload so I can restart it.

  • BLOCKNAME data block from TEMPLATE.fmb displaying when I close my form

    Hi all,
    I'm developing a custom form in EBS, and when I close my form using the X button, the BLOCKNAME window from TEMPLATE.fmb is displayed. If I close using File -> Close Form, I get the expected behavior.
    Does anyone have any suggestions for how to fix this?

    Hi,
    I've still been unable to make any progress with resolving this issue. Does anyone have any suggestions?

  • HT201436 i can hear when some one call me but he cant hear my voice

    I CAN HEAR WHEN SOME ONE CALL ME BUT HE CAN NOT HEAR MY VOICE HELP ME PLZ

    Try this with the screen unlocked, press up or down on the volume controls on the side. Does it say headphones? If yes, then try cleaning the headphone port with compressed air.

  • I've got a new laptop, a macbook air. I used to have a pc laptop and i want to transfer my itunes but how do it do that?

    I've got a new laptop, a macbook air. I used to have a pc laptop and i want to transfer my itunes but how do it do that?

    iTunes- How to move the library to an EHD. Transfer library to the /Music/ folder on the Mac.
    MacWorld - Move an iTunes library from a Windows PC to a Mac

  • Close Browser window when you close 10g forms

    Help Please.... I am trying to close browser window when I exit 10g forms:
    Per oracle Note:115905.1
    create close.html file Put the html file in the webserver root.
    I created the following file in $ORACLE_HOME/Apache directory (webserver directory??)
    1.)Create an html file (es. close.html):
    <html>
    <body onload="closeit()">
    <script>
    function closeit()
    win = top;
    win.opener = top;
    win.close ();
    </script>
    </body>
    </html>
    In exit form when button pressed I have the code
    web.show_document('http://apphost1.univ-wea.com:7777/close.html','_self');
    The brwser window does not close automatically.
    thanks,
    Anitha

    Hello this is saras from chennai.
    Now i m developing oracle forms using 6i. now i m running it independantly. that is i put forms in one folder and run these forms using shortcut. If i m using the same in client machine also. But now i want to run these forms in webbrowser(client-server). for this i done the followings.
    1. installing forms server and reports server.
    2.Also i install IIS Server and appachie server also.
    3. I had fmx files.
    now i dont know the procedure to configure these web server with forms server. And i hold the fmx files in inetpub\wwroot folder.
    Which one is the easy method appachiee server or iis server.
    Please help me to run these fmx files in web browser.
    I m eagerly waiting for your favourable reply.
    saras,
    [email protected]
    chennai

  • I have an iphone4 and i can only hear calls when i use speakerphone.  I'm trying a master reset but how do i back up my contacts from my address book??

    I have an iphone4 and I can only hear calls when I put them on speakerphone.  The people I'm on the phone with can hear me I just cant hear them.  I am about to try a master reset but how do i backup my contacts from my address book? Does itunes do that when i backed up the rest of the stuff on my phone?

    Back it up in iTunes! Just make a backup of the entire device but make sure you check sync contacts and the option to add contacts from phone to address book on computer.

  • I updated Firefox to 37.0.1 and often when I close it there is a message saying it crashed, but it is not true.

    As said above, after updating to 37.0.1, Firefox is OK but when I close it sometime (not always) a message says it crashed, but it never actually crashed.
    Thanks & best regards
    Silvano Arienti
    Milano Italy

    I agree with you. adobe sometimes crashes(has been doing this as long as I can remember). But, i think it is another problem with firefox. This was not happening before 37.0.1

  • Cant do facetime it rings and when you accept call drops. How can we resolve the problem

    I can do face time ! It rings and when i accept the call or they accept it the call drops..how can we resolve the problem.

    Read this KB article.
    http://support.apple.com/kb/TS5419

  • I want the create this report but how to???????????????????????????????

    I'm created my oracle10g database with oracle XE databaselink and create view on XE for my customer report. And then create simple report. Everythings ok but when I push the run report report came with all data but I don't want to when push the run button. I want to run and then write customer ID and then push the GO button and then only came to 1 data or info. Can I do this and how???
    Help me please, I'm working about this a few days but I can't do anything :(((
    This is so important for me, help me please...

    Hi,
    OK
    Assuming you are using Page 1 for the report, do the following:
    1 - Create a new HTML Region called "Search" and put this above your report on the page layout
    2 - Add a normal Text item called "P1_CUSTOMER_ID" into the new region - this will be where your user enters in the CUSTOMER_ID value that they want the report to filter by
    3 - Add a Hidden Item called "P1_DISPLAY" into the new region. Set the Default Value for this item to N. If this is 'Y', the report will be shown - if this is 'N' the report is hidden
    4 - Add a button called "P1_SEARCH" into the new region
    5 - Add a button called "P1_RESET" into the new region
    6 - Update your SQL statement to include a WHERE clause:
    SELECT ....
    FROM ....
    WHERE CUSTOMER_ID = :P1_CUSTOMER_ID
    (you may have to do TO_NUMBER(:P1_CUSTOMER_ID) if your CUSTOMER_ID field is numeric)
    7 - Add a branch to the page that branches to Page 1 and sets P1_DISPLAY to Y. Set this branch to be run only when the P1_SEARCH button is clicked
    8 - Add another branch to the page that branches to Page 1 and sets P1_DISPLAY to N. Ensure that this has a higher sequence number than the first branch
    9 - Finally, add a Conditional Display to the report region. Set the Condition Type to "Value of Item in Expression 1 = Expression 2". Enter P1_DISPLAY into Expression 1 and Y into Expression 2
    Regards
    Andy

  • I wiped my Mac desktop partition while using BootCamp. I want to just start over but how do i download snow leopard and start again?

    I accidentally wiped my mac OS partition while trying to expand the memory on BootCamp windows to play games. I did this through dropping memory on the mac then trying to merge the unallocated memory with windows 7. I'm now left with windows 7 and next to no memory, i dont have any data i care about backing up as i've only just got this mac (i bought it off a friend and they can't find the installation CD)  So i just want to start over but how can i do this?

    You'll need to find the disks, or buy new ones. Snow Leopard only comes on DVD.
    Call the Apple store and purchase SL for $29 while they still have some in stock. Prices have skyrocketed for SL retail disks. Going anywhere from $85 to $125. While you have Apple on the phone, make sure to have your Mac's serial number handy. This is important because the last retail release of SL was 10.6.3. If the Mac you now own came with 10.6.4 or later, it will not be able to use the retail disk.
    If that's the case, then you can use the serial number to get the correct replacement gray disks the Mac came with. It's not expensive to get them and would be good to have anyway since the retail disks do not include the bundled software such as iLife, Garage Band and a bunch of others.

  • When I close labview I get a Visual C++ runtime library error, how do I resolve this issue?

    I am using Labview 2012 (64 bits) on a Windows 7 OS.
    The error code is R6031 - Attempt to initalize the CRT more than once. This indicates a bug in your appilcation.

    There are a couple of potential problems here:
    - What is the definition of the Struct parameter? The boolean used in the struct may have a different representation than LabVIEW's boolean. Confusingly, on Windows, BOOLEAN is a byte, and BOOL is an int. (https://msdn.microsoft.com/en-us/library/windows/desktop/aa383751%28v=vs.85%29.aspx) In LabVIEW, a boolean is a byte. If the representations don't match, you'll have problems.
    - The "arg4" array parameter contains only a single value. How large should that array be? You need to pre-allocate the array to the correct size (using Initialize Array), or at least set the minimum array size parameter in the Call Library Function Node configuration.
    - Check the numeric representation of the "arg4" parameter. You build an array of a 32-bit int, but pass it as a 16-bit array. LabVIEW will coerce to the type specified in the Call Library setup (as indicated by the coercion dot), but it would be a good idea to get the data type right instead.

  • When shutting down my computer FF wants to load an update but it never finishes and shuts my computer down.

    When I select the shut down icon on my computer, there is an icon to download an update but it will not load so it will not allow my computer to shut down.
    == This happened ==
    A few times a week
    == Tried to shut down the computer.

    I would recommend that you reboot into the Recovery Partition by rebooting while holding down the Command - R keys.  After it boots, go into that Partition's "Disk Utility" and run "Repair Disk" after first selecting the "Macintosh HD" in the left hand column.  Then run "Repair Permissions" twice.  That repair may solve your hard drive's problem with booting.

  • I have my MBP since Sept 2011. I noticed two days ago that when I close my MBP, battery does not go to sleep but continues working as if computer was in use, and it drains my battery unnecessarily. What to do?

    I have my MBP since Sept 2011. I noticed two days ago that when I

    First, use the pilot light up front to determine the true state of the "sleeping" Mac: http://support.apple.com/kb/TS4167
    If it is beset with terminal insomnia, maybe a runaway app is the cause:  http://support.apple.com/kb/TS1473

Maybe you are looking for