您的位置:首页 > 产品设计 > UI/UE

Form Query Process Flow(F11 -> Ctrl+F11)

2012-09-14 16:11 579 查看

F11查询过程:

1)WHEN-CLEAR-BLOCK

2)WHEN-NEW-RECORD-INSTANCE

3)WHEN-NEW-ITEM-INSTANCE

在输入查询条件后点CTRL+F11:

4)PRE-QUERY

Provide additional query criteria programmatically, just before sending the SELECT statement to the database.

Sample Code:

If :parameter.G_query_find = 'TRUE' then

:trans_reasons.reason_id := :parameter.trans_reasons_qf;

:parameter.G_query_find := 'FALSE';

end if;

5)WHEN-CLEAR-BLOCK

6)POST-QUERY

Perform an action after fetching a record, such as looking up values in other tables based on a value in the current record. Fires once for each record fetched into the block.

在返回查询结果之后的做的动作,例如根据现在的查询结果去其他关联表中再查,再每个record塞进block的时候触发。每查一条记录,触发一次。

7)WHEN-NEW-RECORD-INSTANCE

8)WHEN-NEW-ITEM-INSTANCE
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