JP2005309806A - Information processor and program - Google Patents

Information processor and program Download PDF

Info

Publication number
JP2005309806A
JP2005309806A JP2004126467A JP2004126467A JP2005309806A JP 2005309806 A JP2005309806 A JP 2005309806A JP 2004126467 A JP2004126467 A JP 2004126467A JP 2004126467 A JP2004126467 A JP 2004126467A JP 2005309806 A JP2005309806 A JP 2005309806A
Authority
JP
Japan
Prior art keywords
input
item
control table
data
processing apparatus
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2004126467A
Other languages
Japanese (ja)
Other versions
JP4576872B2 (en
Inventor
Hironobu Kumagai
浩伸 熊谷
Katsu Matsumura
克 松村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP2004126467A priority Critical patent/JP4576872B2/en
Publication of JP2005309806A publication Critical patent/JP2005309806A/en
Application granted granted Critical
Publication of JP4576872B2 publication Critical patent/JP4576872B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To easily design a database capable of easily and properly performing an input work by an input worker without requiring special programming or the like. <P>SOLUTION: In a control table input processing 43, a control table 30, to which data items to be input to a master table 20 or a limit condition between items are set, is generated by use of input forms such as an abstract item name registration screen 51 to an optional section candidate registration screen 53 or the like. In master table input processing 42 of inputting data to the master table 20, an input form for master table input is presented on a data input screen 60, on the basis of the items or the limit condition set in the control table 30, to perform input. Even if the input specification of a database configured in the master table 20 is changed, rewrite of the set content of the control table 30 suffices therefor, and a complicated work such as independent development of a data input program can be dispensed with. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、情報処理装置およびプログラムに関し、特に、データベースへのデータ入力業務等に適用して有効な技術に関する。   The present invention relates to an information processing apparatus and a program, and more particularly to a technique that is effective when applied to a data input operation to a database.

データベースの構築では、多様なデータの入力作業等を正確かつ効率的に行うことがデータベースの信頼性の向上および運用効率や利便性の向上の観点から必須となる。
このため、従来では、特許文献1のように、データベースのテーブルに対してレコードデータを入力するための入力フォームを有し、この入力フォーム上で各項目のデータを入力する場合に、入力対象の項目に対応する入力候補を一覧表示して選択させることにより入力作業を容易にする技術が知られている。
In constructing a database, it is indispensable to perform various data input operations accurately and efficiently from the viewpoint of improving the reliability of the database and improving operational efficiency and convenience.
For this reason, conventionally, as disclosed in Patent Document 1, an input form for inputting record data to a database table is provided. When data of each item is input on the input form, an input target is input. A technique for facilitating input work by displaying a list of input candidates corresponding to an item and selecting them is known.

また、特許文献2のように、他の項目に入力されているデータの内容に応じた入力候補を表示させる技術も知られている。
しかしながら、このような入力フォームを持ったデータベースを設計するためにはプログラミングの知識が必要となる。すなわち、入力項目間の関係から入力候補を一覧表示する等の制御では、制御方法を変更する場合には入力プログラム自体を修正する必要がある。また、制御方法が微妙に異なる複数のアプリケーションにおいても、個々のアプリケーション毎に入力プログラムを個別に作成する必要があり、データ入力の準備作業が極めて煩雑となる、という技術的課題があった。
特開平11−126128号公報 特開平9−34619号公報
Further, as in Patent Document 2, a technique for displaying input candidates according to the contents of data input to other items is also known.
However, knowledge of programming is required to design a database having such an input form. That is, in the control of displaying a list of input candidates based on the relationship between the input items, it is necessary to modify the input program itself when changing the control method. Further, even in a plurality of applications with slightly different control methods, it is necessary to individually create an input program for each application, and there is a technical problem that preparation work for data input becomes extremely complicated.
JP-A-11-126128 JP-A-9-34619

本発明の目的は、特別なプログラミングを行うことなく、オペレータと同様な入力フォームなどを用いた簡易な入力作業によってデータベースの設計作業を行うことが可能な情報処理装置を提供することにある。   An object of the present invention is to provide an information processing apparatus capable of performing a database design work by a simple input work using an input form similar to an operator without performing special programming.

本発明の他の目的は、入力項目間の関係が多様なデータベースの設計作業を効率良く適正に行うことが可能な情報処理装置を提供することにある。   Another object of the present invention is to provide an information processing apparatus capable of efficiently and appropriately performing a database design work in which relationships between input items are various.

本発明の第1の観点は、データベース内のマスタテーブルに対してレコードデータを入力するための入力フォームを有する情報処理装置であって、
前記マスタテーブル内の各項目を対象として、前記項目に対応する入力候補データと、前記項目に関連する関連項目と、前記関連項目の入力データに応じて前記項目の入力候補データを絞り込むための制限情報とを任意に設定可能な制御テーブルと、
前記入力フォーム上で入力対象となる項目を任意に指定する指定手段と、
前記指定手段によって指定された項目に対する関連項目と、前記関連項目に対して既に入力されているデータに応じた入力候補データを前記制御テーブルから取得する取得手段と、
前記取得手段によって取得された入力候補データを前記入力フォーム上に一覧表示し、この一覧表示された入力候補の中から選択されたデータを前記指定された項目のデータとして入力する入力手段と、を具備した情報処理装置を提供する。
A first aspect of the present invention is an information processing apparatus having an input form for inputting record data to a master table in a database,
Restrictions for narrowing down the input candidate data of the item according to the input candidate data corresponding to the item, the related item related to the item, and the input data of the related item for each item in the master table A control table that can arbitrarily set information,
A designation means for arbitrarily designating an item to be input on the input form;
An acquisition unit that acquires, from the control table, related items for the item specified by the specifying unit, and input candidate data corresponding to data that has already been input to the related item;
A list of input candidate data acquired by the acquisition means on the input form, and input means for inputting data selected from the input candidates displayed in the list as data of the specified item; Provided is an information processing apparatus.

本発明の第2の観点は、データベース内のマスタテーブルに対してレコードデータを入力するための入力フォームを有する情報処理装置を制御するプログラムであって、
前記マスタテーブル内の各項目を対象として、前記項目に対応する入力候補データと、前記項目に関連する関連項目と、前記関連項目の入力データに応じて前記項目の入力候補データを絞り込むための制限情報とを任意に設定可能な制御テーブルを設定する機能と、
前記入力フォーム上で入力対象となる項目を任意に指定する指定機能と、
前記指定機能によって指定された項目に対する関連項目と、前記関連項目に対して既に入力されているデータに応じた入力候補データを前記制御テーブルから取得する取得機能と、
前記取得機能によって取得された入力候補データを前記入力フォーム上に一覧表示し、この一覧表示された入力候補の中から選択されたデータを前記指定された項目のデータとして入力する入力機能と、
を前記情報処理装置に実現させるプログラムを提供する。
A second aspect of the present invention is a program for controlling an information processing apparatus having an input form for inputting record data to a master table in a database,
Restrictions for narrowing down the input candidate data of the item according to the input candidate data corresponding to the item, the related item related to the item, and the input data of the related item for each item in the master table A function to set a control table that can arbitrarily set information,
A designation function for arbitrarily designating an input target item on the input form;
An acquisition function for acquiring, from the control table, a related item for the item specified by the specifying function, and input candidate data corresponding to data already input to the related item;
A list of input candidate data acquired by the acquisition function on the input form, and an input function for inputting data selected from the input candidates displayed in the list as data of the specified item;
Is provided for causing the information processing apparatus to realize the above.

上記した本発明によれば、データベースのマスタテーブルに対するオペレータの入力作業を支援するための情報を制御テーブルとして設定/利用するようにしたので、データベース設計者は、特別なプログラミングを行うことなく、オペレータと同様な入力フォームなどを用いた簡易な入力作業によって制御テーブル内の各種情報を設定するだけで、データベースへの入力作業を行わせることが可能となる。   According to the present invention described above, since the information for supporting the operator's input operation for the master table of the database is set / used as the control table, the database designer can operate the operator without any special programming. By simply setting various information in the control table by a simple input operation using the same input form, it is possible to perform an input operation to the database.

また、入力項目の関係が多様な複数のマスタテーブルで共通の制御テーブルを利用することで、個々のマスタテーブル毎に制御プログラムを開発する等の煩雑な準備作業を必要とすることなく、入力作業者の入力作業が容易かつ適正な、多様なデータベースを容易に設計することが可能となる。   Also, by using a common control table for multiple master tables with various input item relationships, input work can be done without the need for complicated preparation work such as developing a control program for each master table. It is possible to easily design various databases that are easy and appropriate for the user's input work.

本発明によれば、特別なプログラミングを行うことなく、オペレータと同様な入力フォームなどを用いた簡易な入力作業によってデータベースの設計作業を行うことが可能な情報処理装置を提供することができる。   According to the present invention, it is possible to provide an information processing apparatus capable of performing a database design work by a simple input work using an input form similar to an operator without performing special programming.

また、入力項目間の関係が多様なデータベースの設計作業を効率良く適正に行うことが可能な情報処理装置を提供することができる。   In addition, it is possible to provide an information processing apparatus that can efficiently and appropriately perform a database design work with various relationships between input items.

以下、本発明の実施の形態について、図面を参照しながら詳細に説明する。
図1は、本発明の一実施の形態である情報処理装置の動作の一例を示す概念図であり、図2は、その構成の一例を示すブロック図である。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
FIG. 1 is a conceptual diagram showing an example of the operation of an information processing apparatus according to an embodiment of the present invention, and FIG. 2 is a block diagram showing an example of its configuration.

図2に例示されるように、本実施の形態の情報処理装置10は、中央処理装置11、この中央処理装置11が実行するプログラムやデータが格納される主記憶12、プログラムがデータが持久的に格納される外部記憶装置13、ユーザに対する情報の可視化表示を行うディスプレイ14、ユーザがデータや命令を入力するための入力装置15、これらの各部が接続される情報伝送路としてのバス16、を備えている。   As illustrated in FIG. 2, the information processing apparatus 10 according to the present embodiment includes a central processing unit 11, a main memory 12 in which a program and data executed by the central processing unit 11 are stored, and the program has permanent data. An external storage device 13, a display 14 for visualizing information to the user, an input device 15 for the user to input data and commands, and a bus 16 as an information transmission path to which these units are connected. I have.

外部記憶装置13には、データベースを構成するマスタテーブル20、およびこのマスタテーブル20にデータ入力する際に用いられる制御テーブル30が格納されている。制御テーブル30は、摘要項目名称テーブル31、任意区分候補制御テーブル32および任意区分候補テーブル33で構成されている。   The external storage device 13 stores a master table 20 constituting a database and a control table 30 used when data is input to the master table 20. The control table 30 includes a summary item name table 31, an arbitrary category candidate control table 32, and an arbitrary category candidate table 33.

主記憶12には、基本ソフトウェアであるオペレーティングシステム41が外部記憶装置13からロードされて常駐し、情報処理装置10の全体の制御を行っている。本実施の形態の場合、主記憶12には、オペレーティングシステム41の上で稼働するマスタテーブル入力処理42、および制御テーブル入力処理43等のプログラムが格納されており、これらのプログラムを中央処理装置11が実行することによって、後述のような、制御テーブル30を構築する処理、およびこの制御テーブル30を用いたマスタテーブル20へのデータ入力を行う処理等が実現される。   An operating system 41 that is basic software is loaded from the external storage device 13 and resides in the main memory 12 to control the entire information processing apparatus 10. In the case of the present embodiment, the main memory 12 stores programs such as a master table input process 42 and a control table input process 43 that run on the operating system 41, and these programs are stored in the central processing unit 11. Is executed, a process for constructing the control table 30 and a process for inputting data to the master table 20 using the control table 30 are realized.

すなわち、図1に示されるように、制御テーブル入力処理43は、後述の図9および図10に例示される摘要項目名称登録画面51、任意区分候補制御登録画面52および任意区分候補登録画面53等に例示される入力フォームを用いて制御テーブル30を構築し、マスタテーブル入力処理42は、この制御テーブル30および図15に例示されるデータ入力画面60を用いて、マスタテーブル20に対するデータ入力を行う。   That is, as shown in FIG. 1, the control table input process 43 includes a summary item name registration screen 51, an arbitrary category candidate control registration screen 52, an arbitrary category candidate registration screen 53, and the like exemplified in FIGS. The control table 30 is constructed using the input form exemplified in FIG. 15, and the master table input processing 42 performs data input to the master table 20 using this control table 30 and the data entry screen 60 exemplified in FIG. .

この場合、マスタテーブル20が複数ある場合(マスタテーブルA〜C)でも、共通の制御テーブル30を用いることで、異なるマスタテーブル20に対して共通な操作やユーザインタフェースにてデータ入力処理を行わせることができる。   In this case, even when there are a plurality of master tables 20 (master tables A to C), by using the common control table 30, data input processing can be performed on different master tables 20 with a common operation or user interface. be able to.

次に、制御テーブル30を構成する各テーブルの詳細について説明する。
図3に例示されるように、摘要項目名称テーブル31は、項目区分31a、文字数値区分31b、項目番号31c、項目名称31d、マスタ暦区分31e、および関連任意区分番号31fの各項目を備えている。各項目のデータ型、桁数および意味の概要は、各項目の右側に示す通りである。この摘要項目名称テーブル31は、マスタテーブル20にデータ入力される各項目の基本的な属性を定義する。すなわち、ユーザが設定した任意区分の名称や入力制御に関連する任意区分番号などを登録する。
Next, details of each table constituting the control table 30 will be described.
As illustrated in FIG. 3, the summary item name table 31 includes items of an item division 31a, a character numerical value division 31b, an item number 31c, an item name 31d, a master calendar division 31e, and a related arbitrary division number 31f. Yes. The outline of the data type, number of digits, and meaning of each item is as shown on the right side of each item. This summary item name table 31 defines the basic attributes of each item whose data is input to the master table 20. That is, an arbitrary category name set by the user, an arbitrary category number related to input control, and the like are registered.

図4に例示されるように、任意区分候補制御テーブル32は、項目区分32a、項目番号32b、関連区分候補番号32c、区分候補番号32d、初期値区分32eおよび表示区分32fの各項目を備えている。各項目のデータ型、桁数および意味の概要は、各項目の右側に示す通りである。   As illustrated in FIG. 4, the arbitrary category candidate control table 32 includes items of an item category 32a, an item number 32b, a related category candidate number 32c, a category candidate number 32d, an initial value category 32e, and a display category 32f. Yes. The outline of the data type, number of digits, and meaning of each item is as shown on the right side of each item.

この任意区分候補制御テーブル32は、任意区分の候補を一覧表示する際に、他の関連任意区分の値によってどの候補を表示するかどうかを制御するために用いられる。また、初期値とする候補、表示制限も制御する。   This optional category candidate control table 32 is used to control which candidates are displayed according to the values of other related optional categories when displaying a list of optional category candidates. It also controls the initial value candidates and display restrictions.

図5に例示されるように、任意区分候補テーブル33は、項目区分33a、文字数値区分33b、項目番号33c、区分候補番号33dおよび区分候補名33eの各項目を備えている。各項目のデータ型、桁数および意味の概要は、各項目の右側に示す通りである。   As illustrated in FIG. 5, the arbitrary category candidate table 33 includes items of an item category 33a, a character numerical value category 33b, an item number 33c, a category candidate number 33d, and a category candidate name 33e. The outline of the data type, number of digits, and meaning of each item is as shown on the right side of each item.

この任意区分候補テーブル33は、摘要項目名称テーブル31に定義された各入力項目に、任意区分候補制御テーブル32の制御を通じて最終的に入力される候補内容が格納される。すなわち、任意区分の候補の番号とその名称を登録する。   In the optional category candidate table 33, candidate contents finally input through the control of the optional category candidate control table 32 are stored in each input item defined in the summary item name table 31. That is, the candidate number of an arbitrary category and its name are registered.

これらの制御テーブル30は、図9および図10のような画面を用いて入力される。すなわち、摘要項目名称テーブル31および任意区分候補テーブル33は、図9の共通の摘要項目名称登録画面51および任意区分候補登録画面53を用いて設定内容が入力され、任意区分候補制御テーブル32は、図10の任意区分候補制御登録画面52を用いて入力される。   These control tables 30 are input using screens such as those shown in FIGS. That is, the summary item name table 31 and the optional category candidate table 33 are set using the common summary item name registration screen 51 and the optional category candidate registration screen 53 shown in FIG. It is input using the arbitrary category candidate control registration screen 52 of FIG.

すなわち、図11のフローチャートのように、摘要項目名称テーブル31および任意区分候補テーブル33の入力作業では、摘要項目名称登録画面51および任意区分候補登録画面53(入力フォーム)をディスプレイ14に表示して(ステップ101)、入力装置15を用いて当該入力フォームの各項目に対する入力が行われ(ステップ102)、入力内容が摘要項目名称テーブル31の項目区分31a〜関連任意区分番号31fおよび任意区分候補テーブル33の項目区分33a〜区分候補名33eの各項目に設定される(ステップ103)。摘要項目名称登録画面51および任意区分候補登録画面53の入力フォームの各入力部位には対応する入力項目の符号が付されている。   That is, as shown in the flowchart of FIG. 11, in the input work of the summary item name table 31 and the optional category candidate table 33, the summary item name registration screen 51 and the optional category candidate registration screen 53 (input form) are displayed on the display 14. (Step 101), the input device 15 is used to input each item of the input form (Step 102), and the input contents are the item category 31a to the related arbitrary category number 31f and the arbitrary category candidate table of the summary item name table 31. It is set to each item of 33 item classification 33a to classification candidate name 33e (step 103). Each input part of the input form of the summary item name registration screen 51 and the arbitrary category candidate registration screen 53 is given a corresponding input item code.

同様に、任意区分候補制御テーブル32の場合には、ディスプレイ14に任意区分候補制御登録画面52(入力フォーム)を表示し(ステップ104)、当該入力フォーム上で各種情報を入力し(ステップ105)、この入力情報を項目区分32a〜表示区分32fの各々に設定する(ステップ106)。任意区分候補制御登録画面52の入力フォームの各入力部位には対応する入力項目の符号が付されている。   Similarly, in the case of the arbitrary category candidate control table 32, the arbitrary category candidate control registration screen 52 (input form) is displayed on the display 14 (step 104), and various information is input on the input form (step 105). The input information is set in each of the item category 32a to the display category 32f (step 106). Each input part of the input form of the arbitrary category candidate control registration screen 52 is given a corresponding input item code.

このような制御テーブル30の設定作業の後、図12のフローチャートに示されるマスタテーブルの入力処理を行う。なお、この図12では、本実施の形態による一般的なデータ入力処理を概括して説明し、具体的な入力処理は後述の図15〜図19を用いて説明する。   After such setting work of the control table 30, the master table input process shown in the flowchart of FIG. 12 is performed. In FIG. 12, general data input processing according to the present embodiment is generally described, and specific input processing is described with reference to FIGS.

すなわち、入力作業の対象となるマスタテーブル20を選択し(ステップ201)、入力の対象となる項目区分を指定し(ステップ202)、指定された項目区分に対応して任意区分候補テーブル33に定義された複数の項目および現在の入力値を取得する(ステップ203)。そして、入力フォームを開き各項目の名称を表示する(ステップ204)。   That is, the master table 20 to be input is selected (step 201), the item category to be input is specified (step 202), and defined in the arbitrary category candidate table 33 corresponding to the specified item category. The obtained plurality of items and the current input value are acquired (step 203). Then, the input form is opened and the names of the items are displayed (step 204).

その後、入力値チェック処理300(図13)を実行し(ステップ205)、入力フォームに各項目の現在の入力値を表示(更新)する(ステップ206)。
そして、各項目に対するフォーカス(入力装置15のマウスカーソル等による指定状態)の変化を監視し(ステップ207)、フォーカスが変化したならば、フォーカスされた項目に対する選択フォーム(サブウィンドウ)を、任意区分候補テーブル33から任意区分候補制御テーブル32の制限条件に従って表示し(ステップ208)、選択候補検索処理400(図14)を実行し(ステップ209)、選択フォームに検索された候補を一覧表示する(ステップ210)。
Thereafter, the input value check process 300 (FIG. 13) is executed (step 205), and the current input value of each item is displayed (updated) on the input form (step 206).
Then, a change in focus (specified state by the mouse cursor or the like of the input device 15) for each item is monitored (step 207), and if the focus changes, a selection form (subwindow) for the focused item is selected as an arbitrary category candidate. Display from the table 33 according to the restriction conditions of the arbitrary category candidate control table 32 (step 208), execute the selection candidate search process 400 (FIG. 14) (step 209), and display a list of candidates searched for in the selection form (step) 210).

