zoukankan      html  css  js  c++  java
  • Trigger Execution Sequence Of Oracle Forms

    Sequence of triggers fires on Commit.

    1.  KEY Commit
    2.  Pre Commit
    3.  Pre/On/Post Delete
    4.  Pre/On/Post Update
    5.  Pre/On/Post Insert
    6.  On commit
    7.  Post Database Commit

    Sequence of triggers fires when Form is opened and closed.

    On Open
    1.  Pre-Logon
    2.  On-Logon     
    3.  Post-Logon                         
    4.  Pre-Form                           
    5.  When-Create-Record             
    6.  Pre-Block                         
    7.  Pre-Record                         
    8.  Pre-Text-Item                     
    9.  When-New-Form-Instance   
    10. When-New-Block-Instance   
    11. When-New-Record-Instance 
    12. When-New-Item-Instance
    On Close 
    1.  Post-Text-Item                 
    2.  Post-Record                     
    3.  Post-Block                       
    4.  Post-Form                       
    5.  On-Rollback                   
    6.  Pre-Logout                     
    7.  On-Logout                     
    8.  Post-Logout                   

    Sequence of triggers fires when Navigating from one item to another.

    1. Key-next
    2. Post Change
    3. When validate
    4. Post text
    5. Pre text
    6. When new item instance
  • 相关阅读:
    远程、标签
    NUnit单元测试资料汇总
    jdk1.6下载页面
    javac: cannot execute binary file
    how to remove MouseListener / ActionListener on a JTextField
    Linux下chkconfig命令详解(转)
    如何让vnc控制由默认的twm界面改为gnome?(转)
    winzip15.0注冊码
    微服务的优缺点
    站点建设10个最好的响应的HTML5滑块插件
  • 原文地址:https://www.cnblogs.com/quanweiru/p/6220228.html
Copyright © 2011-2022 走看看