Special Tips for List Items in Oracle D2k In this section, I shall discuss some special tips and techniques offered by Forms with respect to lists and list items. Populating List Items Dynamically i...
原创
2021-07-21 11:34:16
881阅读
Dynamic Lov is a good idea for the form where too many Lov requirement is there with different record groups. In this blog you will learn create dynamic Lov step by step.See also:http://www.foxinfotec...
原创
2021-07-21 11:29:45
1163阅读
Upload Files To FTP in Oracle Forms D2k Use following procedure to upload files to Ftp. PROCEDURE Ftp_Upload IS outfile text_io.file_type;BEGIN -- write a ftp script outfile := text_io.fope...
原创
2021-07-21 11:32:56
391阅读
Using Call_Form in Oracle D2kCALL_FORM examples/* Example 1:** Call a form in query-only mode.*/BEGINCALL_FORM(’empbrowser’, no_hide, no_replace, query_only);END;/* Example 2:** Call a form, pass a pa...
原创
2021-07-21 11:32:57
401阅读
Pre-Query trigger in Oracle D2k / Oracle Forms DescriptionFires during Execute Query or Count Query processing, just before Form Builder constructs and issuesthe SELECT statement to identify rows that...
原创
2021-07-21 11:34:06
403阅读
With following steps you can create Object Library (OLB) in Oracle D2k Forms.Step - 1Create a form in form builder and create objects like Data Block, Canvases, Windows, Program Units etc. as shown in...
原创
2021-07-21 11:29:47
481阅读
Suppose you want to read a file from D2k client and want to store its content in Oracle database. But if you will insert row by row from client to server it will take more time and increase lot of net...
原创
2021-07-21 11:38:24
866阅读
Obtaining Query Count Without executing a Query in Oracle D2k
原创
2021-07-21 11:16:42
401阅读
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...
原创
2021-07-21 11:33:22
886阅读
DISPLAY_ITEM built-in in Oracle D2k FormsDescriptionMaintained for backward compatibility only. For new applications, you should use theSET_ITEM_INSTANCE_PROPERTY built-in. DISPLAY_ITEM modifies an it...
原创
2021-07-21 11:34:04
435阅读
CHECKBOX_CHECKED built-in in Oracle D2k FormsDescriptionA call to the CHECKBOX_CHECKED function returns a BOOLEAN value indicating the state of thegiven check box. If the item is not a check box, Form...
原创
2021-07-21 11:35:02
175阅读
Below is the example to read and import comma delimited csv file in oracle forms with D2k_Delimited_String package. This package is available in D2kdlstr.pll library.To download D2kdlstr.Pll Click Her...
原创
2021-07-21 11:38:25
1046阅读
Creating Timer in Oracle D2k / Forms 6i and Displaying a ClockThis is about timer in D2k An external clock can be constructed using timers. Timers correspond to internal clocks, which have a specific ...
原创
2021-07-21 11:29:55
576阅读
You can test or tune your program unit performance in Oracle forms with Ora_Prof package.Suppose you have created to procedure to perform a single task with different logic and you want to check exact...
原创
2021-07-21 11:29:54
176阅读
Refresh / Updating a form screen in Oracle D2k Forms 6iProblemYou want to show number of records processed progress or a progress bar on form through a procedure. SolutionDeclare nTotalRec Number := ...
原创
2021-07-21 11:34:59
973阅读
软考系统集成一点通
D2K
:轻松掌握系统集成技术的捷径
软考系统集成一点通
D2K
是一款帮助考生轻松掌握系统集成技术的捷径。通过这款学习工具,考生可以系统地学习系统集成的基础知识和技术,掌握项目管理和协调的能力,了解行业知识和经验,从而顺利通过软考系统集成的考试。
首先,软考系统集成一点通
D2K
提供了系统集成的基础知识和技术的系统学习。它包含了计算机网络、操作系统、数据库、
原创
2023-10-31 15:57:05
20阅读
【功能】:返回日期d1到日期d2之间的月数。 【参数】:d1,d2 日期型 【返回】:数字 如果d1>d2,则返回正数 如果d1<d2,则返回负数 【示例】 select sysdate, months_between(sysdate,to_date('2006-01-01','YYYY-MM-DD
转载
2019-07-02 12:33:00
171阅读
2评论
有一个东西放在n这个位置 每次可以选择向左移动1 2 或者k 步 不能小于0 不能移动则输 枚举一下k 然后画一下必胜点必败点就可以 发现规律 #include<bits/stdc++.h> using namespace std; //input by bxd #define rep(
转载
2019-07-15 16:47:00
59阅读
2评论
有些用户对电脑内部构造十分感兴趣,总喜欢对电脑进行拆卸观摩,但是对于光驱这个敏感的部分,它的拆卸有一定的难度,需要一定的细心和技巧,感兴趣的用户可以跟着拆卸高手的脚步一起来学习一下。
1.前面板的拆卸
首先切断计算机电源,然后拆开机箱把光驱从5.25英寸驱动器槽中取出,拔去相应的IDE数据线以及音频线。找一根牙签,或是细铁丝之类的东西,伸入到光驱的应急弹出孔中,把光驱仓门打开,便于下一
转载
2024-06-05 07:58:06
438阅读
lk = ['oid', 'timestamp', 'signals', 'area', 'building', 'city', 'name', 'floor', 'industry', 'region', 'stress', 'longitude', 'latitud...
转载
2017-10-18 17:01:00
65阅读
2评论