そして、一覧表示された候補の選択/確定を行い(ステップ211)、確定した候補を当該項目の入力値とし(ステップ212)、入力フォームに当該項目の現在の入力値を表示(更新)する(ステップ213)。   Then, the candidates displayed in a list are selected / confirmed (step 211), the confirmed candidates are set as input values for the item (step 212), and the current input value of the item is displayed (updated) on the input form (step 212). Step 213).

なお、上述のステップ207でフォーカスが変化しない場合は、ステップ208〜ステップ213は実行されない。
そして、一つのレコード入力が終了したかを入力装置15によるユーザ指示にて判定し(ステップ214)、未終了の場合にはステップ205からやり直し、終了の場合はステップ210で選択されたマスタテーブル20に入力レコードを追加した後(ステップ215)、当該マスタテーブル20に対する入力処理の終了を判定し(ステップ216)、未入力のレコードがある場合は、次のレコードを入力すべく(ステップ217)、ステップ202以降を反復し、終了の場合は当該マスタテーブル20に対する入力処理を終了する。
If the focus does not change in step 207 described above, steps 208 to 213 are not executed.
Then, it is determined by the user instruction from the input device 15 whether or not one record has been input (step 214). If not completed, the process starts again from step 205. If completed, the master table 20 selected in step 210 is determined. After the input record is added (step 215), the end of the input process for the master table 20 is determined (step 216). If there is an uninput record, the next record should be input (step 217). Step 202 and the subsequent steps are repeated, and in the case of termination, the input process for the master table 20 is terminated.

