APP_FIND的用法,怕以后找不到了,自己转过来参考下 find 找不到文件

APP_FIND: Query-Find Utilities

APP_FIND: Query-FindUtilities

Use the following routines toimplement the Find Window functionality.

Related Essays: Query Find Windows (See page )

Summary

procedure APP_FIND.NEW(

block_name varchar2);

Description

This routine is called by the "New" button in a Find Window toreturn the user to a new record in the block on which the find isbased.

Arguments (input)

block_name The name of the block the Find Windowis based on

Summary

procedure APP_FIND.CLEAR;

Description

This routine is called by the "Clear" button in a Find Window toclear the Find Window.

Summary

procedure APP_FIND.CLEAR_DETAIL(

detail_block varchar2);

Description

This routine clears the result block of a find block(not a Find window). This action can only be performed fromtriggers that allow navigation.

Arguments (input)

detail_block The name of the block to be cleared

Example

APP_FIND.CLEAR_DETAIL('MYBLOCK');

Summary

procedure APP_FIND.FIND(

block_name varchar2);
APP_FIND的用法,怕以后找不到了,自己转过来参考下 find 找不到文件

Description

This r outine is called by the "Find" button in a Find Window toexecute the Find.

Arguments (input)

block_name The name of the block the Find Windowis based on

Summary

procedure APP_FIND.QUERY_RANGE(

low_value varchar2/date/number,
high_value varchar2/date/number,
db_item_name varchar2);

Description

This utility constructs the query criteria for ranges in a FindWindow. Depending on the datatype of the low and high value, itcreates a range of characters, dates, or numbers.

Arguments (input)

low_value The low value of the rangehigh_value The high value of the rangedb_item_name The name of the item in the blockthat is being queried

Summary

procedure APP_FIND.QUERY_FIND(

lov_name varchar2);

procedure APP_FIND.QUERY_FIND(
block_window varchar2,
find_window varchar2,
find_block varchar2);

Description

These routines invoke either the Row-LOV or the Find Window.Call them from a user-named trigger "QUERY_FIND."

Arguments (input)

lov_name The name of the Row-LOVblock_window The name of the window the FindWindow is invoked for find_window The name of theFind Window find_block The name of the block inthe Find Window

  

爱华网本文地址 » http://www.aihuau.com/a/25101016/319590.html

更多阅读

EXCEL表中LEFT和RIGHT函数的用法 left和right函数

在用EXCEL表中的时候,懂得一些常用的函数,会给你的工作带来很大便利。就像上次偶然的机会,听同事说道LEFT和RIGHT函数的用法,还挺有用的。像导出的财务数据,日期的格式都是2010-01-01,但是如果你只需要年月,不需要日期,你可以插入另外一列,适用

为什么怕痒的人,自己挠自己却不痒? 脚心为什么怕痒

【Jason Yan的回答(93票)】:对于这个问题,最简单的理解是,我们的神经末梢已经预有感知。但是这个说法太不专业了。在此节选一篇之前读过的文章中的解释:为什么其他人能胳肢我们,而我们自己却不能胳肢自己呢?这个问题的大部分目前尚无办法

fairly和rather的用法比较 would rather的用法

fairly和rather的用法是高中阶段比较难掌握的用法,原因在于rather和fairly的区别很多,很细,但是在我们的日常交际中却不常见,09年的高考题也只涉及到2个单项【2009年天津卷】Itwas a nice house,

声明:《APP_FIND的用法,怕以后找不到了,自己转过来参考下 find 找不到文件》为网友他唇毁她纯分享!如侵犯到您的合法权益请联系我们删除