上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 94 下一页
摘要: Introduction ------------ This document lists the order in which triggers fire in Oracle Forms 4.5: o The first column, Action, describes the function to be performed (e.g. deleting a ... 阅读全文
posted @ 2013-11-20 16:27 全威儒 阅读(508) 评论(0) 推荐(0)
摘要: FAQ: 在BUTTON的触发器中,写如下代码, commit_form; go_bloack('你想显示的那个window的block'); --或者写 show_view('你要显示的canvas'); --或者 show_window('你要显示的window'); 但是原來的那個WINDOWS我想關閉掉的在到新的窗口,還用加其他的語句么? HI... 阅读全文
posted @ 2013-11-20 16:05 全威儒 阅读(694) 评论(0) 推荐(0)
摘要: go_block('block_name'); first_record; LOOP message(:block_name.item); if :system.last_record = 'TRUE' then exit; end if; next_record; END LOOP; 阅读全文
posted @ 2013-11-20 12:10 全威儒 阅读(777) 评论(0) 推荐(0)
摘要: FORM BUILDER开发,遇到这样一个需求: 添加一个CHECKBOX完成全选功能,红框为新添加的CHECKBOX(如图示) Try to use APP_RECORD.FOR_ALL_RECORDS ex:Soure Block:TEST Soure Item:CHECK(is a Checkbox Item) 1、BLOCK:CONTROL(Non Database... 阅读全文
posted @ 2013-11-20 11:15 全威儒 阅读(2884) 评论(0) 推荐(0)
摘要: ---- 设块名为VO,要操作的数据项为VO_ID,在该块中建立块级触发子WHEN-CREATE- RECORD,每当生成新记录时VO_ID就会自动加一了,加入如下代码: :VO_ID:=:System.Trigger_Record; 阅读全文
posted @ 2013-11-20 11:03 全威儒 阅读(648) 评论(0) 推荐(0)
摘要: A block lines has item line_number. When a record is deleted, line_number must be renumbered. step 1: Create your item handler procedures as follows: PACKAGE BODY lines IS line_number_s... 阅读全文
posted @ 2013-11-20 10:27 全威儒 阅读(2522) 评论(2) 推荐(0)
摘要: Question: 做FOLDER文件夹功能,打开FORM错误提示: FRM-99999:出现1412错误。有关该错误的详细信息,请参阅发行说明文件(relnotes) Answer: 原因是FOLDER主块上没有设滚动条。 Tips: Undocumented Error Messages (FRM-99999) Any Forms error message no... 阅读全文
posted @ 2013-11-14 15:31 全威儒 阅读(2123) 评论(0) 推荐(0)
摘要: Oracle Forms 提供了六个特殊的系统变量,均为提供日期和时间的信息的变量: •$$DATE$$ •$$TIME$$ •$$DATETIME$$ •$$DBDATE$$ •$$DBTIME$$ •$$DBDATETIME$$ 其中, $$DATE$$, $$TIME$$, $$DATETIME$$三个系统变量可以用来获取用户客户端操作... 阅读全文
posted @ 2013-11-13 10:28 全威儒 阅读(1484) 评论(0) 推荐(0)
摘要: 一、属性 1.1 通用属性 名称(Name) 子类信息(Subclass Information) 备注(Comments) 标题(Title) 方向(Direction) 字体名称(Font Name) 字体大小(Font Size) 字体粗细(Font Weight) 字体风格(Font Style) 字体间距(Font ... 阅读全文
posted @ 2013-11-13 10:26 全威儒 阅读(4246) 评论(0) 推荐(0)
摘要: Toad for Oracle 12 download link x64-bit http://us-downloads.quest.com/Repository/support.quest.com/Toad%20for%20Oracle/12.0/Software/Toad%20DBA%20Suite%20for%20Oracle%2012%2064-bit%20Commercial.ex... 阅读全文
posted @ 2013-10-26 20:56 全威儒 阅读(602) 评论(0) 推荐(0)
上一页 1 ··· 59 60 61 62 63 64 65 66 67 ··· 94 下一页