図13のフローチャートに例示されるように、上述の入力値チェック処理300では、項目を一つ選択し(ステップ301)、選択候補検索処理400を実行し(ステップ302)、当該項目の現在の入力値と選択された選択候補とを比較し(ステップ303)、選択可能か判定し(ステップ304)、選択不可ならばエラーメッセージをディスプレイ14に表示し、当該項目の入力値を初期値に修正する(ステップ306)。ステップ304で選択可能な場合は、ステップ305、ステップ306は実行されない。   As illustrated in the flowchart of FIG. 13, in the input value check process 300 described above, one item is selected (step 301), the selection candidate search process 400 is executed (step 302), and the current input of the item is performed. The value is compared with the selected selection candidate (step 303), and it is determined whether it can be selected (step 304). If the selection is not possible, an error message is displayed on the display 14, and the input value of the item is corrected to the initial value. (Step 306). If selection is possible in step 304, steps 305 and 306 are not executed.

そして、他の項目の有無を判別し(ステップ307)、他の項目がある場合にはステップ301以降を反復し、無い場合は終了する。
図14のフローチャートに例示されるように、選択候補検索処理400は、制御テーブル30の摘要項目名称テーブル31の関連任意区分番号31fから当該項目に対する関連項目を任意区分候補制御テーブル32から取得し(ステップ401)、当該関連項目の現在の入力値を取得し(ステップ402)、当該関連項目の現在の入力値に応じた当該項目の選択値を任意区分候補テーブル33から取得する(ステップ403)。
Then, the presence / absence of other items is determined (step 307). If there are other items, step 301 and subsequent steps are repeated.
As illustrated in the flowchart of FIG. 14, the selection candidate search process 400 acquires a related item for the item from the arbitrary category candidate control table 32 from the related arbitrary category number 31 f of the summary item name table 31 of the control table 30 ( Step 401), the current input value of the related item is acquired (Step 402), and the selection value of the item according to the current input value of the related item is acquired from the arbitrary category candidate table 33 (Step 403).

