您的位置:首页 > 数据库

(METALINK)利用FORM个性化插入或更新数据库

2012-05-21 15:32 435 查看
1.Navigate to the Form which is having the LOV Item
2.Open the Personalization form from the pull down menu Help => Diagnostics => Custom Code =>

Personalize.
3. Implement the following Personalization rule :
You can use FORMS_DDL Builtin Type of the action Builtin:
Seq: 10

Description: Update Database Column

Trigger Event: <Select a appropriate trigger name>

Trigger Object: <Select the name of the appropriate object >

Condition: <condition when the database column will be updated>

Processing Mode: Both

Context:

Level: Site

Value: Null

Seq: 10

Type : Builtin

Builtin Type : FORMS_DDL

Argument :

=’Declare

Begin

Insert Into <table_name>(<column_name>) values('|| (:<block_name><item_name_1> +

:<block_name><item_name_2>) ||');

Commit;

End;’

4.Save the personalization rule.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: