any means to run code after the return of open_form?

I have a form that calls another form. And after that, I would like a specific logic to occur.
But I can't think any trigger that fires at this time here in the calling form. Anyone know of any?

trigger: when button pressed

OPEN_FORM(:ACTIVITY.) FORM, ACTIVATE, SESSION, NO_SHARE_LIBRARY_DATA, pl);

(want to do stuff after open_form return to the caller)

There is no 'back control' when using OPEN_FORM.

You can use CALL_FORM, this makes the control, or
You can try the WHEN-WINDOW-ACTIVATED-trigger, but it triggers every time a window is active, not only when it is activated on his return from the opening for.

Tags: Oracle Development

Similar Questions

  • How to refresh the current page after the return of a contextual dialog box?

    Hello

    In jdev 11.2.3,

    In a jsff page, I have a commandbutton control to start a dialog popup and actionListener like this:

    < af:commandButton text = "Select Bills" id = "cb1" actionListener = "#{newReceiptBean.refreshBillPending}" >

    < af:showPopupBehavior popupId = "p1" / >

    < / af:commandButton >

    or

    < af:commandButton text = "Select Bills" id = "cb1" actionListener = "#{newReceiptBean.refreshBillPending} '"

    action = "#{newReceiptBean.refreshBillPending}" >

    < af:showPopupBehavior popupId = "p1" / >

    But the 'newReceiptBean.refreshBillPending' method can be run even if it can be executed by another button like this:

    < af:commandButton text = "ExecuteWithParams."

    Disabled = "#{!}" bindings. ExecuteWithParams.enabled}"id ="cb3 ".

    action = "#{newReceiptBean.refreshBillPending}" / >

    How to run a bean method, after the return of a pupup dialog box?

    Thank you!

    Post edited by: BAO. SZ It seems after setting showPopupBehvior for the button, 'action', and "actionListener" cannot be performed more. Can someone give any help? Thank you.

    I'm not sure that clearly understand your requirment. But have you all ok or cancel button in your popup?

    Well, you can use diaglogListener in your popup if you use dialog.in your dialoglistener runs your bean method.

    see this example

    Handling Ok and the button cancel in af:dialog to context-sensitive help in Oracle ADF by dialogListener | Techartifact

  • Firefox continues to run even after the release in Manager Windows tasks and has about as much memory to affect other applications

    Firefox continues to run even after the release in Manager Windows tasks and has about as much memory to affect other applications. Firefox.exe must be completed manually in Windows Task Manager. Is there a software patch that will force the release of memory and all the resources of the computer that was using Firefox, when it is finished?

    This has happened

    A few times a week

    == I see only the program in the Manager of tasks over the past months but the problem could took place for more

    See this:
    https://support.Mozilla.com/en-us/KB/Firefox+hangs#Hang_at_exit

  • Placing the code after the &lt; body &gt; body tag opening

    I would use Google tag on my Adobe Muse site manager.  I do not see how to add a snippet of code in the Head of a page section but Manager tags Google recommends to apply the code after the body opening < body > tag of each page due to its use of iframes.   Can someone tell me how to proceed?

    Thank you

    Hello

    Could you please check this thread,

    Re: Errors tag Google in Adobe Muse Manager

  • How to add a tracking code after the opening &lt; body &gt; tag on a Master Page?

    I would use Google tag on my Adobe Muse site manager.  I do not see how to add a snippet of code in the Head of a page section but Manager tags Google recommends to apply the code after the body opening < body > tag of each page due to its use of iframes.   Can someone tell me how to proceed?

    Thank you

    Hello

    Could you please check this thread,

    Re: Errors tag Google in Adobe Muse Manager

  • Run code when the browser Internet Explorer closes

    Help!  I'll try to find a way to execute a SQL statement when a user closes a window IE (x).  I found information on the onBeforeUnload event but I've been unsuccessful to enforce.

    Does anyone have another suggestion?  It is even possible to run code to the closing of a window?

    Thank you!!!

    You should be able to use the OnSessionEnd event.

    Won't happen immediately, but it will happen when ColdFusion determined to close the session.

    You can control how long it is with parrameters as sessionTimeOut in a tag or this scope of Application.cfc file properties.  Would you use anyway for the OnSessionEnd event handler.

  • Run code on the host target RT and FPGA

    Hi all

    I'm sorry if I ask a question to repeat. I searched for this a bit and couldn't find a solution.

    I'm trying to run a single VI (be it on RT compactRIO or on the connected host PC) and enforce the code on the host PC and target the FPGA code RT. I currently code that runs on the host PC computer that opens the FPGA reference and executes code FPGA, but I don't know how to do this with a VI on the target of RT. Any advice/help would be great. Thank you!

    Brandon

    You are not far from your goal. But you need to at least

    1. Update FPGA code (Bitfile) containing your code to run on the FPGA.
    2. An executable compiled for your goal of RT, which is set to autostart.
      You can use the code from my first post as a starting point. Compile, deploy and set it to autostart on your target of RT.
    3. An executable compiled for the host machine. that your user will begin.
      You can use the code in my first post, maybe load IP address, Port etc. of the Ini file settings.

    If you double-click on the exe file on your host computer it will open an application reference to your target computer of RT and call the VI on the target machine. This is how you run code on your RT. From this RT code you can download and run the FPGA (bitfile) to your FPGA code or control which is already running the FPGA by controlling a state machine code. Load more screws to your memory of RT targets and call them from your host to add more functionality if you need to.

  • unexpected output of code after the dynamic compilation of invalid objects

    Hello

    We are on Oracle Database 10 g Enterprise Edition Release 10.2.0.4.0.

    Our patching process, we have developed a custom package that dynamically RECOMPILES all objects user not valid.

    The code (very simplified version of this) that consists of two procedures, looks like this:

    procedure compile_object)

    type_objet_p in all_objects.object_type%type,

    nom_objet_p in all_objects.object_name%type

    ) is

    Start

    run immediately 'Edit ' | type_objet_p | ' ' || nom_objet_p | ' compile ';

    end;

    and main procedure that makes a loop on each incorrect object in user_objects

    procedure compile_invalid_user_objects

    is

    Start

    c to (select *)

    from user_objects

                     where  status = 'INVALID')

    loop

    dbms_output.put_line ('before');

    compile_object (c.object_type, c.object_name);

    dbms_output.put_line ('after');

    end loop;

    end;

    The problem that we have, is that the code exists after the first call of compile_object. The 'before' line is sent to dbms_output, but the line 'after' is never executed.

    • There is no raised exception
    • There is no exception-handling that might hide an error
    • There is no dependency between the object that is compiled and the package where it procedures are in.

    How the code may suddenly exit without error?

    Thanks in advance!

    ROP

    What client do you use? Maybe it's that the client ignores silently ORA-24344: success with compilation error.

  • Strange code after the export format

    Hi all

    I have problem with export to SQL program code, VIEWS of expatialy.

    When I right click > change the view, I feel I have good formatting like:

    SELECT

    A1,

    A2,

    A3

    OF tab1

    WHERE 1 = 1

    AND a1 = 12

    OR a2 = 100

    but when I want to export code with SQL developer or see the code via dbms_metadata.get_ddl, I get:

    SELECT a1, a2, a3FROM tab1

    WHERE 1 = 1 and a1 = a2 12OR = 100;

    Keywords like FROM are connected, this code is not valid to run it.

    Any suggestions?

    I found the answer.

    I set disable option: Preferences > database > SQL Formatter: AutoFormat Visible SQL and PL/SQL,.

    Then, every thing looks good and code exports as well.

  • Change the amount of space after the return of the line

    Hello

    I'm creating a html email (using a table and a new style inline every time I insert text, such as advised)

    However, this query can apply to any form of html in dreamweaver:

    Can I set and change the amount of space inserted after a return line?

    I know shift + return gives space standard but I would ideally a space a little bigger than that (although not as big a full 'back' gives)

    Surely, it must be possible?

    Any help appreciated

    Tom

    Hi Tom,

    Hit the Enter key gives you a paragraph tag

     

    Paragraphs have a default margin, you must change this margin. To change/adjust the margin on all the paragraphs on your page using css.

    Add the to the top of the page between the style or an external style sheet:

    p {margin: 5px 0 0 ;}}

    The above sets margin 5 pixels albums 0 pixels left/low 0 pixels. Adjust according to your need.

    Thank you

    VIANEY

  • Recently, my laptop was hacked despite the defender of the window and the firewall running. After the accident, I have WINDOWS DEFENDER IS SETTING SWITCHED ON

    Recently, my laptop was hacked despite the defender of the window and the firewall running. After that accident, I reinstalled vista Dell supplied CD. Initially defnder window was running, but I discovered it suddenlly, if off. Attempts to change IT is futile because it shows Run Time error

    There is an installed antivirus program? Windows Defender is not an AV, it protects the system of spyware and potentially unwanted programs.
    Is there an antivirus or Security Suite program that is installed with Windows Vista included on the Dell disk?

    If so, what is disable Windows Defender, such as AV/SS can have a spyware component included with what is supposed to disable Windows Defender to not cause conflicts.

    Expert MowGreen Windows IT Pro - consumer safety

  • Computer running slow after the removal of McAfee.

    A few months ago, I removed McAfee from my computer (windows vista). Since then, he has really slow, constantly "not responding" and takes about two hours to get on the same page (before crashing again). Initially, I removed the program via the control panel. When I look at the performance data, I've got a base score of 3. The report of health system tells me that the beginning we is slow because of 'on-access scanner service', "mcshield.exe file name." I tried the selective startup options, try turning it off, but I can't find the program.

    I also ran the McAfee tool (from their website) to remove it, but no luck.

    Can you help me? He drives me crazy.

    Hello

    What did replace McAfee with your antivirus?

    Logon as ADMINISTRATOR

    Run the tool by using this method:

    Download - SAVE - go to where you put it - right click it - RUN AS ADMIN - when done REBOOT

    McAfee removal tool
    http://service.McAfee.com/FAQDocument.aspx?ID=TS100507

    =======================================

    If necessary:

    How to troubleshoot a problem by performing a clean boot in Windows Vista
    http://support.Microsoft.com/kb/929135
    How to troubleshoot performance issues in Windows Vista
    http://support.Microsoft.com/kb/950685

    Optimize the performance of Microsoft Windows Vista
    http://support.Microsoft.com/kb/959062
    To see everything that is in charge of startup - wait a few minutes without doing anything - then right click on the task - bar
    The task manager - take a look at stored by - Services - process - it is a quick reference (if you have
    a small box in the lower-left - show for all users can check only).

    How to check and change Vista startup programs
    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    A quick check to see that load method 2 is - using MSCONFIG and then display a list of the people here.
    --------------------------------------------------------------------

    Tools that should help you:

    Process Explorer - free - find out what are the files, registry keys and other objects processes have opened, the dll
    they loaded and much more. This exceptionally effective utility will show you even owned by each process.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896653.aspx

    Autoruns - free - see what programs are configured so that it starts automatically when your system
    boots and you login. Autoruns shows you the full list of registry and file locations where
    applications can configure Auto-start settings.
    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902.aspx
    Process Monitor - Free - monitor the system files, registry, process, thread and DLL real-time activity.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896645.aspx

    There are many excellent free tools from Sysinternals
    http://TechNet.Microsoft.com/en-us/Sysinternals/default.aspx

    WhatsInStartUP - free - this utility displays the list of all applications that are loaded automatically when Windows
    starts. For each request, the following information is displayed: Startup Type (registry/Startup folder).
    The command - line String, product name, file Version, company name, location in the registry or the file system,
    and much more. It allows you to easily disable or remove unwanted programs that runs in your Windows startup.
    http://www.NirSoft.NET/utils/what_run_in_startup.html

    There are many excellent free tools to NirSoft
    http://www.NirSoft.NET/utils/index.html

    Window Watcher - free - do you know what is running on your computer? Maybe not. The window Watcher says it all, reporting of any window created by all running programs, if the window is visible or not.
    http://www.KarenWare.com/PowerTools/ptwinwatch.asp

    Many excellent free tools and an excellent newsletter at Karenware
    http://www.KarenWare.com/

    ===========================================

    When you are free of this program run these:

    Follow these steps to remove corruption and missing/damaged file system repair or replacement.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type in the search box - find command top - RIGHT CLICK – RUN AS ADMIN

    sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Then, run checkdisk - schedule it to run at next boot, then apply OK your way out, then restart.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    I hope this helps.

    Rob - bicycle - Mark Twain said it is good.

  • Can I use a Windows 8 promo code after the 31/01/2013 if it had not yet been used?

    I got a Windows 8 promo code, after that I bought my laptop in August 2012. I received an email giving me the code to upgrade, but I do not use it before January 31, 2013. Can I use the code or is this now invalid?

    $14.99 promotion has expired, so the free promo of Media Center. But it can't hurt to try!

    J W Stuart: http://www.pagestart.com

  • Windows hangs after the return of the mode "Eve". Illustrated with BCCode 9f errors

    I have laptop Dell Studio 1555 under Windows 7 Ultimate x 64. The laptop crashes whenever I wake up to "sleep mode" and Windows displays a notification of error with BCCode 9f when restarting. I downloaded a couple of minidumps in this zip-

    https://SkyDrive.live.com/redir?RESID=47083524E19E379D! 132 & authkey =! ALBdqX08T28zvQY

    Need help!

    Hello

    Blue screen can be caused by problems hardware and software, the code of error BCCode: 9f (0x0000009F) occurs because of a mismatch of generation count.

    Refer to the steps in the following Microsoft article.

    Resolve stop (blue screen) errors in Windows 7: http://windows.microsoft.com/en-US/windows7/Resolving-stop-blue-screen-errors-in-Windows-7

    "0x0000009F" stop error message when a computer enters and fate of putting into hibernation in Windows 7 or Windows Server 2008 R2: http://support.microsoft.com/kb/981848

    Notes:

    Running chkdsk on the drive if bad sectors are found on the disk hard when chkdsk attempts to repair this area if all available on which data can be lost.

    When you perform the system restore to restore the computer to a previous state, programs and updates that you have installed are removed.

    Before you perform the upgrade on the spot, I would recommend you to back your files using windows backup.

    Keep us informed on the status of the issue.

  • AcroRead.MSI missing after the return of 10 Windows 7

    When I took over 10 Windows to Windows 7 (for MS Word 2007 does not work), I found that I could not open any pdf file - (view) I reinstalled installed reader of PDF and the 'DC' version, but it does not work, report an error like below. I was unable to uninstall it (did not appear in the installed programs list) and a new 'clean' facility has reported that a new version was already there.

    I looked in the folder identified in the screen below, grabbing but the path did not exist and the AcroRead.MSI was not present anywhere on my system.

    I tried the recommended on this forum and then Cleanup tool after a reboot done an fresh install using the link of the same ad, but it still reported the error as shown.

    I also tried the same procedure to install the version XI, but it's the same thing.

    Final error shown after the following two messages appeared was to declare the existence of a later version on the system.

    I would appreciate a wisdom on how to overcome this dilemma if anyone has experienced this before? Thanks much GP

    Capture error msg 2.PNG

    Capture AcroRead.MSI error.PNG

    Hi grahamp15824850,

    Please try the steps of troubleshooting mentioned in this paper error 1714 KB | Acrobat, Reader

    Kind regards

    Nicos

Maybe you are looking for