図6は、摘要項目名称テーブル31〜任意区分候補テーブル33の実際の設定例を示したものである。この場合、「商品任意区分」として、建築材料のデータ入力を行う場合を示している。摘要項目名称テーブル31では、項目番号31cの01〜03の各々に対応して、項目名称31dに「木材建材区分」、「丸太商品区分」、「金額計算区分」が定義され、関連任意区分番号31fに「01」と設定されていることより、項目番号31cが「02」「03」の項目は、「01」の設定内容に依存することが示されている。   FIG. 6 shows an actual setting example of the summary item name table 31 to the arbitrary category candidate table 33. In this case, the case where data of building materials is input as “product arbitrary classification” is shown. In the summary item name table 31, “wood building material category”, “log product category”, and “amount calculation category” are defined in the item name 31 d corresponding to each of the item numbers 31 to 01 c, and the related arbitrary category numbers Since “01” is set in 31f, it is indicated that items whose item numbers 31c are “02” and “03” depend on the set contents of “01”.

任意区分候補テーブル33には、摘要項目名称テーブル31で定義された各項目(項目番号33c)の取りうる値:名称(区分候補名33e)が定義され、各値:名称には、区分候補番号33dが付与されている。
そして、任意区分候補制御テーブル32には、摘要項目名称テーブル31で定義された01〜03の各々が、他の項目の設定状態に応じて制限が設定されている。
In the arbitrary category candidate table 33, possible values: name (division candidate name 33e) of each item (item number 33c) defined in the summary item name table 31 are defined, and each value: name has a category candidate number. 33d is given.
In the arbitrary category candidate control table 32, each of 01 to 03 defined in the summary item name table 31 is set in accordance with the setting state of other items.

なお、図6の任意区分候補制御テーブル32には、説明の便宜のため、左端に制限条件を区別するためのケース番号が記載され、関連区分候補番号32c(項目欄β)の左隣(項目欄α)には、摘要項目名称テーブル31の関連任意区分番号31fの内容が表記されているが実際の任意区分候補制御テーブル32のファイルには存在しない項目である。   In the arbitrary category candidate control table 32 in FIG. 6, for convenience of explanation, a case number for distinguishing the restriction condition is described at the left end, and the left side (item) of the related category candidate number 32c (item field β). In the column α), the contents of the related arbitrary category number 31 f of the summary item name table 31 are described, but the items are not present in the actual arbitrary category candidate control table 32 file.

すなわち、項目番号31cが「02」の「丸太商品区分」は、「01」の「木材建材区分」の設定内容にて制限され、「木材建材区分」の設定内容である区分候補番号33dが「01」の「木材」の場合には、区分候補番号33dが「01」:「丸太」および「02」:「丸太以外」のすべてが設定可能である(ケース番号が3〜4の場合)が、「木材建材区分」の設定内容である区分候補番号33dが「02」の「建材」の場合には、区分候補番号33dが「02」:「丸太以外」のみが設定可能となる(ケース番号が5の場合)ように制限を加える。   That is, the “log product category” with the item number 31c “02” is limited by the setting content of the “wood building material category” of “01”, and the category candidate number 33d that is the setting content of the “wood building material category” is “ In the case of “wood” of “01”, the classification candidate number 33d can be set to “01”: “log” and “02”: “other than log” (when the case number is 3 to 4). In the case of “building material” with the classification candidate number 33d as the setting content of “wood building material classification” being “02”, only the classification candidate number 33d can be set to “02”: “other than log” (case number) (If is 5)).

