上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 94 下一页
摘要: Using GET_APPLICATION_PROPERTY in Oracle D2k FormsDescriptionReturns information about the current Form Builder application. You must call the built-in once for eachvalue you want to retrieve.Usage No... 阅读全文
posted @ 2016-12-25 22:26 全威儒 阅读(647) 评论(0) 推荐(0)
摘要: A very nice ebook on building reports in Oracle fusion middleware 11g. This manual is intended for anyone who uses Oracle Reports to build reports. The needs of both novice and advanced users are addr... 阅读全文
posted @ 2016-12-25 21:55 全威儒 阅读(559) 评论(0) 推荐(0)
摘要: A step by step tutorial for Oracle Forms 10g development. This guide is helpful for freshers in Oracle forms 10g. To download this ebook click the below button: Download Oracle Forms 10g eBookSee Also... 阅读全文
posted @ 2016-12-25 21:48 全威儒 阅读(1155) 评论(0) 推荐(0)
摘要: To download Oracle Forms Developer 6i from Oracle click this link http://download.oracle.com/otn/nt/forms/6i_rel2_xp.zipNote. You must have Oracle username and password to download any software from ... 阅读全文
posted @ 2016-12-25 21:41 全威儒 阅读(1186) 评论(0) 推荐(0)
摘要: Convert numbers to Indian Rupees format in Oracle Forms / Reports.Create the below mention function in Oracle Forms / Reports and call it with passing a number parameter.FUNCTION INR_words( p_number I... 阅读全文
posted @ 2016-12-25 21:39 全威儒 阅读(271) 评论(0) 推荐(0)
摘要: Below is the example plsql unit to validate login credentials and after successful validation open a new form by passing some parameters to it, in Oracle forms 10g.Create a form for custom login. Crea... 阅读全文
posted @ 2016-12-25 21:38 全威儒 阅读(431) 评论(0) 推荐(0)
摘要: Below is the example to write file on client in Oracle Forms 10g with webutil library package.Note: Webutil library must be attached to the form.DECLAREv_dir VARCHAR2(250) := 'c:\temp';ft_tempfile CL... 阅读全文
posted @ 2016-12-25 21:36 全威儒 阅读(554) 评论(0) 推荐(0)
摘要: Center window automatically in Oracle Forms 6i, use the following procedure by passing window name as parameter:ExamplePROCEDURE auto_centre (pwn in varchar2) ISvw number := get_window_property(forms... 阅读全文
posted @ 2016-12-25 21:34 全威儒 阅读(429) 评论(0) 推荐(0)
摘要: Add combo list / drop down list item element at runtime in Oracle forms.SyntaxPROCEDURE ADD_LIST_ELEMENT(list_name VARCHAR2,list_index, NUMBERlist_label VARCHAR2,list_value NUMBER);ExampleDeclare nEl... 阅读全文
posted @ 2016-12-25 21:32 全威儒 阅读(995) 评论(0) 推荐(0)
摘要: The below plsql program unit could be used in a WHEN-NEW-FORM-INSTANCE trigger to initially populate the hierarchical tree with data in Oracle forms.DECLAREhtree ITEM;v_ignore NUMBER;rg_emps RECORDGRO... 阅读全文
posted @ 2016-12-25 21:30 全威儒 阅读(441) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 94 下一页