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
  • 相关阅读:
    (参考)爬虫5-爬取中国大学排名情况
    005_软件安装之_常用办公软件
    004_软件安装之_Altium Designer
    001_基础硬件电路_二极管
    添加QQ群
    024_STM32程序移植之_ESP8266_TCP
    020_C语言常用函数
    004——转载C#禁止改变窗体大小
    003转载----C#打开网页
    002_Python基础学习网站
  • 原文地址:https://www.cnblogs.com/quanweiru/p/6220228.html
Copyright © 2011-2022 走看看