码迷,mamicode.com
首页 > 数据库 > 详细

Learn How To Create Trigger In Oracle Forms

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

标签:image   justify   block   href   ima   技术   center   tin   nbsp   

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

标签:image   justify   block   href   ima   技术   center   tin   nbsp   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!