首页 > 数据库技术 > 详细

Learn How To Create Trigger In Oracle Forms

时间:2016-12-25 01:57:29      阅读:192      评论:0      收藏:0      [点我收藏+]

I have written many posts related to triggers in Oracle Forms, I have given examples for Form Level triggers, Data Block Level triggers and Item Level Triggers. And in this tutorial I am just giving the simple tutorial to how to create a trigger in Oracle Form‘s object navigator.

Create Form Level Trigger

1. Click on the Triggers node just below the Form name and then click on + icon.

技术分享


2. Then Trigger Dialog window will open then select trigger you want to create and click on OK button.

技术分享


3. The Code Editor window will open then write your trigger code.

技术分享

Create Data Block Level Trigger

1. Click on the Triggers node just below the Block Name and click on the + button.

技术分享


2. Trigger dialog window will open the select the trigger you want to write and click on OK button.

技术分享


3. Then the Code Editor window will open and here you can write your code.

技术分享

Create Item Level Trigger

1. Click on the Triggers node just below the item for which you want to create the trigger and then click on + button.

技术分享


2. Trigger dialog window will open then select the trigger and click on OK button.

技术分享


3. The Code Editor window will open then write your code.

技术分享

 

Learn How To Create Trigger In Oracle Forms

原文:http://www.cnblogs.com/quanweiru/p/6218723.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!