同様に、項目番号31cが「03」:「金額計算区分」についてみると、「01」の「木材建材区分」の設定内容にて制限され、「木材建材区分」の設定内容である区分候補番号33dが「01」の「木材」の場合には、区分候補番号33dが「01」〜「03」の計算式のすべてが選択可能である(ケース番号が6〜8の場合)が、「木材建材区分」の設定内容である区分候補番号33dが「02」の「建材」の場合には、区分候補番号33dが「01」:「入数×個数×単価」および「02」:「個数×単価」のみが設定可能となる(ケース番号が9〜10の場合)ように制限を加える。   Similarly, when the item number 31c is “03”: “amount calculation category”, the category candidate number which is limited by the setting content of the “wood building material category” of “01” and is the setting content of the “wood building material category” In the case of “wood” with 33d being “01”, all of the calculation formulas whose category candidate numbers 33d are “01” to “03” can be selected (when the case numbers are 6 to 8). In the case of “building material” whose classification candidate number 33d is “02”, which is the setting content of “building material classification”, the classification candidate number 33d is “01”: “number of pieces × number × unit price” and “02”: “number of pieces ×”. A restriction is added so that only “unit price” can be set (when the case number is 9 to 10).

なお、上述の説明では、入力項目として金額計算区分を入力させる場合を例示したが、伝票入力アプリケーションなどでは、金額を計算する際に、事前に登録した金額計算区分に従って金額の計算式を変更する必要がある。   In the above description, the case where the amount calculation category is input as an input item is exemplified. However, in the slip input application or the like, the amount calculation formula is changed according to the amount calculation category registered in advance when calculating the amount. There is a need.

そこで、任意区分の登録時に数量または金額を計算する計算式も登録させて、後方処理である伝票入力アプリケーションなどで自動的にその計算式を利用すれば、複数のアプリケーションに対して個別に計算式を設定する必要がなくなり、計算式を一元管理できる。   Therefore, if you register a formula to calculate the quantity or amount when registering an optional category and automatically use that formula in a slip input application that is a back-end process, it will be calculated separately for multiple applications. It is no longer necessary to set the, and the calculation formula can be centrally managed.

すなわち、図7に示されるように任意区分候補テーブル33を拡張して、摘要項目名称登録で登録しようとしている任意区分を、数量または金額の計算区分として使用するかどうかを登録できるようにして、計算区分として使用する場合は、計算区分に対する計算式も登録できるようにする。   That is, as shown in FIG. 7, the optional category candidate table 33 is expanded so that it is possible to register whether or not the optional category to be registered in the summary item name registration is used as a quantity or amount calculation category, When used as a calculation category, a calculation formula for the calculation category can also be registered.

追加された計算区分33fは、数量または金額の計算区分として使用するかどうかを示すフラグであり、計算式33gは、使用される計算式が記述されている。上記の任意区分候補テーブル33の拡張によって、計算区分フラグと数量および金額に対する計算式の設定が行える。図8は、拡張された任意区分候補テーブル33の設定例を示している。   The added calculation section 33f is a flag indicating whether or not the calculation section 33f is used as a quantity or amount calculation section, and the calculation formula 33g describes a calculation formula to be used. By expanding the above arbitrary category candidate table 33, calculation category flags and calculation formulas for quantities and amounts can be set. FIG. 8 shows a setting example of the expanded arbitrary category candidate table 33.

なお、計算区分と計算式を利用する方法としては、利用するアプリケーションをカスタマイズツールによってカスタマイズする際に、数量および金額の計算式を任意区分候補テーブル33の内容に置き換えることが考えられる。この際、計算区分の値を条件とした条件付の計算式として置き換える。   As a method of using the calculation category and the calculation formula, it is conceivable to replace the calculation formula for the quantity and the amount with the contents of the arbitrary category candidate table 33 when the application to be used is customized by the customization tool. At this time, it is replaced with a conditional calculation formula that uses the value of the calculation category as a condition.

このように、計算区分フラグと計算式を任意区分登録時に任意区分候補テーブル33に登録できるようにして、アプリケーションのカスタマイズ時に、設定した計算式を自動的に設定するようにしたことにより、計算式をアプリケーションごとに設定しなくてもよく、一元管理できるという効果がある。   In this way, the calculation category flag and the calculation formula can be registered in the optional category candidate table 33 when registering the optional category, and the set calculation formula is automatically set when customizing the application. It is not necessary to set for each application, and there is an effect that it can be managed centrally.

次に、上述の図6のような制御テーブル30の設定例におけるマスタテーブル20のデータ入力処理をより具体的に例示する。
図15のデータ入力画面60は、項目区分表示領域61、項目値入力欄62、候補表示領域63および選択操作の確定指示等を行うためのコマンドボタン領域64からなる。そして、このデータ入力画面60において、項目区分表示領域61の木材建材区分にフォーカスが当たった時、項目値入力欄62の値が空だったら区分選択画面としてのサブウィンドウ70を、図16のように自動的に表示する。このサブウィンドウ70は、区分候補番号71、区分候補名72、選択操作の確定指示等を行うためのコマンドボタン領域73等で構成されている。
Next, the data input process of the master table 20 in the setting example of the control table 30 as shown in FIG. 6 will be illustrated more specifically.
The data input screen 60 of FIG. 15 includes an item classification display area 61, an item value input field 62, a candidate display area 63, and a command button area 64 for performing a selection operation confirmation instruction. Then, on the data input screen 60, when the wood building material classification in the item classification display area 61 is focused, if the value in the item value input field 62 is empty, a sub window 70 as a classification selection screen is displayed as shown in FIG. Display automatically. The sub-window 70 includes a segment candidate number 71, a segment candidate name 72, a command button region 73 for performing a selection operation confirmation instruction, and the like.

このサブウィンドウ70では、区分候補番号71(区分候補番号33d)、区分候補名72(区分候補名33e)において木材建材区分として「木材」を選択すると、木材建材区分の値変化処理で、他の任意区分の値が設定しても良い値かどうかをチェックして、設定できない場合は任意区分候補制御テーブル32の初期値区分が“1”となっている値で初期化する。   In this sub-window 70, when “wood” is selected as the timber building material classification in the classification candidate number 71 (classification candidate number 33 d) and the classification candidate name 72 (classification candidate name 33 e), in the value change processing of the timber building material classification, It is checked whether the value of the category is a value that can be set. If the value cannot be set, the value is initialized with a value of “1” in the initial value category of the optional category candidate control table 32.

丸太商品区分と金額計算区分の項目値入力欄62が空で、設定できない値だったので、それぞれ「丸太」、「入数×個数×単価」に初期化される。
丸太商品区分は、木材建材区分によって制御がなされる(図6の摘要項目名称テーブル31における関連任意区分番号31fの設定による)。木材建材区分が「木材」の場合は「丸太」「丸太以外」のどちらかが選択できる(図17のサブウィンドウ70を参照)。
Since the item value input field 62 for the log product category and the price calculation category is empty and cannot be set, it is initialized to “log” and “number of pieces × number × unit price”, respectively.
The log product category is controlled by the wood building material category (by setting the related arbitrary category number 31f in the summary item name table 31 of FIG. 6). When the wood building material classification is “wood”, either “log” or “other than log” can be selected (see sub-window 70 in FIG. 17).

金額計算区分は、木材建材区分によって制御がなされる(図6の摘要項目名称テーブル31における関連任意区分番号31fの設定による)。図18のサブウィンドウ70により、木材建材区分が「木材」の場合は「入数×個数×単価」「個数×単価」「材積×単価」のどれかが選択できる(図18のサブウィンドウ70を参照)。   The amount calculation category is controlled by the wood building material category (by setting the related arbitrary category number 31f in the summary item name table 31 of FIG. 6). 18, when the wood building material classification is “wood”, one of “input quantity × number × unit price”, “number × unit price”, and “material volume × unit price” can be selected (see subwindow 70 in FIG. 18). .

木材建材区分として「建材」を選択すると、図19のデータ入力画面60のように、丸太商品区分が「丸太」で、設定できない値だったので、「丸太以外」に初期化される。
丸太商品区分は木材建材区分が「建材」の場合は「丸太以外」だけしか選択できないため(図6の任意区分候補制御テーブル32の設定による)、フォーカスを当てようとするとというメッセージが表示されて、変更できなくなる。
When “building material” is selected as the wood building material category, the log product category is “log” and cannot be set as shown in the data input screen 60 of FIG. 19, and is initialized to “other than log”.
When the log product category is “Building material”, only “Other than log” can be selected (by the setting of the optional category candidate control table 32 in FIG. 6), and a message is displayed indicating that an attempt is made to focus. , You can not change.

金額計算区分は木材建材区分が「建材」の場合は、図19のサブウィンドウ70のように、「入数×個数×単価」「個数×単価」のどちらかが選択できる(図6の任意区分候補制御テーブル32の設定による)。   When the wood building material classification is “building material”, either “incidence × number × unit price” or “number × unit price” can be selected as the sub-window 70 in FIG. 19 (arbitrary classification candidate in FIG. 6). Depending on the setting of the control table 32).

以上説明したように、マスタテーブル20における任意区分の入力制御を制御テーブル30に登録された情報によって行うようにしたことにより、マスタテーブル入力処理42等のプログラム自体を修正することなく、マスタテーブル20に構築される多様な仕様のデータベースに対する任意区分の入力制御方法を簡単に設定/変更することができるという効果がある。また、任意区分の入力、表示制限も同様に、制御テーブル30に情報を登録することによって、マスタテーブル入力処理42等のプログラムの修正なしに変更できるという効果がある。   As described above, the input control of an arbitrary section in the master table 20 is performed based on the information registered in the control table 30, so that the master table 20 is not modified without modifying the program itself such as the master table input process 42. Thus, it is possible to easily set / change the input control method in an arbitrary category for a database having various specifications. Similarly, input of arbitrary categories and display restrictions can be changed without modification of a program such as the master table input process 42 by registering information in the control table 30.

さらに、特定の設定内容の制御テーブル30を複数種のマスタテーブル20の入力処理に共通に適用することで、個々のマスタテーブル20毎にデータ入力処理用のプログラムを用意する等の煩雑な処理を必要とすることなく、共通の仕様にてデータベースを構築できる、という利点がある。   Furthermore, by applying the control table 30 having specific setting contents in common to the input processing of a plurality of types of master tables 20, complicated processing such as preparing a program for data input processing for each master table 20 is performed. There is an advantage that a database can be constructed with a common specification without need.

すなわち、本実施の形態によれば、マスタテーブルに対するオペレータの入力作業を支援するための情報を制御テーブル30として設定/利用するようにしたので、データベース設計者は、特別なプログラミングを行うことなく、オペレータと同様な入力フォームなどを用いた簡易な入力作業によって制御テーブル30内の各種情報を的確に設定することができ、また、複数のマスタテーブルで共通の制御テーブルを利用することも可能となり、入力作業者の入力作業が容易かつ適正なデータベースを容易に設計することができる。   That is, according to the present embodiment, the information for supporting the operator's input work on the master table is set / used as the control table 30, so that the database designer can perform without special programming. Various information in the control table 30 can be accurately set by a simple input operation using the same input form as the operator, and a common control table can be used by a plurality of master tables. It is possible to easily design a database that is easy and appropriate for input work by the input worker.

この結果、少ない労力にて、マスタテーブル20に信頼性の高い、かつ入力処理等の操作性の良好なデータベースを構築することが可能になる。
上述の実施の形態では、一例として制御対象を任意区分としたが、候補番号を文字項目の値が入るように拡張することによって、任意文字項目としてもよい。
As a result, it is possible to construct a highly reliable database with good operability such as input processing in the master table 20 with little effort.
In the above-described embodiment, the control target is arbitrarily classified as an example. However, the candidate number may be expanded to include a character item value to be an arbitrary character item.

上述の実施の形態で示した情報処理装置の構成は、あくまでも一例であり、種々変更可能であることはいうまでもない。   It is needless to say that the configuration of the information processing apparatus described in the above embodiment is merely an example, and various changes can be made.

本発明の一実施の形態である情報処理装置の動作の一例を示す概念図である。It is a conceptual diagram which shows an example of operation | movement of the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置の構成の一例を示すブロック図である。It is a block diagram which shows an example of a structure of the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置にて用いられる摘要項目名称テーブルの構成の一例を示す概念図である。It is a conceptual diagram which shows an example of a structure of the summary item name table used with the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置にて用いられる任意区分候補制御テーブルの構成の一例を示す概念図である。It is a conceptual diagram which shows an example of a structure of the arbitrary division | segmentation candidate control table used with the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置にて用いられる任意区分候補テーブルの構成の一例を示す概念図である。It is a conceptual diagram which shows an example of a structure of the arbitrary division | segmentation candidate table used with the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置にて用いられる制御テーブルの実際の設定例を示す概念図である。It is a conceptual diagram which shows the example of an actual setting of the control table used with the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置にて用いられる制御テーブルの拡張例を示す概念図である。It is a conceptual diagram which shows the example of an expansion of the control table used with the information processing apparatus which is one embodiment of this invention. 図7の制御テーブルの設定例を示す概念図である。It is a conceptual diagram which shows the example of a setting of the control table of FIG. 本発明の一実施の形態である情報処理装置にて用いられる制御テーブルの入力処理に用いられる入力フォーム(画面)の一例を示す説明図である。It is explanatory drawing which shows an example of the input form (screen) used for the input process of the control table used with the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置にて用いられる制御テーブルの入力処理に用いられる入力フォーム(画面)の一例を示す説明図である。It is explanatory drawing which shows an example of the input form (screen) used for the input process of the control table used with the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置にて用いられる制御テーブルの入力処理を示すフローチャートである。It is a flowchart which shows the input process of the control table used with the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置におけるマスタテーブルの入力処理を示すフローチャートである。It is a flowchart which shows the input process of the master table in the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置におけるマスタテーブルの入力処理を示すフローチャートである。It is a flowchart which shows the input process of the master table in the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置におけるマスタテーブルの入力処理を示すフローチャートである。It is a flowchart which shows the input process of the master table in the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置におけるマスタテーブルの入力処理に用いられる入力フォーム(画面)を示す説明図である。It is explanatory drawing which shows the input form (screen) used for the input process of the master table in the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置におけるマスタテーブルの入力処理に用いられる入力フォーム(画面)を示す説明図である。It is explanatory drawing which shows the input form (screen) used for the input process of the master table in the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置におけるマスタテーブルの入力処理に用いられる入力フォーム(画面)を示す説明図である。It is explanatory drawing which shows the input form (screen) used for the input process of the master table in the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置におけるマスタテーブルの入力処理に用いられる入力フォーム(画面)を示す説明図である。It is explanatory drawing which shows the input form (screen) used for the input process of the master table in the information processing apparatus which is one embodiment of this invention. 本発明の一実施の形態である情報処理装置におけるマスタテーブルの入力処理に用いられる入力フォーム(画面)を示す説明図である。It is explanatory drawing which shows the input form (screen) used for the input process of the master table in the information processing apparatus which is one embodiment of this invention.

符号の説明Explanation of symbols

10 情報処理装置
11 中央処理装置
12 主記憶
13 外部記憶装置
14 ディスプレイ
15 入力装置(指定手段)
16 バス
20 マスタテーブル
30 制御テーブル
31 摘要項目名称テーブル
31a 項目区分
31b 文字数値区分
31c 項目番号
31d 項目名称
31e マスタ暦区分
31f 関連任意区分番号
32 任意区分候補制御テーブル
32a 項目区分
32b 項目番号
32c 関連区分候補番号
32d 区分候補番号
32e 初期値区分
32f 表示区分
33 任意区分候補テーブル
33a 項目区分
33b 文字数値区分
33c 項目番号
33d 区分候補番号
33e 区分候補名
33f 計算区分
33g 計算式
41 オペレーティングシステム
42 マスタテーブル入力処理(取得手段、入力手段)
43 制御テーブル入力処理(項目追加手段)
51 摘要項目名称登録画面
52 任意区分候補制御登録画面
53 任意区分候補登録画面
60 データ入力画面
61 項目区分表示領域
62 項目値入力欄
63 候補表示領域
64 コマンドボタン領域
70 サブウィンドウ
71 区分候補番号
72 区分候補名
73 コマンドボタン領域
DESCRIPTION OF SYMBOLS 10 Information processing apparatus 11 Central processing unit 12 Main memory 13 External storage device 14 Display 15 Input device (designating means)
16 Bus 20 Master table 30 Control table 31 Summary item name table 31a Item category 31b Character value category 31c Item number 31d Item name 31e Master calendar category 31f Related arbitrary category number 32 Optional category candidate control table 32a Item category 32b Item number 32c Related category Candidate number 32d Category candidate number 32e Initial value category 32f Display category 33 Arbitrary category candidate table 33a Item category 33b Character / numeric value category 33c Item number 33d Category candidate number 33e Category candidate name 33f Calculation category 33g Calculation formula 41 Operating system 42 Master table input process (Acquisition means, input means)
43 Control table input processing (item addition means)
51 Summary item name registration screen 52 Arbitrary category candidate control registration screen 53 Arbitrary category candidate registration screen 60 Data entry screen 61 Item category display area 62 Item value input field 63 Candidate display area 64 Command button area 70 Sub window 71 Category candidate number 72 Category candidate Name 73 Command button area

Claims (10)

データベース内のマスタテーブルに対してレコードデータを入力するための入力フォームを有する情報処理装置であって、
前記マスタテーブル内の各項目を対象として、前記項目に対応する入力候補データと、前記項目に関連する関連項目と、前記関連項目の入力データに応じて前記項目の入力候補データを絞り込むための制限情報とを任意に設定可能な制御テーブルと、
前記入力フォーム上で入力対象となる項目を任意に指定する指定手段と、
前記指定手段によって指定された項目に対する関連項目と、前記関連項目に対して既に入力されているデータに応じた入力候補データを前記制御テーブルから取得する取得手段と、
前記取得手段によって取得された入力候補データを前記入力フォーム上に一覧表示し、この一覧表示された入力候補の中から選択されたデータを前記指定された項目のデータとして入力する入力手段と、
を具備したことを特徴とする情報処理装置。
An information processing apparatus having an input form for inputting record data to a master table in a database,
Restrictions for narrowing down the input candidate data of the item according to the input candidate data corresponding to the item, the related item related to the item, and the input data of the related item for each item in the master table A control table that can arbitrarily set information,
A designation means for arbitrarily designating an item to be input on the input form;
An acquisition unit that acquires, from the control table, related items for the item specified by the specifying unit, and input candidate data corresponding to data that has already been input to the related item;
A list of input candidate data acquired by the acquisition means on the input form, and an input means for inputting data selected from the input candidates displayed in the list as data of the designated item;
An information processing apparatus comprising:
さらに、前記マスタテーフルに対して任意の項目を追加すると共に、前記制御テーブルに対して前記追加された項目に対する前記入力候補データおよび前記制限情報を任意に追加する項目追加手段を備えたことを特徴とする請求項1記載の情報処理装置。   Furthermore, it comprises an item addition means for arbitrarily adding the input candidate data and the restriction information for the added item to the control table, as well as adding an arbitrary item to the master table. The information processing apparatus according to claim 1. さらに、前記制御テーブルに対する入力用の入力フォームを有することを特徴とする請求項1記載の情報処理装置。   The information processing apparatus according to claim 1, further comprising an input form for input to the control table. さらに、設定した前記制御テーブルを、複数の前記マスタテーブルの入力フォーム表示で共通して利用することを特徴とする請求項1記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the set control table is used in common for displaying input forms of a plurality of master tables. さらに、前記マスタテーブルは計算式を入力可能であり、前記計算式に従って計算された値をその値とする項目を含み、前記制御テーブルは前記計算式に関する入力候補データおよび前記制限情報を設定可能であることを特徴とする請求項1記載の情報処理装置。   Further, the master table can input a calculation formula, and includes an item whose value is a value calculated according to the calculation formula. The control table can set input candidate data and the restriction information related to the calculation formula. The information processing apparatus according to claim 1, wherein: データベース内のマスタテーブルに対してレコードデータを入力するための入力フォームを有する情報処理装置を制御するプログラムであって、
前記マスタテーブル内の各項目を対象として、前記項目に対応する入力候補データと、前記項目に関連する関連項目と、前記関連項目の入力データに応じて前記項目の入力候補データを絞り込むための制限情報とを任意に設定可能な制御テーブルを設定する機能と、
前記入力フォーム上で入力対象となる項目を任意に指定する指定機能と、
前記指定機能によって指定された項目に対する関連項目と、前記関連項目に対して既に入力されているデータに応じた入力候補データを前記制御テーブルから取得する取得機能と、
前記取得機能によって取得された入力候補データを前記入力フォーム上に一覧表示し、この一覧表示された入力候補の中から選択されたデータを前記指定された項目のデータとして入力する入力機能と、
を前記情報処理装置に実現させるプログラム。
A program for controlling an information processing apparatus having an input form for inputting record data to a master table in a database,
Restrictions for narrowing down the input candidate data of the item according to the input candidate data corresponding to the item, the related item related to the item, and the input data of the related item for each item in the master table A function to set a control table that can arbitrarily set information,
A designation function for arbitrarily designating an input target item on the input form;
An acquisition function for acquiring, from the control table, a related item for the item specified by the specifying function, and input candidate data corresponding to data already input to the related item;
A list of input candidate data acquired by the acquisition function on the input form, and an input function for inputting data selected from the input candidates displayed in the list as data of the specified item;
A program for causing the information processing apparatus to realize
さらに、前記マスタテーブルに対して任意の項目を追加すると共に、前記制御テーブルに対して前記追加された項目に対する前記入力候補データおよび前記制限情報を任意に追加する項目追加機能を前記情報処理装置に実現させることを特徴とする請求項6記載のプログラム。   Further, the information processing apparatus has an item addition function for adding an arbitrary item to the master table and arbitrarily adding the input candidate data and the restriction information to the added item to the control table. The program according to claim 6, wherein the program is realized. さらに、前記制御テーブルに対する入力用の入力フォームを表示する機能を前記情報処理装置に実現させることを特徴とする請求項6記載のプログラム。   The program according to claim 6, further causing the information processing apparatus to realize a function of displaying an input form for input to the control table. さらに、設定した前記制御テーブルを、複数の前記マスタテーブルの入力フォーム表示で共通して利用する機能を前記情報処理装置に実現させることを特徴とする請求項6記載のプログラム。   The program according to claim 6, further causing the information processing apparatus to realize a function of using the set control table in common in the input form display of the plurality of master tables. さらに、前記マスタテーブルは計算式を入力可能であり、前記計算式に従って計算された値をその値とする項目を含み、前記制御テーブルは前記計算式に関する入力候補データおよび前記制限情報を設定可能であることを特徴とする請求項6記載のプログラム。   Further, the master table can input a calculation formula, and includes an item whose value is a value calculated according to the calculation formula. The control table can set input candidate data and the restriction information related to the calculation formula. The program according to claim 6, wherein there is a program.
JP2004126467A 2004-04-22 2004-04-22 Information processing apparatus and program Expired - Fee Related JP4576872B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004126467A JP4576872B2 (en) 2004-04-22 2004-04-22 Information processing apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004126467A JP4576872B2 (en) 2004-04-22 2004-04-22 Information processing apparatus and program

Publications (2)

Publication Number Publication Date
JP2005309806A true JP2005309806A (en) 2005-11-04
JP4576872B2 JP4576872B2 (en) 2010-11-10

Family

ID=35438514

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004126467A Expired - Fee Related JP4576872B2 (en) 2004-04-22 2004-04-22 Information processing apparatus and program

Country Status (1)

Country Link
JP (1) JP4576872B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015114911A (en) * 2013-12-12 2015-06-22 富士通株式会社 Data storage device, data storage method, and data storage program

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05151241A (en) * 1991-11-26 1993-06-18 Casio Comput Co Ltd Data input device
JPH09114572A (en) * 1995-10-16 1997-05-02 Casio Comput Co Ltd Record data input device
JP2004061645A (en) * 2002-07-25 2004-02-26 Casio Comput Co Ltd Data input device and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05151241A (en) * 1991-11-26 1993-06-18 Casio Comput Co Ltd Data input device
JPH09114572A (en) * 1995-10-16 1997-05-02 Casio Comput Co Ltd Record data input device
JP2004061645A (en) * 2002-07-25 2004-02-26 Casio Comput Co Ltd Data input device and program

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
エクスメディア, EXCEL 2000 FOR WINDOWS SUPER MASTER, vol. 第1版, JPN6009066396, 2 August 2000 (2000-08-02), pages 66 - 67, ISSN: 0001496500 *
町田 さくら: "エクセル&アクセスで作るデータベース", TOUCH PC 第7巻 第1号, JPN6009066395, 24 January 2002 (2002-01-24), JP, pages 18 - 33, ISSN: 0001661915 *
西山 博: "もっと気軽にデータ整理がしたい 簡単!データベース構築術", 日経PC21 第5巻 第17号, JPN6009066397, 1 September 2000 (2000-09-01), JP, pages 32 - 60, ISSN: 0001496499 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015114911A (en) * 2013-12-12 2015-06-22 富士通株式会社 Data storage device, data storage method, and data storage program

Also Published As

Publication number Publication date
JP4576872B2 (en) 2010-11-10

Similar Documents

Publication Publication Date Title
US6088028A (en) Method for enabling rapid modification of a display controlled by a computer program
CN105408885A (en) A system and method for dialog customization
JPH07239776A (en) Software system management device
US7603624B2 (en) System and method for styling content in a graphical user interface control
JP5675676B2 (en) Business analysis design support device, business analysis design support method, and business analysis design support program
JP6370503B1 (en) Program creation device
JP2008217534A (en) Application screen preparation system and method, and application program
JP4576872B2 (en) Information processing apparatus and program
WO2022180704A1 (en) Display control device, display control method, and display control program
JP4996262B2 (en) Program parts support equipment
JP6836077B2 (en) Information processing device and its processing method and program
JP7421137B2 (en) Information processing device, information processing method and program
JPH0277838A (en) Control system for program selective execution menu
JP4630640B2 (en) Design information verification apparatus and design information verification method
JP6705993B2 (en) Information processing apparatus, information processing apparatus control method, and program
Pribeanu et al. A methodological approach to task-based design of user interfaces
JP2007094453A (en) Program development support system, program development support method and program
JP6361770B2 (en) Information processing apparatus, processing method thereof, and program
JP2008015879A (en) Method, program and system for supporting description of specification including natural sentence
JP2023057944A (en) Information processing device, information processing method, and information processing program
JP2003330775A (en) General-purpose database system
JPH11272524A (en) Data converter and storage medium
JP2022153748A (en) Information processing device, information processing system, control method therefor, and program
JP2020123206A (en) Program, information processing device, and processing method
US20210264365A1 (en) Customer Interaction Architecture

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070404

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091222

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100727

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100809

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130903

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 4576872

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees