JP5982135B2 - Data management device - Google Patents

Data management device Download PDF

Info

Publication number
JP5982135B2
JP5982135B2 JP2012042706A JP2012042706A JP5982135B2 JP 5982135 B2 JP5982135 B2 JP 5982135B2 JP 2012042706 A JP2012042706 A JP 2012042706A JP 2012042706 A JP2012042706 A JP 2012042706A JP 5982135 B2 JP5982135 B2 JP 5982135B2
Authority
JP
Japan
Prior art keywords
data
code
input
group
cell
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.)
Active
Application number
JP2012042706A
Other languages
Japanese (ja)
Other versions
JP2013178693A (en
Inventor
英二 青木
英二 青木
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.)
Amano Corp
Original Assignee
Amano Corp
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 Amano Corp filed Critical Amano Corp
Priority to JP2012042706A priority Critical patent/JP5982135B2/en
Publication of JP2013178693A publication Critical patent/JP2013178693A/en
Application granted granted Critical
Publication of JP5982135B2 publication Critical patent/JP5982135B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、テーブルを用いてデータを管理するデータ管理装置に関する。   The present invention relates to a data management apparatus that manages data using a table.

例えば、会社等の従業員の就業に関するデータを管理するデータ管理処理を行う場合、複数の従業員について従業員ごとに処理を行う必要があり、かつ、勤務区分、就業開始時刻、就業終了時刻等、処理に必要な項目が複数ある。したがって、就業に関するデータ管理処理には、例えば、テーブル(または表)を用意し、テーブルが有する複数の行に複数の従業員をそれぞれ割り当て、テーブルが有する複数の列に複数の項目をそれぞれ割り当て、テーブルの各升目、すなわち各セルにデータを入力する方法を用いることが好適である。このような方法は、例えばパーソナルコンピュータで表計算アプリケーションソフトウェアを動作させることにより実現することができる。   For example, when performing data management processing to manage data related to employment of employees of companies, etc., it is necessary to perform processing for each employee for multiple employees, and work classification, work start time, work end time, etc. There are multiple items required for processing. Therefore, in the data management process related to employment, for example, a table (or table) is prepared, a plurality of employees are assigned to a plurality of rows of the table, a plurality of items are respectively assigned to a plurality of columns of the table, It is preferable to use a method of inputting data to each cell of the table, that is, each cell. Such a method can be realized, for example, by operating spreadsheet application software on a personal computer.

また、表計算アプリケーションソフトウェアによっては、テーブルのセルにデータを入力する方法として、例えばテキストボックス、チェックボックス、コンボボックス等の様々な方法が用意されている。テキストボックスは、数値、文字列等をセルに直接入力させる方法である。チェックボックスは、予め設定された選択肢を選択するか否かをチェックボックスにチェックを入れるか否かで決めさせる方法である。コンボボックスは、予め設定された複数の選択肢を表示し、表示した複数の選択肢の中から所望の選択肢を選択させる方法である(特許文献1、2参照)。   Further, depending on the spreadsheet application software, various methods such as a text box, a check box, and a combo box are prepared as methods for inputting data into the cells of the table. The text box is a method for directly inputting a numerical value, a character string, or the like into a cell. The check box is a method for determining whether or not to select a preset option depending on whether or not the check box is checked. The combo box is a method of displaying a plurality of preset options and selecting a desired option from the displayed options (see Patent Documents 1 and 2).

また、就業に関するデータ管理処理においては、従業員の所属、勤務区分等、入力すべきいくつかの典型的なデータを予め定めることができ、実際に入力する際には、それら予め定められたいくつかのデータの中から1つのデータを選ぶことが望ましい項目がある。例えば、従業員の所属は、典型的には、総務部、人事部、経理部、営業部、技術部、広報部、企画部、販売促進部等であり、予め定めることができるので、項目が従業員の所属である場合には、これらそれぞれの部を選択可能なデータ(選択肢)として予め定めておき、実際に入力する際には、これら選択可能なデータの中から1つのデータを選ぶようにするとデータ入力作業の効率がよく、便利である。このような項目が割り当てられたセルについては、入力方法として、テキストボックスよりも、チェックボックスやコンボボックスを適用する方が便利である。   Also, in the data management process related to employment, some typical data to be entered such as employee affiliation, work classification, etc. can be determined in advance. There is an item in which it is desirable to select one of the data. For example, the affiliation of employees is typically the general affairs department, human resources department, accounting department, sales department, technical department, public relations department, planning department, sales promotion department, etc. If the employee belongs, each of these parts is determined in advance as selectable data (options), and when actually inputting, one data is selected from these selectable data. This is convenient and efficient for data entry. For cells to which such items are assigned, it is more convenient to apply check boxes and combo boxes as input methods than text boxes.

特開平07−49774号公報JP 07-49774 A 特開2005−115774号公報JP 2005-115774 A

ところで、コンピュータネットワークを介して複数のコンピュータを接続することにより構築されたコンピュータネットワークシステムにおいては、アプリケーションソフトウェアを複数のコンピュータで共用することができ、データを複数のコンピュータで共有することができる。近年、サービス提供者側のコンピュータと顧客側のコンピュータとがインターネットを介して接続された環境を利用して、アプリケーションソフトウェアの利用を含む包括的なサービスをサービス提供者から顧客にインターネットを介して提供するクラウドコンピューティングが普及しつつある。   By the way, in a computer network system constructed by connecting a plurality of computers via a computer network, application software can be shared by a plurality of computers, and data can be shared by a plurality of computers. In recent years, a comprehensive service including the use of application software is provided from the service provider to the customer via the Internet using an environment in which the computer on the service provider side and the computer on the customer side are connected via the Internet. Cloud computing is becoming popular.

コンピュータネットワークシステムを利用し、例えばクラウドコンピューティング等の形態で上述したような就業に関するデータ管理処理を実現する場合に次のような問題がある。   There are the following problems when using a computer network system to realize the above-described data management processing related to work in the form of cloud computing, for example.

すなわち、このような形態で就業に関するデータ管理処理を実現する場合、サービス提供者側が、データ管理処理に必要なコードの開発・保守や、データ管理処理に必要なデータの長期的な保存を行う。顧客側が実際にデータ管理処理を行うときに、サービス提供者側のコンピュータから顧客側のコンピュータにインターネットを介して、データ管理処理を行うためのコードおよびデータが送信され、顧客側のコンピュータが、受信したコードおよびデータを用いてデータ管理処理を実行する。データ管理処理の実行中に、サービス提供者側のコンピュータと顧客側のコンピュータとの間でデータの送受信が行われる場合もある。また、顧客側のコンピュータでデータ管理処理が終了したときには、更新が必要なデータ等が、顧客側のコンピュータからサービス提供者側のコンピュータに送信される。このため、データ管理処理に必要なコードまたはデータのサイズが大きいと、データ管理処理の動作速度が遅くなり、応答性が悪くなる場合がある。   In other words, when realizing data management processing related to employment in such a form, the service provider side develops and maintains codes necessary for data management processing, and performs long-term storage of data necessary for data management processing. When the customer actually performs data management processing, the code and data for data management processing are transmitted from the service provider computer to the customer computer over the Internet, and the customer computer receives the data. Data management processing is executed using the code and data. During the execution of the data management process, data may be transmitted and received between the service provider computer and the customer computer. Further, when the data management process is completed on the customer side computer, the data that needs to be updated is transmitted from the customer side computer to the service provider side computer. For this reason, if the size of the code or data required for the data management process is large, the operation speed of the data management process becomes slow and the responsiveness may deteriorate.

このようなデータ管理処理の動作速度の低下または応答性の悪化は、サービス提供者側のコンピュータの性能、顧客側のコンピュータの性能、両コンピュータ間における通信の性能等を向上させることにより改善することが可能である。しかし、顧客側がデータ管理処理を行う環境によっては、このような方法によって、データ管理処理の動作速度の低下または応答性の悪化を改善することが困難な場合がある。例えば、顧客側のコンピュータがインターネットに無線で接続している場合には、有線で接続する場合のように通信速度を高速化することが困難である。また、顧客側のコンピュータが例えばタブレット型のコンピュータである場合やスマートフォンである場合には、顧客側のコンピュータの性能を、デスクトップ型の大型コンピュータと同程度の性能にまで高めることは困難である。   Such a decrease in operation speed or deterioration of responsiveness of data management processing should be improved by improving the performance of the computer on the service provider side, the performance of the computer on the customer side, the performance of communication between the two computers, etc. Is possible. However, depending on the environment in which the customer side performs the data management process, it may be difficult to improve the decrease in the operation speed or the deterioration of the responsiveness of the data management process by such a method. For example, when a customer computer is connected to the Internet wirelessly, it is difficult to increase the communication speed as in the case of a wired connection. Further, when the customer computer is, for example, a tablet computer or a smartphone, it is difficult to increase the performance of the customer computer to the same level as a desktop large computer.

そこで、データ管理処理の動作速度の低下または応答性の悪化を改善するためには、データ管理処理に必要なコードまたはデータのサイズを小さくすることが望まれる。しかしながら、従来のデータ管理処理では、属性の設定(例えばセルサイズ、文字サイズ、データ型等の設定)、入力方法の割当(例えばテキストボックス、チェックボックス、コンボボックス等のうちのいずれの入力方法を割り当てるかを定める設定)、割り当てられた入力方法に関する設定(例えばコンボボックスが割り当てられた場合には複数の選択肢の設定)が、テーブルにマトリックス状に配列された個々のセルごとに行われる。また、データ管理処理をウェブアプリケーションにより実現する場合には、従来、テキストボックス、チェックボックス、コンボボックスといった入力方法を実現するためのコード(またはプログラム)が個々のセルごとに設けられる。このため、データ管理処理に必要なコードまたはデータのサイズを小さくすることは困難である。   Therefore, in order to improve the decrease in the operation speed or the responsiveness of the data management process, it is desired to reduce the size of the code or data necessary for the data management process. However, in the conventional data management process, any input method of attribute setting (for example, setting of cell size, character size, data type, etc.) and assignment of input method (for example, text box, check box, combo box, etc.) Setting for determining whether to assign), setting for the assigned input method (for example, setting of a plurality of options when a combo box is assigned) is performed for each individual cell arranged in a matrix in the table. When data management processing is realized by a web application, a code (or program) for realizing an input method such as a text box, a check box, and a combo box is conventionally provided for each cell. For this reason, it is difficult to reduce the size of code or data required for data management processing.

一方、上述したように、就業に関するデータ管理処理において、例えば従業員の所属や勤務区分等の入力方法については、コンボボックスを利用し、複数の選択肢の中から所望の選択肢を選択するようにすることが便利である。ところが、コンボボックスにより選択可能な選択肢が多い場合、利用者は多数の選択肢の中から所望の選択肢を見つけ出すことが困難になり、所望の選択肢を見つけ出すのに時間がかかることがある。   On the other hand, as described above, in the data management processing related to employment, for example, regarding the input method of employee affiliation, work classification, etc., a combo box is used to select a desired option from a plurality of options. Is convenient. However, when there are many options that can be selected by the combo box, it is difficult for the user to find a desired option from a large number of options, and it may take time to find the desired option.

以上のような問題は、就業に関するデータ管理処理に限らず、財務、在庫、統計、実験、検査等、様々な事柄に関するデータを管理するデータ管理処理においても生じ得る。   The above problems may occur not only in the data management processing related to employment but also in the data management processing for managing data related to various matters such as finance, inventory, statistics, experiment, inspection and the like.

本発明は例えば上述したような問題に鑑みなされたものであり、本発明の第1の課題は、コンピュータネットワークシステムにおいてデータ管理処理を行う場合に、データ管理処理の動作速度または応答性の向上を図ることができるデータ管理装置を提供することにある。   The present invention has been made in view of the above-described problems, for example. The first object of the present invention is to improve the operation speed or responsiveness of data management processing when performing data management processing in a computer network system. An object of the present invention is to provide a data management device that can be implemented.

本発明の第2の課題は、複数の選択肢の中から所望の選択肢を選択するといったデータの入力方法の容易性または迅速性を向上させることができるデータ管理装置を提供することにある。   A second object of the present invention is to provide a data management device capable of improving the ease or speed of a data input method of selecting a desired option from a plurality of options.

上記課題を解決するために、本発明の第1のデータ管理装置は、テーブルを用いてデータを管理するデータ管理装置であって、マトリックス状に配列された複数のセルから構成されるテーブルを形成する処理を行うテーブル形成部と、前記複数のセルにセルごとに入力されるデータを要素データというとすると、利用者の操作に従って前記要素データを当該利用者により指定されたセルに入力する処理を行い、前記要素データの入力方法が相互に異なる複数の要素データ入力部と、前記テーブルにおいて1つの列または1つの行に配列された複数のセルのグループをセルグループというとすると、前記複数の要素データ入力部のうちのいずれか1つの要素データ入力部を、1つのセルグループに属する複数のセルに共通に割り当てる処理を行い、当該要素データ入力部による入力方法に従って当該セルグループに属する複数のセルのそれぞれに対する要素データの入力を可能にする入力方法割当部と、コード/データ群が記憶される記憶部とを備え、前記コード/データ群には、前記テーブル形成部の処理の内容を定めたテーブル形成コードと、前記複数の要素データ入力部の処理の内容をそれぞれ定めた複数の要素データ入力コードと、前記入力方法割当部の処理の内容を定めた入力方法割当コードと、前記テーブルの形成に必要なデータであるテーブル形成データと、前記1つのセルグループに属する複数のセルに共通に設定されるデータであるグループデータと、前記要素データとが含まれ、前記複数の要素データ入力部のそれぞれには識別番号が付され、前記グループデータには、前記複数の要素データ入力部のうちのいずれかの要素データ入力部の識別番号が含まれ、前記入力方法割当部は、前記グループデータに含まれる前記要素データ入力部の識別番号に従って、当該グループデータに対応する前記1つのセルグループに属する複数のセルに共通に割り当てる要素データ入力部を前記複数の要素データ入力部の中から選択することを特徴とする。 In order to solve the above problems, a first data management apparatus according to the present invention is a data management apparatus that manages data using a table, and forms a table composed of a plurality of cells arranged in a matrix. If the table forming unit that performs the process to perform and the data input to each of the plurality of cells is referred to as element data, the process of inputting the element data to the cell specified by the user according to the user's operation And a plurality of element data input units having different element data input methods and a group of a plurality of cells arranged in one column or one row in the table are referred to as a cell group. one element data input section one of the data input unit, rows assign to process common to a plurality of cells belonging to a cell group Comprising respectively an input method assignment unit that allows input of element data for the corresponding element data input section a plurality of cells belonging to the cell group in accordance with the input method according to, a storage unit for code / data set is stored, the The code / data group includes a table forming code that defines the processing contents of the table forming section, a plurality of element data input codes that respectively define the processing contents of the plurality of element data input sections, and the input method allocation. Input method assignment code that defines the content of processing of a part, table formation data that is data necessary for forming the table, and group data that is data commonly set for a plurality of cells belonging to the one cell group And the element data, each of the plurality of element data input units is assigned an identification number, and the group data Includes an identification number of any one of the plurality of element data input units, and the input method allocating unit according to the identification number of the element data input unit included in the group data, An element data input unit to be commonly allocated to a plurality of cells belonging to the one cell group corresponding to the group data is selected from the plurality of element data input units .

本発明の第1のデータ管理装置によれば、1つのセルグループに属する複数のセルに共通に設定されるデータを、セルごとに重複または分散して記憶するのではなく、重複を排除し、かつ1つにまとめてグループデータとして記憶部に記憶することにより、データ管理処理に必要なデータのサイズを小さくすることができる。 According to the first data management device of the present invention, the data set in common to a plurality of cells belonging to one cell group is not duplicated or distributed for each cell, but the duplication is eliminated. and by storing one Summary serial as a group data憶部, it is possible to reduce the size of data necessary for the data management process.

また、1つのセルグループに属する複数のセルに共通の1つの要素データ入力部を割り当てることにより、テーブルにおける1つの列または1つの行に配列された複数のセルにセルごとに複数の要素データ入力部を割り当てる場合と比較して、データ管理処理に必要なコードまたはデータのサイズを小さくすることができる。   Also, by assigning a common element data input section to a plurality of cells belonging to one cell group, a plurality of element data can be input for each cell to a plurality of cells arranged in one column or one row in the table. Compared with the case of assigning a copy, the size of code or data required for data management processing can be reduced.

したがって、コンピュータネットワークシステムにおいてデータ管理処理を行う場合であっても、データ管理処理の動作速度または応答性を向上させることができる。   Therefore, even when data management processing is performed in a computer network system, the operation speed or responsiveness of the data management processing can be improved.

上記課題を解決するために、本発明の第2のデータ管理装置は、上述した本発明の第1のデータ管理装置において、前記複数の要素データ入力部には、利用者の操作により要素データが入力されるセルが選択されたとき、複数の選択肢を表示し、利用者の操作により前記複数の選択肢のうちの1つの選択肢が選択されたとき、当該選択された選択肢を要素データとして当該選択されたセルに入力する選択型要素データ入力部が含まれ、前記コード/データ群に含まれる1つのセルグループのグループデータには、当該セルグループに属する複数のセルに共通に割り当てられた前記選択型要素データ入力部の識別番号と、当該割り当てられた選択型要素データ入力部が表示する複数の選択肢を示す選択肢データが含まれていることを特徴とする。 In order to solve the above-mentioned problem, the second data management device of the present invention is the above-described first data management device of the present invention, wherein element data is input to the plurality of element data input units by a user operation. When an input cell is selected, a plurality of options are displayed. When one of the options is selected by a user operation, the selected option is selected as element data. A selection type element data input unit for inputting to the selected cell, and the group type data of one cell group included in the code / data group includes the selection type commonly assigned to a plurality of cells belonging to the cell group. the identification number of the element data input unit, characterized in that the assigned selective element data input section contains selection data indicating a plurality of options to be displayed

本発明の第2のデータ管理装置によれば、1つのセルグループに属する複数のセルに共通の1つの選択型要素データ入力部を割り当てることにより、テーブルにおける1つの列または1つの行に配列された複数のセルにセルごとに複数の選択型要素データ入力部を割り当てる場合と比較して、データ管理処理に必要なコードまたはデータのサイズを小さくすることができる。特に、1つのセルグループに属する複数のセルに共通に割り当てた1つの選択型要素データ入力部についての入力方法設定データおよび選択肢データを、重複を排除して1つにまとめて、当該セルグループに対応するグループデータとして記憶部に記憶することで、データ管理処理に必要なデータのサイズを小さくすることができる。したがって、コンピュータネットワークシステムにおいてデータ管理処理を行う場合であっても、データ管理処理の動作速度または応答性の向上を図ることができる。 According to the second data management device of the present invention, by assigning one common selection type element data input unit to a plurality of cells belonging to one cell group, the cells are arranged in one column or one row in the table. Compared with the case where a plurality of selection type element data input units are assigned to a plurality of cells, the size of code or data required for the data management process can be reduced. In particular, the input method setting data and option data for one selection type element data input unit commonly assigned to a plurality of cells belonging to one cell group are combined into one cell, excluding duplication. by storing the serial憶部as a corresponding group data, it is possible to reduce the size of data necessary for the data management process. Therefore, even when data management processing is performed in a computer network system, the operation speed or responsiveness of the data management processing can be improved.

上記課題を解決するために、本発明の第3のデータ管理装置は、上述した本発明の第2のデータ管理装置において、前記選択型要素データ入力部はコンボボックスであることを特徴とする。   In order to solve the above problem, a third data management device of the present invention is characterized in that, in the above-described second data management device of the present invention, the selection type element data input unit is a combo box.

本発明の第3のデータ管理装置によれば、1つのセルグループに属する複数のセルに共通の1つのコンボボックスを割り当てることにより、テーブルにおける1つの列または1つの行に配列された複数のセルにセルごとに複数のコンボボックスを割り当てる場合と比較して、データ管理処理に必要なコードまたはデータのサイズを小さくすることができる。特に、1つのセルグループに属する複数のセルに共通に割り当てた1つのコンボボックスについての入力方法設定データおよび選択肢データを、重複を排除して1つにまとめて、当該セルグループに対応するグループデータとして記憶部に記憶することで、データ管理処理に必要なデータのサイズを小さくすることができる。したがって、コンピュータネットワークシステムにおいてデータ管理処理を行う場合であっても、データ管理処理の動作速度または応答性の向上を図ることができる。 According to the third data management apparatus of the present invention, a plurality of cells arranged in one column or one row in a table by assigning one common combo box to a plurality of cells belonging to one cell group. Compared with the case where a plurality of combo boxes are assigned to each cell, the size of code or data required for data management processing can be reduced. In particular, the input method setting data and option data for one combo box that is commonly assigned to a plurality of cells belonging to one cell group are grouped into one by eliminating duplication and corresponding to the cell group. by storing the serial憶部as a, it is possible to reduce the size of data necessary for the data management process. Therefore, even when data management processing is performed in a computer network system, the operation speed or responsiveness of the data management processing can be improved.

上記課題を解決するために、本発明の第4のデータ管理装置は、上述した本発明の第3のデータ管理装置において、前記コンボボックスは、前記選択肢を表す文字の色または前記選択肢を配置する背景の色を、前記選択肢ごとに任意に設定することができることを特徴とする。   In order to solve the above-described problem, the fourth data management device of the present invention is the above-described third data management device of the present invention, wherein the combo box arranges a character color representing the option or the option. A background color can be arbitrarily set for each of the options.

本発明の第4のデータ管理装置によれば、コンボボックスにより選択可能な複数の選択肢を色分けして表示することができる。したがって、利用者は色の違いに基づいて選択肢を明確に識別することができ、選択肢の選択を容易にかつ正確に行うことができる。   According to the fourth data management apparatus of the present invention, a plurality of options that can be selected by the combo box can be displayed in different colors. Therefore, the user can clearly identify the options based on the difference in color, and can easily and accurately select the options.

上記課題を解決するために、本発明の第5のデータ管理装置は、上述した本発明の第2のデータ管理装置において、前記選択型要素データ入力部はチェックボックスであることを特徴とする。   In order to solve the above problem, a fifth data management device of the present invention is characterized in that, in the above-described second data management device of the present invention, the selection type element data input unit is a check box.

本発明の第5のデータ管理装置によれば、1つのセルグループに属する複数のセルに共通の1つのチェックボックスを割り当てることにより、テーブルにおける1つの列または1つの行に配列された複数のセルにセルごとに複数のチェックボックスを割り当てる場合と比較して、データ管理処理に必要なコードまたはデータのサイズを小さくすることができる。特に、1つのセルグループに属する複数のセルに共通に割り当てた1つのチェックボックスについての入力方法設定データおよび選択肢データを、重複を排除して1つにまとめて、当該セルグループに対応するグループデータとして記憶部に記憶することで、データ管理処理に必要なデータのサイズを小さくすることができる。したがって、コンピュータネットワークシステムにおいてデータ管理処理を行う場合であっても、データ管理処理の動作速度または応答性の向上を図ることができる。 According to the fifth data management apparatus of the present invention, a plurality of cells arranged in one column or one row in a table by assigning one common check box to a plurality of cells belonging to one cell group Compared with the case where a plurality of check boxes are assigned to each cell, the size of code or data required for the data management process can be reduced. In particular, the input method setting data and option data for one check box commonly assigned to a plurality of cells belonging to one cell group are grouped into one by eliminating duplication and corresponding to the cell group. by storing the serial憶部as a, it is possible to reduce the size of data necessary for the data management process. Therefore, even when data management processing is performed in a computer network system, the operation speed or responsiveness of the data management processing can be improved.

上記課題を解決するために、本発明の第6のデータ管理装置は、上述した本発明の第1ないし第5のいずれかのデータ管理装置において、前記複数の要素データ入力部には、利用者の操作により要素データが入力されるセルが選択されたとき、複数の上位選択肢を表示し、利用者の操作により前記複数の上位選択肢のうちの1つの上位選択肢が選択されたときに、当該選択された上位選択肢に属する複数の下位選択肢を表示し、利用者の操作により前記複数の下位選択肢のうちの1つの下位選択肢が選択されたときに、当該選択された下位選択肢を要素データとして当該選択されたセルに入力する多段選択型要素データ入力部が含まれ、前記コード/データ群に含まれる1つのセルグループのグループデータには、当該セルグループに属する複数のセルに共通に割り当てられた前記多段選択型要素データ入力部の識別番号と、当該割り当てられた前記多段選択型要素データ入力部が表示する複数の上位選択肢を示す上位選択肢データおよび当該各上位選択肢に属する複数の下位選択肢を示す下位選択肢データとが含まれていることを特徴とする。 In order to solve the above-described problem, a sixth data management apparatus according to the present invention is the data management apparatus according to any one of the first to fifth aspects of the present invention described above, wherein the plurality of element data input units include a user. When a cell to which element data is input is selected by the operation of, a plurality of upper options are displayed, and when one upper option of the plurality of upper options is selected by a user operation, the selection is performed. A plurality of lower options belonging to the selected upper option are displayed, and when one lower option of the plurality of lower options is selected by a user operation, the selected lower option is selected as element data. includes multistage selective element data input unit for inputting a cell that is, the group data of one cell group included in the code / data group belonging to the cell group The multi-stage selective element data and the identification number of the input unit, the upper selection data and the respective upper showing a plurality of upper choices the the allocated multi-selective element data input unit displays assigned in common to the number of cells And subordinate option data indicating a plurality of subordinate options belonging to the option.

本発明の第6のデータ管理装置によれば、1つのセルグループに属する複数のセルに共通の1つの多段選択型要素データ入力部を割り当てることにより、テーブルにおける1つの列または1つの行に配列された複数のセルにセルごとに複数の多段選択型要素データ入力部を割り当てる場合と比較して、データ管理処理に必要なコードまたはデータのサイズを小さくすることができる。特に、1つのセルグループに属する複数のセルに共通に割り当てた1つの多段選択型要素データ入力部についての入力方法設定データ、上位選択肢データおよび下位選択肢データを、重複を排除して1つにまとめて、当該セルグループに対応するグループデータとして記憶部に記憶することで、データ管理処理に必要なデータのサイズを小さくすることができる。したがって、コンピュータネットワークシステムにおいてデータ管理処理を行う場合であっても、データ管理処理の動作速度または応答性の向上を図ることができる。 According to the sixth data management device of the present invention, by assigning a common multi-stage selection type element data input unit to a plurality of cells belonging to one cell group, the data is arranged in one column or one row in the table. Compared with the case where a plurality of multi-stage selection type element data input units are assigned to each of the plurality of cells, the size of code or data required for the data management processing can be reduced. In particular, the input method setting data, the upper option data, and the lower option data for one multi-stage selection type element data input unit commonly assigned to a plurality of cells belonging to one cell group are combined into one by eliminating duplication. Te, by storing as a group data corresponding to the cell group in serial憶部, it is possible to reduce the size of data necessary for the data management process. Therefore, even when data management processing is performed in a computer network system, the operation speed or responsiveness of the data management processing can be improved.

また、利用者は、多段選択型要素データ入力部によって要素データの入力を行うことができるので、選択肢の個数が膨大である場合でも、容易にかつ短時間に選択肢を絞り込むことができる。すなわち、複数の選択肢が上位選択肢と下位選択肢とに段階的にグループ分けされているので、比較的少ない個数の選択肢の中から1つの選択肢を選ぶ作業を繰り返すだけで最終的に所望の1つの選択肢を容易にかつ迅速に選択することができる。   In addition, since the user can input element data using the multi-stage selection type element data input unit, even when the number of options is enormous, the options can be narrowed down easily and in a short time. That is, since a plurality of options are grouped in stages into upper options and lower options, a desired option can be finally obtained by simply repeating the operation of selecting one option from a relatively small number of options. Can be selected easily and quickly.

上記課題を解決するために、本発明の第7のデータ管理装置は、上述した本発明の第1ないし第6のいずれかのデータ管理装置において、前記複数の要素データ入力部には、利用者の操作により要素データが入力されるセルが選択されたとき、コード入力部を表示し、利用者の操作により前記コード入力部に選択コードが入力されたときには、当該入力された選択コードに対応する選択肢を選択し、当該選択した選択肢を要素データとして当該選択されたセルに入力するコード入力型要素データ入力部が含まれ、前記コード/データ群に含まれる1つのセルグループのグループデータには、当該セルグループに属する複数のセルに共通に割り当てられた前記コード入力型要素データ入力部の識別番号と、当該割り当てられたコード入力型要素データ入力部に設定された複数の選択肢を示す選択肢データおよび当該複数の選択肢にそれぞれ対応する選択コードを示す選択コードデータが含まれていることを特徴とする。 In order to solve the above problems, a seventh data management apparatus according to the present invention is the data management apparatus according to any one of the first to sixth aspects of the present invention described above, wherein the plurality of element data input units include a user. When a cell in which element data is input by the operation is selected, a code input unit is displayed. When a selection code is input to the code input unit by a user operation, it corresponds to the input selection code. A code input type element data input unit for selecting an option and inputting the selected option as element data into the selected cell is included, and group data of one cell group included in the code / data group includes : the identification number of the code input type element data input unit assigned in common to a plurality of cells belonging to the cell group, the assigned code input type element It characterized in that it contains a selection code data indicating the selection code correspond to the selection data and the plurality of options indicating a plurality of options that are set in over data input unit.

本発明の第7のデータ管理装置によれば、1つのセルグループに属する複数のセルに共通の1つのコード入力型要素データ入力部を割り当てることにより、テーブルにおける1つの列または1つの行に配列された複数のセルにセルごとに複数のコード入力型要素データ入力部を割り当てる場合と比較して、データ管理処理に必要なコードまたはデータのサイズを小さくすることができる。特に、1つのセルグループに属する複数のセルに共通に割り当てた1つのコード入力型要素データ入力部についての入力方法設定データ、選択コードおよび選択肢データを、重複を排除して1つにまとめて、当該セルグループに対応するグループデータとして記憶部に記憶することで、データ管理処理に必要なデータのサイズを小さくすることができる。したがって、コンピュータネットワークシステムにおいてデータ管理処理を行う場合であっても、データ管理処理の動作速度または応答性を向上させることができる。 According to the seventh data management device of the present invention, a common code input type element data input unit is assigned to a plurality of cells belonging to one cell group, thereby arranging the data in one column or one row in the table. Compared to the case where a plurality of code input type element data input units are assigned to a plurality of cells for each cell, the size of code or data required for data management processing can be reduced. In particular, the input method setting data, the selection code, and the option data for one code input type element data input unit commonly assigned to a plurality of cells belonging to one cell group are combined into one, excluding duplication, by storing in the group data to the serial憶部corresponding to the cell group, it is possible to reduce the size of data necessary for the data management process. Therefore, even when data management processing is performed in a computer network system, the operation speed or responsiveness of the data management processing can be improved.

また、利用者は、コード入力型要素データ入力部によって要素データの入力を行うことができるので、選択肢を記憶していなくても、比較的に記憶が容易な選択コードを記憶していれば、選択コードを入力して選択肢を特定することができ、選択肢の選択を容易に行うことができる。   In addition, since the user can input the element data by the code input type element data input unit, even if the option is not stored, if the selection code that is relatively easy to store is stored, A selection code can be input to identify an option, and the option can be easily selected.

上記課題を解決するために、本発明の第8のデータ管理装置は、上述した本発明の第1ないし第7のデータ管理装置において、前記各グループデータには、当該グループデータが対応するセルグループに属する各セルに共通な属性データが含まれ、前記属性データには、当該各セルのサイズ、当該各セルに入力される要素データの初期値、または当該各セルに入力される要素データのデータ型が含まれていることを特徴とする。   In order to solve the above problems, an eighth data management apparatus according to the present invention is the above-described first to seventh data management apparatus according to the present invention, wherein each group data corresponds to a cell group to which the group data corresponds. Common attribute data is included in each cell belonging to, and the attribute data includes the size of each cell, the initial value of element data input to each cell, or the data of element data input to each cell The type is included.

本発明の第8のデータ管理装置によれば、1つのセルグループに属する複数のセルについて共通の属性データを設定し、この属性データを、重複を排除して1つにまとめて記憶部に記憶することで、データ管理処理に必要なデータのサイズを小さくすることができる。したがって、コンピュータネットワークシステムにおいてデータ管理処理を行う場合であっても、データ管理処理の動作速度または応答性の向上を図ることができる。 According to the eighth data management apparatus of the present invention, to set the common attribute data for a plurality of cells belonging to a cell group, the attribute data, duplication is eliminated in collectively serial憶部one By storing the data, the size of data necessary for the data management process can be reduced. Therefore, even when data management processing is performed in a computer network system, the operation speed or responsiveness of the data management processing can be improved.

上記課題を解決するために、本発明の第9のデータ管理装置は、上述した本発明の第6のデータ管理装置において、前記コード/データ群をサーバから受信する通信部を備え、前記記憶部には、前記通信部により前記サーバから受信された前記コード/データ群が記憶され、利用者の操作により前記複数の上位選択肢のうちの1つの上位選択肢が選択された後に、当該選択された上位選択肢に属する複数の下位選択肢を示す下位選択肢データが前記サーバから受信され、前記記憶部に記憶されることを特徴とするIn order to solve the above-described problem, a ninth data management device of the present invention is the above-described sixth data management device of the present invention, comprising a communication unit that receives the code / data group from a server, and the storage unit Is stored with the code / data group received from the server by the communication unit, and after the upper option is selected from among the upper options by the user's operation, the selected upper Lower option data indicating a plurality of lower options belonging to an option is received from the server and stored in the storage unit .

本発明の第9のデータ管理装置によれば、多段選択型要素データ入力部において、例えば下位選択肢の数が膨大な場合には、上位選択肢が選択された時点で、選択された上位選択肢に対応する下位選択肢データだけをサーバから受信する。これにより、データ管理処理の開始時に膨大な数の下位選択肢を受信する必要がなくなる。したがって、サーバから受信するデータのサイズを小さくすることができるので、動作速度または応答性を向上させることができる According to the ninth data management device of the present invention, in the multistage selection type element data input unit, for example, when the number of lower options is enormous, it corresponds to the selected upper option when the upper option is selected. Only the lower option data to be received is received from the server. This eliminates the need to receive an enormous number of subordinate options at the start of the data management process. Accordingly, since the size of data received from the server can be reduced, the operation speed or responsiveness can be improved .

上記課題を解決するために、本発明のプログラムは、本発明の第1ないし第9のいずれかのデータ管理装置としてコンピュータを機能させる。本発明のプログラムによれば、上述した本発明の第1ないし第9のいずれかに記載のデータ管理装置を実現することができる In order to solve the above problems, the program of the present invention causes a computer to function as any one of the first to ninth data management apparatuses of the present invention. According to the program of the present invention, the data management apparatus according to any one of the first to ninth aspects of the present invention described above can be realized .

上記課題を解決するために、本発明の記録媒体は、本発明の第1ないし第9のいずれかのデータ管理装置としてコンピュータを機能させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体である。本発明の記録媒体によれば、上述した本発明の第1ないし第9のいずれかに記載のデータ管理装置を実現することができる In order to solve the above problems, a recording medium of the present invention is a computer-readable recording medium recording a program for causing a computer to function as any one of the first to ninth data management apparatuses of the present invention. According to the recording medium of the present invention, the data management apparatus according to any one of the first to ninth aspects of the present invention described above can be realized .

本発明によれば、コンピュータネットワークシステムにおいてデータ管理処理を行う場合であっても、データ管理処理の動作速度または応答性の向上を図ることができる。また、複数の選択肢の中から所望の選択肢を選択するといったデータの入力方法の容易性または迅速性を向上させることができる。   According to the present invention, even when data management processing is performed in a computer network system, the operation speed or responsiveness of the data management processing can be improved. In addition, it is possible to improve the ease or speed of the data input method of selecting a desired option from a plurality of options.

本発明の実施形態によるデータ管理装置を含むデータ管理システムを示すブロック図である。1 is a block diagram illustrating a data management system including a data management apparatus according to an embodiment of the present invention. 本発明の実施形態によるデータ管理装置が行うデータ管理処理におけるテーブルを示す説明図である。It is explanatory drawing which shows the table in the data management process which the data management apparatus by embodiment of this invention performs. 本発明の実施形態によるデータ管理装置が行うデータ管理処理におけるテーブルのセルおよび列グループを示す説明図である。It is explanatory drawing which shows the cell and column group of the table in the data management process which the data management apparatus by embodiment of this invention performs. 本発明の実施形態によるデータ管理装置が行うデータ管理処理に必要なコードおよびデータを示す説明図である。It is explanatory drawing which shows the code | cord | chord and data which are required for the data management process which the data management apparatus by embodiment of this invention performs. 本発明の実施形態によるデータ管理装置が行うデータ管理処理におけるテキストボックスを示す説明図である。It is explanatory drawing which shows the text box in the data management process which the data management apparatus by embodiment of this invention performs. 本発明の実施形態によるデータ管理装置が行うデータ管理処理におけるチェックボックスを示す説明図である。It is explanatory drawing which shows the check box in the data management process which the data management apparatus by embodiment of this invention performs. 本発明の実施形態によるデータ管理装置が行うデータ管理処理におけるコンボボックスを示す説明図である。It is explanatory drawing which shows the combo box in the data management process which the data management apparatus by embodiment of this invention performs. 本発明の実施形態によるデータ管理装置が行うデータ管理処理における多段コンボボックスを示す説明図である。It is explanatory drawing which shows the multistage combo box in the data management process which the data management apparatus by embodiment of this invention performs. 本発明の実施形態によるデータ管理装置が行うデータ管理処理におけるコード入力型コンボボックスを示す説明図である。It is explanatory drawing which shows the code input type combo box in the data management process which the data management apparatus by embodiment of this invention performs. 本発明の実施形態によるデータ管理装置が行うデータ管理処理におけるボタンを示す説明図である。It is explanatory drawing which shows the button in the data management process which the data management apparatus by embodiment of this invention performs.

以下、本発明の実施の形態について図面を参照しながら説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

(データ管理システム)
図1は、本発明のデータ管理装置としての端末を含むデータ管理システムを示している。データ管理システム1はサーバ2および端末3を備え、サーバ2と端末3とは例えばインターネット、イントラネット等のコンピュータネットワーク4を介して相互に通信可能に接続されている。端末3とインターネットまたはイントラネットとの接続は有線でもよいし、無線でもよい。
(Data management system)
FIG. 1 shows a data management system including a terminal as a data management apparatus of the present invention. The data management system 1 includes a server 2 and a terminal 3, and the server 2 and the terminal 3 are connected to be able to communicate with each other via a computer network 4 such as the Internet or an intranet. The connection between the terminal 3 and the Internet or intranet may be wired or wireless.

サーバ2は、例えばサーバコンピュータであり、CPU(Central Processing Unit)等を含む制御部11と、キーボード、マウス、ディスプレイ等を含む入出力部12と、コンピュータネットワーク4を介して通信を行うためのインターフェイスを含む通信部13と、ハードディスクドライブ装置等、情報を長期間保存可能な記憶装置である記憶部14とを備えている。   The server 2 is, for example, a server computer, and an interface for communicating via a computer network 4 with a control unit 11 including a CPU (Central Processing Unit), an input / output unit 12 including a keyboard, a mouse, a display, and the like. And a storage unit 14 which is a storage device capable of storing information for a long period of time, such as a hard disk drive device.

一方、端末3は、例えばデスクトップ型、ノート型、タブレット型等のパーソナルコンピュータであり、スマートフォンのような携帯可能な小型・軽量のコンピュータでもよいし、一方、業務用の大型のコンピュータでもよい。端末3は、CPU等を含む制御部21と、キーボード、マウス、ディスプレイ、タッチパネル等を含む入出力部22と、コンピュータネットワーク4を介して通信を行うためのインターフェイスを含む通信部23と、ハードディスクドライブ装置、フラッシュメモリ等の記憶装置を含む記憶部24とを備えている。なお、記憶部24は、グループデータ記憶部および要素データ記憶部の具体例である。   On the other hand, the terminal 3 is a personal computer such as a desktop type, a notebook type, or a tablet type, and may be a small and light portable computer such as a smartphone, or a large computer for business use. The terminal 3 includes a control unit 21 including a CPU, an input / output unit 22 including a keyboard, a mouse, a display, a touch panel, etc., a communication unit 23 including an interface for performing communication via the computer network 4, a hard disk drive And a storage unit 24 including a storage device such as a flash memory. The storage unit 24 is a specific example of a group data storage unit and an element data storage unit.

本実施形態においては、データ管理システム1は、クラウドコンピューティングまたはこれに近い形態を採用している。すなわち、データ管理処理を行うのに必要なコードの開発・改良・保守、およびデータ管理処理を行うのに必要なデータ(管理対象であるデータを含む)の長期的保存はサーバ2側が行う。データ管理処理を行う際に、端末3は、データ管理処理に必要なコードおよびデータ(コード/データ群27)をサーバ2から受信し、端末3に予めインストールされたブラウザプログラム28が、サーバ2から受信したコードおよびデータを読み込んで動作する。これにより端末3は、データ管理処理を行うデータ管理装置として機能するようになる。端末3は利用者の操作に従ってデータ管理処理を行う。データ管理処理の実行中、端末3とサーバ2との間で、必要に応じてコードまたはデータの送受信が行われる。また、端末3は、データ管理処理の実行中またはデータ管理処理の終了後に、更新が必要なデータをサーバ2に送信する。サーバ2は、端末3から送信された当該データを受信し、サーバ2の記憶部14に記憶されたデータを更新する。   In the present embodiment, the data management system 1 employs cloud computing or a form close thereto. That is, the server 2 side performs long-term storage of data (including data to be managed) necessary for performing data management processing, and development / improvement / maintenance of codes necessary for performing data management processing. When performing the data management process, the terminal 3 receives the code and data (code / data group 27) necessary for the data management process from the server 2, and the browser program 28 installed in advance in the terminal 3 receives from the server 2. Operates by reading received code and data. As a result, the terminal 3 functions as a data management apparatus that performs data management processing. The terminal 3 performs data management processing in accordance with user operations. During the execution of the data management process, code or data is transmitted / received between the terminal 3 and the server 2 as necessary. Further, the terminal 3 transmits data that needs to be updated to the server 2 during the execution of the data management process or after the end of the data management process. The server 2 receives the data transmitted from the terminal 3 and updates the data stored in the storage unit 14 of the server 2.

(データ管理処理)
図2はデータ管理処理で用いられるテーブルを示し、図3はテーブルを構成するセルおよび列グループを示している。本発明のデータ管理装置は、就業、財務、在庫、統計、実験、検査等、様々な事柄に関するデータを管理するデータ管理処理を行うことができるが、本実施形態では、本発明のデータ管理装置により、会社等の従業員の就業に関するデータを管理するデータ管理処理を行う場合を例にあげる。
(Data management process)
FIG. 2 shows a table used in the data management process, and FIG. 3 shows cells and column groups constituting the table. The data management apparatus of the present invention can perform data management processing for managing data related to various matters such as work, finance, inventory, statistics, experiment, inspection, etc. In this embodiment, the data management apparatus of the present invention As an example, a case of performing data management processing for managing data relating to employment of employees of a company or the like will be described.

データ管理処理は、図2に示すようなテーブル31を用いて行われる。テーブル31は、横方向の複数の線および縦方向の複数の線から構成されたグリッドを有し、横方向の複数の線により区切られた複数の行と、縦方向の複数の線により区切られた複数の列とを備えている。また、グリッドの各升目、すなわち各行と各列とが互いに重なり合う部分の一つ一つがセル32であり、テーブル31は、マトリックス状に配置された複数のセル32により構成されている。テーブル31の全体のサイズ、行数、列数等は利用者が任意に設定することができる。   The data management process is performed using a table 31 as shown in FIG. The table 31 has a grid composed of a plurality of horizontal lines and a plurality of vertical lines, and is partitioned by a plurality of rows separated by a plurality of horizontal lines and a plurality of vertical lines. With multiple columns. Each grid, that is, each of the portions where each row and each column overlap each other is a cell 32, and the table 31 is composed of a plurality of cells 32 arranged in a matrix. The overall size, number of rows, number of columns, etc. of the table 31 can be arbitrarily set by the user.

また、テーブル31において、各行には固有の行番号、例えば上から下に向けて連番の行番号が付され、各列には固有の列番号が付され、例えば左から右に向けて連番の列番号が付されている。これにより、行番号に基づいて1つの行を特定することができ、列番号に基づいて1つの列を特定することができ、行番号および列番号を用いて1つのセル32を特定することができる。   Further, in the table 31, each row is given a unique row number, for example, a sequential row number from top to bottom, and each column is given a unique column number, for example, from left to right. The column number is assigned. Accordingly, one row can be specified based on the row number, one column can be specified based on the column number, and one cell 32 can be specified using the row number and the column number. it can.

利用者は、各セル32にデータを入力することができる。以下、各セル32に入力するデータを「要素データ」という。各セル32にどのような意味の要素データを入力するかは、利用者が任意に決めることができる。例えば、図2中のテーブル31において、第1行および第5列のセル32に入力された要素データ「9:00−17:00」は、従業員番号0101の従業員の2012年2月10日の勤務区分が9:00−17:00であることを意味する。   A user can input data into each cell 32. Hereinafter, data input to each cell 32 is referred to as “element data”. The meaning of element data to be input to each cell 32 can be arbitrarily determined by the user. For example, in the table 31 in FIG. 2, the element data “9: 00-17: 00” input to the cells 32 in the first row and the fifth column is the February 10th, 2012 of the employee with the employee number 0101. It means that the day work division is 9: 00-17: 00.

また、利用者は、各セル32の属性を列ごとに任意に設定することができる。セル32の属性には、背景色、要素データの表示上の大きさ(文字サイズ)、要素データの表示上の色(文字色)、要素データのデータ型(数値、日付、時刻、文字列等)、初期値(利用者により要素データが入力される前のデフォルト値)等が含まれる。   The user can arbitrarily set the attribute of each cell 32 for each column. The attributes of the cell 32 include background color, element data display size (character size), element data display color (character color), element data type (numerical value, date, time, character string, etc.) ), Initial values (default values before element data is input by the user), and the like.

また、セル32の属性として、ロックのオン、オフを列ごとに設定することができる。1つの列についてロックをオンに設定すると、その列に属するセル32に対し、要素データの入力・変更を行うことができなくなる。一方、1つの列についてロックをオフに設定すると、その列に属するセル32に対し、要素データの入力・変更を行うことが可能になる。   In addition, as an attribute of the cell 32, lock on / off can be set for each column. If the lock is set to ON for one column, it becomes impossible to input / change element data to the cells 32 belonging to that column. On the other hand, when the lock is set to OFF for one column, it becomes possible to input / change element data to the cells 32 belonging to that column.

また、セル32の属性として、ハイドのオン、オフを列ごとに設定することができる。1つの列についてハイドをオンに設定すると、端末3を操作している利用者が特定の利用者でない限り、例えばその列に属するセル32の要素データの文字がすべて「*」に変わり、表示を見ても要素データの内容を読み取ることができなくなる。一方、1つの列についてハイドをオフに設定すると、端末3を操作している利用者が特定の利用者でなくても、その列に属するセル32の要素データがその内容を示す通常の読取可能な文字で表示され、表示を見て要素データの内容を読み取ることができるようになる。また、端末3を操作している利用者が特定の利用者である場合には、ハイドをオンに設定しても、ハイドをオフに設定した場合と同様に、その列に属するセル32の要素データがその内容を示す通常の読取可能な文字で表示され、表示を見て要素データの内容を読み取ることができる。端末3を操作している利用者が特定の利用者か否かは、後述する利用者認証ページで入力されるID等に基づいて判断される。なお、特定の利用者は例えば上位の人事管理者等である。   In addition, as an attribute of the cell 32, ON / OFF of hide can be set for each column. When Hide is set to ON for one column, unless the user operating the terminal 3 is a specific user, for example, all the element data characters of the cell 32 belonging to that column are changed to “*”, and the display is changed. Even if it sees, the content of element data cannot be read. On the other hand, if Hide is set to off for one column, even if the user operating the terminal 3 is not a specific user, the element data of the cell 32 belonging to that column can be read normally. It is possible to read the contents of the element data by viewing the display. Further, when the user operating the terminal 3 is a specific user, even if Hide is set to ON, the elements of the cell 32 belonging to the column are the same as when Hide is set to OFF. The data is displayed with normal readable characters indicating the contents, and the contents of the element data can be read by viewing the display. Whether or not the user operating the terminal 3 is a specific user is determined based on an ID or the like input on a user authentication page to be described later. The specific user is, for example, a higher-level personnel manager.

また、データ管理処理においては、各セル32に対する要素データの入力方法が複数用意されている。具体的には、各セル32に対する要素データの入力方法として、テキストボックス41、チェックボックス42、コンボボックス43、多段コンボボックス44、コード入力型コンボボックス45、ボタン46等が用意されている(図5ないし10参照)。利用者は、これら複数の入力方法の中から任意の1つの入力方法を選択し、選択した入力方法を列ごとに割り当てることができる。各入力方法の詳細については後述する。   In the data management process, a plurality of element data input methods for each cell 32 are prepared. Specifically, as an element data input method for each cell 32, a text box 41, a check box 42, a combo box 43, a multi-stage combo box 44, a code input type combo box 45, a button 46, etc. are prepared (FIG. 5-10). The user can select any one input method from the plurality of input methods and assign the selected input method for each column. Details of each input method will be described later.

ここで、本実施形態では、各セル32の属性の設定および各セル32に対する要素データの入力方法の割当は列ごとに行われる。すなわち、テーブル31において、1つの列に配列された複数のセル32のグループ(セルグループ)を「列グループ」というとすると、各セル32の属性の設定および各セル32に対する要素データの入力方法の割当は列グループごとに行われる。例えば、図3に示すように、テーブル31の「勤務区分」の列グループ33に設定された属性および割り当てられた入力方法等は次の通りである。   Here, in this embodiment, the setting of the attribute of each cell 32 and the assignment of the element data input method to each cell 32 are performed for each column. That is, in the table 31, when a group (cell group) of a plurality of cells 32 arranged in one column is referred to as a “column group”, attribute setting for each cell 32 and element data input method for each cell 32 Allocation is performed for each column group. For example, as shown in FIG. 3, attributes set in the column group 33 of “work classification” in the table 31 and assigned input methods are as follows.

列番号:5
セルサイズ:(幅)150ポイント
背景色:白
文字サイズ:10ポイント
文字色:黒
データ型:時刻
初期値:9:00−17:00
ロック:オフ
ハイド:オフ
入力割当方法:多段コンボボックス(識別番号4)
上位選択肢:勤務グループ1、勤務グループ2、勤務グループ3
下位選択肢:9:00−17:00、9:00−12:00、…
Column number: 5
Cell size: (width) 150 points Background color: White Text size: 10 points Text color: Black Data type: Time Initial value: 9: 00-17: 00
Lock: Off Hide: Off Input assignment method: Multistage combo box (identification number 4)
Top choices: working group 1, working group 2, working group 3
Subordinate options: 9: 00-17: 00, 9: 00-12: 00, ...

なお、就業に関するデータ管理処理においては、図2に示すように、テーブル31が有する複数の行に複数の従業員をそれぞれ割り当て、テーブル31が有する複数の列に複数の項目をそれぞれ割り当てることが多いので、1つの列に属する複数のセル32には、共通の種類のデータを入力することとなる場合が多い。したがって、本実施形態では、1つの列に配列された複数のセル32のグループを列グループとし、各セル32の属性の設定および各セル32に対する要素データの入力方法の割当等を列グループごとに行うこととした。しかし、データ管理処理は、就業に関するデータ管理以外にも広く適用することができ、管理の対象によっては、1つの行に配列された複数のセル32のグループを行グループとし、各セル32の属性の設定および各セル32に対する要素データの入力方法の割当等を行グループごとに行うこととしてもよい。   In the data management process related to employment, as shown in FIG. 2, a plurality of employees are often assigned to a plurality of rows of the table 31 and a plurality of items are respectively assigned to a plurality of columns of the table 31. Therefore, in many cases, common types of data are input to the plurality of cells 32 belonging to one column. Therefore, in this embodiment, a group of a plurality of cells 32 arranged in one column is defined as a column group, and attribute setting of each cell 32 and assignment of element data input methods to each cell 32 are performed for each column group. I decided to do it. However, the data management process can be widely applied in addition to data management related to employment. Depending on the management target, a group of a plurality of cells 32 arranged in one row is regarded as a row group, and the attribute of each cell 32 is determined. And the assignment of the element data input method to each cell 32 may be performed for each row group.

(データ管理処理に必要なコード・データ)
図4は端末3をデータ管理装置として機能させるために、サーバ2から端末3に送信されるコード/データ群27を示している。上述したように、データ管理処理を行う際に、端末3は、データ管理処理に必要なコードおよびデータをサーバ2から受信し、端末3に予めインストールされたブラウザプログラム28が、サーバ2から受信したコードおよびデータを参照して動作する。このサーバ2から端末3に送信される、データ管理処理に必要なコードおよびデータが、図4に示すコード/データ群27である。コード/データ群27は、コード群とデータ群とからなり、コード群には、テーブル形成コード61、要素データ入力コード62、属性設定・入力方法割当コード63、およびその他のコードが含まれている。また、データ群には、テーブル形成データ66、グループデータ67、個別データ68、およびその他のデータが含まれている。
(Code data required for data management processing)
FIG. 4 shows a code / data group 27 transmitted from the server 2 to the terminal 3 in order to cause the terminal 3 to function as a data management device. As described above, when performing the data management process, the terminal 3 receives the code and data necessary for the data management process from the server 2, and the browser program 28 installed in the terminal 3 has received from the server 2. Operates with reference to code and data. Codes and data necessary for data management processing transmitted from the server 2 to the terminal 3 are a code / data group 27 shown in FIG. The code / data group 27 includes a code group and a data group, and the code group includes a table formation code 61, an element data input code 62, an attribute setting / input method assignment code 63, and other codes. . The data group includes table formation data 66, group data 67, individual data 68, and other data.

テーブル形成コード61、要素データ入力コード62、属性設定・入力方法割当コード63、およびその他のコードは、端末3に予めインストールされたブラウザプログラム28を動作させることによって、端末3を、データ管理処理を行うデータ管理装置として機能させるためのコードであり、例えばHTML(Hyper Text Markup Language)等のマークアップ言語や、ジャバスクリプト等のスクリプト言語等により記述され、その製作には例えばASP.NET等のウェブアプリケーションフレームワークが用いられている。   The table formation code 61, the element data input code 62, the attribute setting / input method allocation code 63, and other codes are used to operate the terminal 3 in a data management process by operating the browser program 28 installed in the terminal 3 in advance. This is a code for functioning as a data management apparatus to be performed, and is described in a markup language such as HTML (Hyper Text Markup Language), a script language such as Javascript, and the like. A web application framework such as NET is used.

テーブル形成コード61は、テーブル31を形成するためのコードである。端末3のブラウザプログラム28は、テーブル形成コード61に従い、例えば端末3のディスプレイに横方向の複数の線および縦方向の複数の線を描画し、各セル32中に対応する要素データを表示する。テーブル形成コード61により、端末3はテーブル形成部として機能する。   The table formation code 61 is a code for forming the table 31. The browser program 28 of the terminal 3 draws a plurality of horizontal lines and a plurality of vertical lines on the display of the terminal 3 in accordance with the table formation code 61, and displays corresponding element data in each cell 32. The table forming code 61 causes the terminal 3 to function as a table forming unit.

要素データ入力コード62は、利用者の操作により要素データを各セル32へ入力するためのコードである。上述したように、データ管理処理においては、各セル32に対する要素データの入力方法として、テキストボックス41、チェックボックス42、コンボボックス43、多段コンボボックス44、コード入力型コンボボックス45、ボタン46等が用意されている(図5ないし10参照)。要素データ入力コード62には、これら入力方法に対応するように、テキストボックス41を実現するための要素データ入力コード(テキストボックスコード71)、チェックボックス42を実現するための要素データ入力コード(チェックボックスコード72)、コンボボックス43を実現するための要素データ入力コード(コンボボックスコード73)、多段コンボボックス44を実現するための要素データ入力コード(多段コンボボックスコード74)、コード入力型コンボボックス45を実現するための要素データ入力コード(コード入力型コンボボックスコード75)、ボタン46を実現するための要素データ入力コード(ボタンコード76)等が含まれている。端末3のブラウザプログラム28は、要素データ入力コード62に従い、要素データのセル32への入力を行う。要素データ入力コード62により、端末3は要素データ入力部として機能する。また、チェックボックスコード72、コンボボックスコード73、多段コンボボックスコード74またはコード入力型コンボボックスコード75により、端末3は選択型要素データ入力部として機能する。また、多段コンボボックスコード74により、端末3は多段選択型要素データ入力部として機能する。また、コード入力型コンボボックスコード75により、端末はコード入力型要素データ入力部として機能する。   The element data input code 62 is a code for inputting element data to each cell 32 by a user operation. As described above, in the data management process, the element data input method for each cell 32 includes the text box 41, the check box 42, the combo box 43, the multistage combo box 44, the code input type combo box 45, the button 46, and the like. (See FIGS. 5 to 10). The element data input code 62 includes an element data input code (text box code 71) for realizing the text box 41 and an element data input code (check) for realizing the check box 42 so as to correspond to these input methods. Box code 72), element data input code for realizing the combo box 43 (combo box code 73), element data input code for realizing the multistage combo box 44 (multistage combo box code 74), code input type combo box 45 includes an element data input code (code input type combo box code 75), an element data input code (button code 76) for realizing the button 46, and the like. The browser program 28 of the terminal 3 inputs element data into the cell 32 in accordance with the element data input code 62. With the element data input code 62, the terminal 3 functions as an element data input unit. Further, the terminal 3 functions as a selection type element data input unit by the check box code 72, the combo box code 73, the multistage combo box code 74, or the code input type combo box code 75. Further, the multi-stage combo box code 74 causes the terminal 3 to function as a multi-stage selection type element data input unit. Further, the code input type combo box code 75 causes the terminal to function as a code input type element data input unit.

属性設定・入力方法割当コード63は、利用者による操作に従ってテーブル31の各列グループに対して属性の設定および入力方法の割当を行うためのコードである。また、属性設定・入力方法割当コード63は、選択肢、上位選択肢、下位選択肢、選択コードの設定も行う。端末3のブラウザプログラム28は、属性設定・入力方法割当コード63に従い、属性の設定および入力方法の割当等を行う。属性設定・入力方法割当コード63により、端末3は入力方法割当部として機能する。   The attribute setting / input method assignment code 63 is a code for setting an attribute and assigning an input method to each column group of the table 31 in accordance with a user operation. The attribute setting / input method allocation code 63 also sets options, upper options, lower options, and selection codes. The browser program 28 of the terminal 3 performs attribute setting and input method assignment in accordance with the attribute setting / input method assignment code 63. By the attribute setting / input method assignment code 63, the terminal 3 functions as an input method assignment unit.

一方、テーブル形成データ66は、テーブル31を形成するのに必要なデータである。テーブル形成データ66には、例えば、テーブル31の行数および列数を示すデータ等が含まれている。端末3のブラウザプログラム28は。テーブル形成コード61に従ってテーブル31を形成するとき、テーブル形成データ66を参照する。   On the other hand, the table formation data 66 is data necessary to form the table 31. The table formation data 66 includes, for example, data indicating the number of rows and columns of the table 31. The browser program 28 of the terminal 3 is. When the table 31 is formed according to the table formation code 61, the table formation data 66 is referred to.

グループデータ67は、1つの列グループに属する複数のセル32に共通に設定されたデータである。グループデータ67は、テーブル31が有する複数の列ごとにそれぞれ存在する。各グループデータ67には、属性データ81、入力方法設定データ82、およびその他のデータが含まれている。   The group data 67 is data set in common for a plurality of cells 32 belonging to one column group. The group data 67 exists for each of a plurality of columns that the table 31 has. Each group data 67 includes attribute data 81, input method setting data 82, and other data.

属性データ81は、1つの列グループに属する各セル32に共通に設定された属性を示すデータであり、例えばセルサイズ、背景色、文字サイズ、文字色、データ型、初期値等を示すデータである。   The attribute data 81 is data indicating attributes commonly set for the cells 32 belonging to one column group. For example, the attribute data 81 is data indicating cell size, background color, character size, character color, data type, initial value, and the like. is there.

入力方法設定データ82は、1つの列グループに属する各セル32に共通に割り当てられた入力方法に関するデータである。入力方法設定データ82には、1つの列グループに属する各セル32に共通に割り当てられた入力方法を特定するためのデータが含まれている。例えば、それぞれの入力方法、すなわち、テキストボックス41、チェックボックス42、コンボボックス43、多段コンボボックス44、コード入力型コンボボックス45、ボタン46には、図4に示すように、それぞれ異なる識別番号が付されており、入力方法設定データ82には、1つの列グループに属する各セル32に共通に割り当てられた入力方法を特定するためのデータとして、この識別番号が含まれている。   The input method setting data 82 is data relating to an input method that is commonly assigned to the cells 32 belonging to one column group. The input method setting data 82 includes data for specifying an input method commonly assigned to the cells 32 belonging to one column group. For example, each input method, that is, the text box 41, the check box 42, the combo box 43, the multi-stage combo box 44, the code input type combo box 45, and the button 46 has a different identification number as shown in FIG. The input method setting data 82 includes this identification number as data for specifying an input method commonly assigned to each cell 32 belonging to one column group.

また、1つの列グループに属する各セル32に共通に割り当てられた入力方法がチェックボックス42の場合、入力方法設定データ82には、チェックボックス42に表示する選択肢を示す選択肢データが加えられる。また、1つの列グループに属する各セル32に共通に割り当てられた入力方法がコンボボックス43の場合、入力方法設定データ82には、コンボボックス43に表示する選択肢を示す選択肢データが加えられる。また、1つの列グループに属する各セル32に共通に割り当てられた入力方法が多段コンボボックス44の場合、入力方法設定データ82には、多段コンボボックス44に表示する上位選択肢を示す上位選択肢データおよび下位選択肢を示す下位選択肢データが加えられる。また、1つの列グループに属する各セル32に共通に割り当てられた入力方法がコード入力型コンボボックス45の場合、入力方法設定データ82には、コード入力型コンボボックス45に表示する選択肢を示す選択肢データおよび選択コードを示す選択コードデータが加えられる。選択肢、上位選択肢、下位選択肢、選択コード等については後述する。   When the input method commonly assigned to the cells 32 belonging to one column group is the check box 42, option data indicating options to be displayed in the check box 42 is added to the input method setting data 82. When the input method commonly assigned to the cells 32 belonging to one column group is the combo box 43, option data indicating options to be displayed in the combo box 43 is added to the input method setting data 82. When the input method commonly assigned to the cells 32 belonging to one column group is the multistage combo box 44, the input method setting data 82 includes upper option data indicating upper options displayed in the multistage combo box 44, and Lower option data indicating the lower option is added. When the input method commonly assigned to the cells 32 belonging to one column group is the code input type combo box 45, the input method setting data 82 includes options indicating options to be displayed in the code input type combo box 45. Selection code data indicating data and selection code is added. Options, higher options, lower options, selection codes, etc. will be described later.

個別データ68は、1つのセル32に設定されたデータである。個別データ68は、テーブル31が有する複数のセル32ごとにそれぞれ存在する。各個別データ68には、属性データ85、要素データ86、およびその他のデータが含まれている。属性データ85には、テーブル31においてセル32が属する行の行番号および列の列番号が含まれている。なお、1つの列に配列された複数のセル32に共通の属性データは、上述したように属性データ81として当該列に対応するグループデータ67に含まれ、個別データ68には含まれていない。一方、要素データ86は、上述した通り、セル32に対して入力されたデータであり、要素データ86のデータ型は、当該セル32が属する列グループに設定された属性の一部であるデータ型により定まる。   The individual data 68 is data set in one cell 32. The individual data 68 exists for each of the plurality of cells 32 included in the table 31. Each individual data 68 includes attribute data 85, element data 86, and other data. The attribute data 85 includes the row number of the row to which the cell 32 belongs and the column number of the column in the table 31. The attribute data common to the plurality of cells 32 arranged in one column is included in the group data 67 corresponding to the column as the attribute data 81 as described above, and is not included in the individual data 68. On the other hand, the element data 86 is data input to the cell 32 as described above, and the data type of the element data 86 is a data type that is a part of the attribute set in the column group to which the cell 32 belongs. It depends on.

(データ管理処理の流れ)
データ管理システム1によるデータ管理処理の流れは次の通りである。サーバ2の記憶部14には、データ管理処理に必要なコード群、およびデータ管理処理に必要なデータ群が記憶されている。一方、利用者は、端末3とサーバ2とがコンピュータネットワーク4を介して通信可能に接続されている状態で、端末3のキーボード、マウス、タッチパネル等を用いて端末3を操作し、ブラウザプログラム28を起動する指示を端末3に入力する。これに応じ、端末3の制御部21は、端末3の記憶部24に記憶されたブラウザプログラム28を起動する。次に、利用者は、端末3を操作し、所定のURL(Uniform Resource Locator)を端末3に入力する。これに応じ、端末3の制御部21は、利用者が入力したURLにアクセスする。これにより、利用者のIDおよびパスワードの入力を要求するウェブページ(利用者認証ページ)が端末3のディスプレイに表示される。続いて、利用者がIDおよびパスワードを入力すると、サーバ2は利用者の認証を行う。利用者が入力したIDおよびパスワードが適正である場合には、サーバ2は、記憶部14に記憶された、データ管理処理に必要なコード群およびデータ管理処理に必要なデータ群を読み出し、これらを図4に示すコード/データ群27として端末3に送信する。そして、端末3は、このコード/データ群27を受信し、受信したコード/データ群27を図1に示すように端末3の記憶部24に記憶する。
(Data management process flow)
The flow of data management processing by the data management system 1 is as follows. The storage unit 14 of the server 2 stores a code group necessary for the data management process and a data group necessary for the data management process. On the other hand, the user operates the terminal 3 using the keyboard, mouse, touch panel, etc. of the terminal 3 in a state where the terminal 3 and the server 2 are communicably connected via the computer network 4, and the browser program 28 An instruction to start is input to the terminal 3. In response to this, the control unit 21 of the terminal 3 activates the browser program 28 stored in the storage unit 24 of the terminal 3. Next, the user operates the terminal 3 and inputs a predetermined URL (Uniform Resource Locator) to the terminal 3. In response to this, the control unit 21 of the terminal 3 accesses the URL input by the user. Thereby, a web page (user authentication page) requesting input of the user ID and password is displayed on the display of the terminal 3. Subsequently, when the user inputs the ID and password, the server 2 authenticates the user. If the ID and password entered by the user are appropriate, the server 2 reads out the code group necessary for the data management process and the data group necessary for the data management process stored in the storage unit 14, and stores them. The code / data group 27 shown in FIG. Then, the terminal 3 receives this code / data group 27 and stores the received code / data group 27 in the storage unit 24 of the terminal 3 as shown in FIG.

続いて、端末3において、ブラウザプログラム28が、コード/データ群27に含まれるテーブル形成コード61、テーブル形成データ66、各グループデータ67、各個別データ68等を参照し、テーブル31を形成する。形成されたテーブル31は、図2に示すように端末3のディスプレイに表示される。これにより、端末3がデータ管理装置として機能するようになり、端末3においてデータ管理処理が開始される。   Subsequently, in the terminal 3, the browser program 28 refers to the table formation code 61, table formation data 66, each group data 67, each individual data 68, etc. included in the code / data group 27 to form the table 31. The formed table 31 is displayed on the display of the terminal 3 as shown in FIG. As a result, the terminal 3 functions as a data management device, and the data management process is started in the terminal 3.

端末3のディスプレイにテーブル31が表示された後、利用者は、端末3を操作し、テーブル31の各列に対する属性の設定・変更、各列に対する入力方法の割当・変更、列または行の追加・削除等を行うことができる。テーブル31のある1つの列に対する属性の設定または変更が行われたときには、端末3の制御部21は、端末3の記憶部24に記憶された、当該列の列グループに対応するグループデータ67に含まれる属性データ81を設定または変更する。また、ある1つの列に対する入力方法の割当または変更が行われたときには、端末3の制御部21は、端末3の記憶部24に記憶された、当該列の列グループに対応するグループデータ67に含まれる入力方法設定データ82を設定または変更する。また、列または行の追加または削除が行われたときには、端末3の制御部21は、端末3の記憶部24に記憶されたテーブル形成データ66を変更すると共に、必要に応じて、グループデータ67の追加または変更、個別データ68の追加または変更等を行う。   After the table 31 is displayed on the display of the terminal 3, the user operates the terminal 3 to set / change the attribute for each column of the table 31, assign / change the input method to each column, and add a column or row・ Can be deleted. When an attribute is set or changed for a certain column of the table 31, the control unit 21 of the terminal 3 stores the group data 67 corresponding to the column group of the column stored in the storage unit 24 of the terminal 3. The included attribute data 81 is set or changed. When the input method is assigned or changed for a certain column, the control unit 21 of the terminal 3 stores the group data 67 corresponding to the column group of the column stored in the storage unit 24 of the terminal 3. The input method setting data 82 included is set or changed. When a column or row is added or deleted, the control unit 21 of the terminal 3 changes the table formation data 66 stored in the storage unit 24 of the terminal 3 and, if necessary, the group data 67 Are added or changed, and individual data 68 is added or changed.

また、利用者がある列に対してチェックボックス42を割り当てた場合、利用者は、端末3を操作してチェックボックス42に表示する選択肢を設定・変更することができる。また、ある列にコンボボックスを割り当てた場合、利用者は、端末3を操作してコンボボックス43に表示する選択肢を設定・変更することができる。また、ある列に多段コンボボックス44を割り当てた場合、利用者は、端末3を操作して多段コンボボックス44に表示する上位選択肢および下位選択肢を設定・変更することができる。また、ある列にコード入力型コンボボックス45を割り当てた場合、利用者は、端末3を操作してコード入力型コンボボックス45に表示する選択肢および選択コードを設定・変更することができる。ある列に対して割り当てられた入力方法について選択肢、上位選択肢、下位選択肢または選択コードの設定または変更が行われたときには、端末3の制御部21は、端末3の記憶部24に記憶された、当該列の列グループに対応するグループデータ67に含まれる入力方法設定データ82を設定または変更する。   When the user assigns a check box 42 to a certain column, the user can set / change options displayed on the check box 42 by operating the terminal 3. When a combo box is assigned to a certain column, the user can set / change options to be displayed in the combo box 43 by operating the terminal 3. Further, when the multistage combo box 44 is assigned to a certain column, the user can set / change the upper and lower options displayed on the multistage combo box 44 by operating the terminal 3. Further, when the code input type combo box 45 is assigned to a certain column, the user can set / change options and selection codes to be displayed on the code input type combo box 45 by operating the terminal 3. When an option, a higher option, a lower option, or a selection code is set or changed for an input method assigned to a certain column, the control unit 21 of the terminal 3 stores the storage unit 24 of the terminal 3, The input method setting data 82 included in the group data 67 corresponding to the column group of the column is set or changed.

さらに、利用者は、テーブル31における各セル32に要素データを入力することができ、また既に入力されている要素データを変更することができる。すなわち、利用者が例えばマウスのポインタで1つのセル32を指定すると、利用者は、当該セル32(当該セル32が属する列グループ)に割り当てられた入力方法に従って、当該セル32に要素データの入力または変更を行うことができる。あるセル32に対して要素データの入力または変更が行われたときには、端末3の制御部21は、端末3の記憶部24に記憶された、当該セル32に対応する個別データ68に含まれる要素データ86の設定または変更を行う。   Furthermore, the user can input element data into each cell 32 in the table 31, and can change element data already input. That is, when the user designates one cell 32 with, for example, a mouse pointer, the user inputs element data into the cell 32 according to the input method assigned to the cell 32 (column group to which the cell 32 belongs). Or changes can be made. When element data is input or changed for a certain cell 32, the control unit 21 of the terminal 3 includes the element included in the individual data 68 corresponding to the cell 32 stored in the storage unit 24 of the terminal 3. Data 86 is set or changed.

利用者が要素データの入力・変更等を終え、端末3を操作して、データ管理処理を終了する旨の指示を端末3に入力すると、これに応じ、端末3の制御部21は、今回のデータ管理処理において変更されたデータ等をサーバ2に送信して、データ管理処理を終える。端末3から送信された当該データ等を受信したサーバ2は、受信した当該データ等をサーバ2の記憶部14に記憶し、データの更新を行う。   When the user finishes inputting / changing the element data, etc., operates the terminal 3 and inputs an instruction to end the data management process to the terminal 3, the control unit 21 of the terminal 3 responds accordingly. Data changed in the data management process is transmitted to the server 2, and the data management process ends. The server 2 that has received the data transmitted from the terminal 3 stores the received data or the like in the storage unit 14 of the server 2 and updates the data.

(入力方法の具体例)
図5ないし図10は、本実施形態によるデータ管理処理で用いられる入力方法の具体例を示している。これより、データ管理処理で用いられる入力方法について具体的に説明する。
(Specific examples of input methods)
5 to 10 show specific examples of input methods used in the data management process according to the present embodiment. The input method used in the data management process will be specifically described below.

[テキストボックス] 端末3においてデータ管理処理が行われているときに、利用者が例えばマウスのポインタで1つのセル32を指定(シングルクリック)すると、これに応じ、端末3の制御部21は、当該セル32(当該セル32が属する列グループ)に割り当てられた入力方法を選択し、当該選択した入力方法に対応するコードを動作させる。図5に示すように、利用者が指定したセル32が属する列グループに割り当てられた入力方法がテキストボックス41である場合には、端末3の制御部21は、記憶部24の要素データ入力コード62の中からテキストボックスコード71を選択する。制御部21による入力方法の選択は、当該セル32が属する列グループのグループデータ67中の入力方法設定データ82に含まれる入力方法の識別番号を参照することにより行われる。テキストボックスコード71には例えば識別番号「1」が予め設定されている。続いて、制御部21は、当該セル32の個別データ68および当該セル32が属する列グループのグループデータ67に含まれる属性データ81等を記憶部24から読み出し、当該読み出したデータをテキストボックスコード71に与え、テキストボックスコード71を実行する。これにより、利用者が指定したセル32にテキストボックス41が表示され、利用者は当該テキストボックス41をマウスでダブルクリックした後に、要素データを当該セル32に直接入力することが可能になる。例えば利用者がキーボードを用いて数値、文字等をタイプすると、タイプした数値、文字等が要素データとして当該セル32に入力される。端末3の制御部21は、利用者により入力された要素データを、当該セル32内に配置した形でディスプレイに表示すると共に、入力が確定された後、当該入力された要素データを当該セル32に対応する個別データ68に含まれる要素データ86として記憶部24に記憶する。当該セル32に対応する要素データ86が既に記憶されている場合には、当該過去の要素データ86を、今回入力された新たな要素データ86に書き換える。   [Text Box] When data management processing is performed in the terminal 3, when the user designates (single click) one cell 32 with a mouse pointer, for example, the control unit 21 of the terminal 3 The input method assigned to the cell 32 (the column group to which the cell 32 belongs) is selected, and the code corresponding to the selected input method is operated. As shown in FIG. 5, when the input method assigned to the column group to which the cell 32 specified by the user belongs is a text box 41, the control unit 21 of the terminal 3 uses the element data input code stored in the storage unit 24. A text box code 71 is selected from 62. Selection of the input method by the control unit 21 is performed by referring to the input method identification number included in the input method setting data 82 in the group data 67 of the column group to which the cell 32 belongs. For example, an identification number “1” is set in advance in the text box code 71. Subsequently, the control unit 21 reads the attribute data 81 and the like included in the group data 67 of the column group to which the individual cell 68 and the column 32 to which the cell 32 belongs from the storage unit 24, and the read data is the text box code 71 The text box code 71 is executed. As a result, the text box 41 is displayed in the cell 32 designated by the user, and the user can directly input the element data into the cell 32 after double-clicking the text box 41 with the mouse. For example, when a user types a numerical value, a character, etc. using a keyboard, the typed numerical value, a character, etc. are inputted into the cell 32 as element data. The control unit 21 of the terminal 3 displays the element data input by the user on the display in a form arranged in the cell 32, and after the input is confirmed, the input element data is displayed in the cell 32. Is stored in the storage unit 24 as the element data 86 included in the individual data 68 corresponding to. If the element data 86 corresponding to the cell 32 has already been stored, the past element data 86 is rewritten with the new element data 86 input this time.

[チェックボックス] 図2に示すように、テーブル31において、チェックボックス42が割り当てられた列に配列された各セル32には、チェックボックス42を示す画像が常時表示されている。また、記憶部24において、チェックボックス42が割り当てられた列グループに対応するグループデータ67には、入力方法設定データ82の一部として選択肢データが記憶されている。図6に示すように、チェックボックス42が割り当てられた列に配列された1つのセル32を利用者が指定した場合、端末3の制御部21は、当該セル32が属する列グループのグループデータ67中の入力方法設定データ82に含まれる入力方法の識別番号(チェックボックスコード72の識別番号「2」)を参照し、記憶部24の要素データ入力コード62の中からチェックボックスコード72を選択する。続いて、制御部21は、当該セル32の個別データ68および当該セル32が属する列グループのグループデータ67を記憶部24から読み出し、当該読み出したデータをチェックボックスコード72に与え、チェックボックスコード72を実行する。   [Check Box] As shown in FIG. 2, in the table 31, an image indicating the check box 42 is always displayed in each cell 32 arranged in the column to which the check box 42 is assigned. In the storage unit 24, option data is stored as part of the input method setting data 82 in the group data 67 corresponding to the column group to which the check box 42 is assigned. As shown in FIG. 6, when the user designates one cell 32 arranged in a column to which the check box 42 is assigned, the control unit 21 of the terminal 3 causes the group data 67 of the column group to which the cell 32 belongs. The check box code 72 is selected from the element data input code 62 in the storage unit 24 with reference to the input method identification number (the identification number “2” of the check box code 72) included in the input method setting data 82 in the storage unit 24. . Subsequently, the control unit 21 reads the individual data 68 of the cell 32 and the group data 67 of the column group to which the cell 32 belongs from the storage unit 24, gives the read data to the check box code 72, and the check box code 72 Execute.

制御部21は、チェックボックス42が割り当てられた列に配列された1つのセル32を利用者が指定したとき、表示上、当該セル32に対応するチェックボックス42にチェックが入っていない場合にはチェックを入れ、一方、当該セル32に対応するチェックボックス42にチェックが入っている場合にはチェックを外す。また、このように1つのセル32に対応するチェックボックス42のチェックが変更された場合には、制御部21は、当該セル32が属する列グループに対応するグループデータ67中の選択肢データを参照し、当該セル32にチェックボックスにチェックが入った場合には、当該選択肢データが示す選択肢が選択された旨を、当該セル32に対応する要素データとして記憶部24に記憶し、一方、当該セル32にチェックボックスからチェックが外された場合には、当該選択肢データが示す選択肢が選択されていない旨を、当該セル32に対応する個別データ68に含まれる要素データ86として記憶部24に記憶する。具体的には、記憶部24において、当該セル32に対応する過去の要素データ86が今回の新たな要素データ86に書き換えられる。   When the user designates one cell 32 arranged in the column to which the check box 42 is assigned, the control unit 21 displays the check box 42 corresponding to the cell 32 on the display when the check box 42 is not checked. On the other hand, if the check box 42 corresponding to the cell 32 is checked, the check is removed. When the check of the check box 42 corresponding to one cell 32 is changed in this way, the control unit 21 refers to option data in the group data 67 corresponding to the column group to which the cell 32 belongs. When the check box of the cell 32 is checked, the fact that the option indicated by the option data has been selected is stored in the storage unit 24 as element data corresponding to the cell 32. When the check box is cleared, the fact that the option indicated by the option data is not selected is stored in the storage unit 24 as element data 86 included in the individual data 68 corresponding to the cell 32. Specifically, the past element data 86 corresponding to the cell 32 is rewritten to the new element data 86 this time in the storage unit 24.

[コンボボックス] 図7に示すように、利用者により指定されたセル32が属する列グループに割り当てられた入力方法がコンボボックス43である場合には、端末3の制御部21は、当該セル32が属する列グループのグループデータ67中の入力方法設定データ82に含まれる入力方法の識別番号(コンボボックスコード73の識別番号「3」)を参照し、記憶部24の要素データ入力コード62の中からコンボボックスコード73を選択する。続いて、制御部21は、当該セル32の個別データ68および当該セル32が属する列グループのグループデータ67を記憶部24から読み出し、当該読み出したデータをコンボボックスコード73に与え、コンボボックスコード73を実行する。これにより、利用者は、設定された複数の選択肢の中から1つの選択肢を選択するといった方法で、当該セル32に対する要素データの入力を行うことが可能になる。   [Combo Box] As shown in FIG. 7, when the input method assigned to the column group to which the cell 32 designated by the user belongs is the combo box 43, the control unit 21 of the terminal 3 causes the cell 32 to Referring to the identification number of the input method (identification number “3” of the combo box code 73) included in the input method setting data 82 in the group data 67 of the column group to which the column belongs, in the element data input code 62 of the storage unit 24 A combo box code 73 is selected. Subsequently, the control unit 21 reads the individual data 68 of the cell 32 and the group data 67 of the column group to which the cell 32 belongs from the storage unit 24, gives the read data to the combo box code 73, and the combo box code 73 Execute. Thereby, the user can input element data to the cell 32 by a method of selecting one option from a plurality of set options.

すなわち、記憶部24において、コンボボックス43が割り当てられた列グループに対応するグループデータ67には、入力方法設定データ82の一部として選択肢データが記憶されている。利用者が1つのセル32を指定すると、制御部21は当該セル32内にプルダウンボタン48を表示する。利用者がこのプルダウンボタン48をクリックすると、制御部21は、当該セル32が属する列グループに対応するグループデータ67中の選択肢データを参照し、当該選択肢データが示す複数の選択肢が並べられて配置されたプルダウンリスト49を生成し、このプルダウンリスト49を、利用者が指定したセル32の直下に表示する。そして、利用者が端末3を操作し、プルダウンリスト49に配置された複数の選択肢の中から1つの選択肢を選択すると、制御部21は、当該選択された選択肢を、当該セル32内に表示すると共に、当該セル32に対応する個別データ68に含まれる要素データ86として記憶部24に記憶する。具体的には、記憶部24において、当該セル32に対応する過去の要素データ86が今回の新たな要素データ86に書き換えられる。   That is, in the storage unit 24, option data is stored as part of the input method setting data 82 in the group data 67 corresponding to the column group to which the combo box 43 is assigned. When the user designates one cell 32, the control unit 21 displays a pull-down button 48 in the cell 32. When the user clicks the pull-down button 48, the control unit 21 refers to the option data in the group data 67 corresponding to the column group to which the cell 32 belongs, and arranges a plurality of options indicated by the option data. The generated pull-down list 49 is generated, and this pull-down list 49 is displayed immediately below the cell 32 designated by the user. Then, when the user operates the terminal 3 and selects one option from a plurality of options arranged in the pull-down list 49, the control unit 21 displays the selected option in the cell 32. At the same time, the data is stored in the storage unit 24 as element data 86 included in the individual data 68 corresponding to the cell 32. Specifically, the past element data 86 corresponding to the cell 32 is rewritten to the new element data 86 this time in the storage unit 24.

また、本実施形態によるデータ管理処理において用いられるコンボボックス43は、複数の選択肢を色分けして表示する機能を備えている。すなわち、制御部21は、プルダウンリスト49に配置された複数の選択肢の文字の色または背景の色を選択肢ごとに異ならせる。この場合、例えば赤、青、黄、緑、茶…というように、すべての選択肢の文字の色または背景の色をそれぞれ異なる色にしてもよいし、例えば赤、青、赤、青、…というように、互いに隣り合う選択肢の文字の色または背景の色が互いに異なる色となるように配色してもよい。このように複数の選択肢の文字の色または背景の色が選択肢ごとに異なるので、利用者は、選択肢を明確に見分けることができ、選択肢の選択を容易にかつ正確に行うことができる。例えば、利用者は、データ管理処理の作業に慣れてくると、文字を読まなくても、色を見れば、個々の選択肢を識別することができるようになる。   In addition, the combo box 43 used in the data management process according to the present embodiment has a function of displaying a plurality of options in different colors. That is, the control unit 21 changes the character color or background color of a plurality of options arranged in the pull-down list 49 for each option. In this case, for example, red, blue, yellow, green, brown, etc., the character colors or background colors of all options may be different from each other, for example, red, blue, red, blue,. In this way, colors may be arranged so that the colors of the choice characters adjacent to each other or the background colors are different from each other. As described above, since the color of characters or background colors of a plurality of options are different for each option, the user can clearly distinguish the options, and can easily and accurately select the options. For example, when the user gets used to the data management process, the user can identify individual choices by looking at the colors without reading the characters.

[多段コンボボックス] 図8に示すように、利用者により指定されたセル32が属する列グループに割り当てられた入力方法が多段コンボボックス44である場合には、端末3の制御部21は、当該セル32が属する列グループのグループデータ67中の入力方法設定データ82に含まれる入力方法の識別番号(多段コンボボックスコード74の識別番号「4」)を参照し、記憶部24の要素データ入力コード62の中から多段コンボボックスコード74を選択する。続いて、制御部21は、当該セル32の個別データ68および当該セル32が属する列グループのグループデータ67を記憶部24から読み出し、当該読み出したデータを多段コンボボックスコード74に与え、多段コンボボックスコード74を実行する。これにより、利用者は、まず複数の上位選択肢の中から1つの上位選択肢を選択し、続いて複数の下位選択肢の中から1つの下位選択肢を選択するといった方法、すなわち1つの選択肢を多段階で絞り込んでいくという方法で、当該セル32に対する要素データの入力を行うことが可能になる。   [Multi-stage combo box] As shown in FIG. 8, when the input method assigned to the column group to which the cell 32 designated by the user belongs is the multi-stage combo box 44, the control unit 21 of the terminal 3 With reference to the identification number of the input method (identification number “4” of the multistage combo box code 74) included in the input method setting data 82 in the group data 67 of the column group to which the cell 32 belongs, the element data input code of the storage unit 24 A multistage combo box code 74 is selected from 62. Subsequently, the control unit 21 reads out the individual data 68 of the cell 32 and the group data 67 of the column group to which the cell 32 belongs from the storage unit 24, gives the read data to the multistage combo box code 74, and multistage combo box Code 74 is executed. As a result, the user first selects one upper option from a plurality of upper options, and then selects one lower option from the plurality of lower options, that is, one option in multiple stages. It is possible to input element data to the cell 32 by a method of narrowing down.

すなわち、記憶部24において、多段コンボボックス44が割り当てられた列グループに対応するグループデータ67には、入力方法設定データ82の一部として上位選択肢データおよび下位選択肢データが記憶されている。利用者が1つのセル32を指定すると、制御部21は当該セル32内にプルダウンボタン50を表示する。利用者がこのプルダウンボタン50をクリックすると、制御部21は、当該セル32が属する列グループに対応するグループデータ67中の上位選択肢データを参照し、当該上位選択肢データが示す複数の上位選択肢が並べられて配置された上位選択肢プルダウンリスト51を生成し、この上位選択肢プルダウンリスト51を、利用者が指定したセル32の直下に表示する。そして、利用者が端末3を操作し、上位選択肢プルダウンリスト51に配置された複数の上位選択肢の中から1つの上位選択肢を選択(マウスホバーまたはクリック)すると、制御部21は、当該セル32が属する列グループに対応するグループデータ67中の下位選択肢データを参照し、当該下位選択肢データが示す複数の下位選択肢のうち、利用者により選択された上位選択肢に対応する複数の下位選択肢が並べられて配置された下位選択肢プルダウンリスト52を生成し、この下位選択肢プルダウンリスト52を、上位選択肢プルダウンリスト51の横に表示する。そして、利用者が端末3を操作し、下位選択肢プルダウンリスト52に配置された複数の下位選択肢の中から1つの下位選択肢を選択すると、制御部21は、当該選択された下位選択肢を、当該セル32内に表示すると共に、当該セル32に対応する個別データ68に含まれる要素データ86として記憶部24に記憶する。具体的には、記憶部24において、当該セル32に対応する過去の要素データ86が今回の新たな要素データ86に書き換えられる。   That is, in the storage unit 24, the upper option data and the lower option data are stored as part of the input method setting data 82 in the group data 67 corresponding to the column group to which the multistage combo box 44 is assigned. When the user designates one cell 32, the control unit 21 displays a pull-down button 50 in the cell 32. When the user clicks the pull-down button 50, the control unit 21 refers to the upper option data in the group data 67 corresponding to the column group to which the cell 32 belongs, and arranges a plurality of upper options indicated by the upper option data. The upper option pull-down list 51 arranged and arranged is generated, and the upper option pull-down list 51 is displayed immediately below the cell 32 designated by the user. Then, when the user operates the terminal 3 to select one higher option from a plurality of upper options arranged in the upper option pull-down list 51 (mouse hover or click), the control unit 21 causes the cell 32 to be displayed. With reference to the lower option data in the group data 67 corresponding to the column group to which the column group belongs, a plurality of lower options corresponding to the upper option selected by the user are arranged among the plurality of lower options indicated by the lower option data. The arranged lower option pull-down list 52 is generated, and this lower option pull-down list 52 is displayed beside the upper option pull-down list 51. Then, when the user operates the terminal 3 and selects one lower option from a plurality of lower options arranged in the lower option pull-down list 52, the control unit 21 selects the selected lower option from the cell. 32, and is stored in the storage unit 24 as element data 86 included in the individual data 68 corresponding to the cell 32. Specifically, the past element data 86 corresponding to the cell 32 is rewritten to the new element data 86 this time in the storage unit 24.

このような多段コンボボックス44は、多数の選択肢を複数のグループに多段階的に分類してグループごとに表示する。したがって、利用者は、上位のグループ(粗く大きい分類のグループ)から下位のグループ(細かく小さい分類のグループ)へ選択肢を絞り込んで最終的に所望の1つの選択肢を選択することができるので、選択肢の個数が膨大である場合でも、所望の1つの選択肢を容易にかつ迅速に選択することができる。すなわち、膨大な個数の選択肢を一遍に表示すると、所望の選択肢を見つけ出すのが困難となったり、所望の選択肢を見つけ出すのに長い時間がかかる場合がある。また、すべての選択肢を画面に一度に表示できない場合には、プルダウンリストをスクロールさせる構成にすることも可能であるが、スクロールさせる構成にした場合には、所望の選択肢を見つけ出すためにスクロール操作を繰り返さなければならず、操作が煩雑となる。多段コンボボックス44によればこのような不便をなくすことができる。なお、本実施形態における多段コンボボックスは、複数の選択肢の中から1つの選択肢を2段階に行う方法を採用しているが、複数の選択肢の中から1つの選択肢を3段階、4段階、またはそれ以上の数の段階に行う方法を採用することもできる。また、多段コンボボックス44においても、コンボボックス43と同様の方法で、複数の上位選択肢または複数の下位選択肢を色分けして表示してもよい。これにより、利用者は選択肢の選択を容易にかつ正確に行うことができる。   Such a multistage combo box 44 classifies a large number of options into a plurality of groups and displays them for each group. Therefore, the user can narrow down the options from the upper group (coarse and large classification group) to the lower group (fine and small classification group) and finally select one desired option. Even when the number is enormous, one desired option can be easily and quickly selected. That is, when a huge number of options are displayed all at once, it may be difficult to find a desired option, or it may take a long time to find a desired option. If all the options cannot be displayed on the screen at once, the pull-down list can be scrolled. However, if the scrolling is configured, a scroll operation is performed to find a desired option. It must be repeated and the operation becomes complicated. According to the multistage combo box 44, such inconvenience can be eliminated. Note that the multi-stage combo box in this embodiment employs a method of performing one option from a plurality of options in two stages, but one option from a plurality of options is divided into three stages, four stages, or It is also possible to adopt a method that is performed in a larger number of stages. Also, in the multistage combo box 44, a plurality of upper options or a plurality of lower options may be displayed in different colors in the same manner as the combo box 43. As a result, the user can easily and accurately select an option.

また、多段コンボボックス44にて、下位選択肢の数が膨大な場合には、上位選択肢が選択された時点で、選択された上位選択肢に対応する下位選択肢データだけをサーバ2からダウンロードすれば、最初に膨大な数の下位選択肢をダウンロードする必要がなくなる。したがって、ダウンロードするデータのサイズを小さくすることができるので、動作速度または応答性を向上させることができる。   Further, when the number of lower-level options is enormous in the multistage combo box 44, if only the lower-level option data corresponding to the selected higher-level option is downloaded from the server 2 when the higher-level option is selected, Without having to download a huge number of sub-options. Therefore, since the size of data to be downloaded can be reduced, the operation speed or responsiveness can be improved.

[コード入力型コンボボックス] 図9に示すように、利用者により指定されたセル32が属する列グループに割り当てられた入力方法がコード入力型コンボボックス45である場合には、端末3の制御部21は、当該セル32が属する列グループのグループデータ67中の入力方法設定データ82に含まれる入力方法の識別番号(コード入力型コンボボックスコード75の識別番号「5」)を参照し、記憶部24の要素データ入力コード62の中からコード入力型コンボボックスコード75を選択する。続いて、制御部21は、当該セル32の個別データ68および当該セル32が属する列グループのグループデータ67を記憶部24から読み出し、当該読み出したデータをコード入力型コンボボックスコード75に与え、コード入力型コンボボックスコード75を実行する。これにより、利用者は、コンボボックス43と同様に、設定された複数の選択肢の中から1つの選択肢を選択するといった方法で、当該セル32に対する要素データの入力を行うことが可能になる。これ加え、コード入力型コンボボックス45によれば、利用者は、選択コードを入力し、当該入力した選択コードに対応する選択肢を特定するといった方法でも要素データの入力を行うことが可能になる。   [Code Input Type Combo Box] As shown in FIG. 9, when the input method assigned to the column group to which the cell 32 designated by the user belongs is the code input type combo box 45, the control unit of the terminal 3. 21 refers to the input method identification number (the identification number “5” of the code input type combo box code 75) included in the input method setting data 82 in the group data 67 of the column group to which the cell 32 belongs, and the storage unit A code input type combo box code 75 is selected from 24 element data input codes 62. Subsequently, the control unit 21 reads the individual data 68 of the cell 32 and the group data 67 of the column group to which the cell 32 belongs from the storage unit 24, and gives the read data to the code input type combo box code 75. The input type combo box code 75 is executed. As a result, the user can input element data to the cell 32 by a method of selecting one option from a plurality of set options, like the combo box 43. In addition, according to the code input type combo box 45, the user can input element data by a method of inputting a selection code and specifying an option corresponding to the input selection code.

コード入力型コンボボックス45において、設定された複数の選択肢の中から1つの選択肢を選択するといった方法で要素データの入力を行う動作については、上述したコンボボックス43と同じである。すなわち、図9(1)に示すように、利用者がプルダウンボタン53をクリックしたときにプルダウンリスト54を表示し、利用者がプルダウンリスト54から1つの選択肢を選択したときに、当該選択された選択肢を当該セル32に対応する個別データ68に含まれる要素データ86として記憶部24に記憶する。   In the code input type combo box 45, the operation of inputting element data by selecting one option from a plurality of set options is the same as the combo box 43 described above. That is, as shown in FIG. 9A, when the user clicks the pull-down button 53, the pull-down list 54 is displayed, and when the user selects one option from the pull-down list 54, the selected item is selected. The option is stored in the storage unit 24 as element data 86 included in the individual data 68 corresponding to the cell 32.

また、コード入力型コンボボックス45において、選択コードを入力し、当該入力した選択コードに対応する選択肢を特定するといった方法で要素データの入力を行う動作は次の通りである。すなわち、記憶部24において、コード入力型コンボボックス45が割り当てられた列グループに対応するグループデータ67には、入力方法設定データ82の一部として、選択肢データと、この選択肢データが示す複数の選択肢に対応するそれぞれ固有な複数の選択コードが記憶されている。図9(2)に示すように、利用者が1つのセル32を指定すると、セル32内の左側の領域にコード入力部55が形成される。利用者がこのコード入力部55に選択コードを入力すると、制御部21は、当該セル32が属する列グループに対応するグループデータ67に含まれる複数の選択データの中から、利用者により入力された選択コードと一致する選択コードを検索し、検索により見つけ出された1つの選択コードに対応する選択肢データを特定する。続いて、制御部21は、当該特定した選択肢データを当該セル32内に表示すると共に、当該セル32に対応する個別データ68に含まれる要素データ86として記憶部24に記憶する。具体的には、記憶部24において、当該セル32に対応する過去の要素データ86が今回の新たな要素データ86に書き換えられる。なお、コード入力型コンボボックス45においても、コンボボックス43と同様の方法で、複数の選択肢を色分けして表示してもよい。これにより、利用者は選択肢の選択を容易にかつ正確に行うことができる。   The operation of inputting the element data in the code input type combo box 45 by inputting a selection code and specifying an option corresponding to the input selection code is as follows. That is, in the storage unit 24, group data 67 corresponding to the column group to which the code input type combo box 45 is assigned includes option data and a plurality of options indicated by the option data as part of the input method setting data 82. A plurality of unique selection codes corresponding to are stored. As shown in FIG. 9 (2), when the user designates one cell 32, a code input unit 55 is formed in the left area in the cell 32. When the user inputs a selection code to the code input unit 55, the control unit 21 is input by the user from among a plurality of selection data included in the group data 67 corresponding to the column group to which the cell 32 belongs. A selection code that matches the selection code is searched, and option data corresponding to one selection code found by the search is specified. Subsequently, the control unit 21 displays the specified option data in the cell 32 and stores it in the storage unit 24 as element data 86 included in the individual data 68 corresponding to the cell 32. Specifically, the past element data 86 corresponding to the cell 32 is rewritten to the new element data 86 this time in the storage unit 24. In the code input type combo box 45, a plurality of options may be displayed in different colors in the same manner as the combo box 43. As a result, the user can easily and accurately select an option.

[ボタン] 図10に示すように、利用者により指定されたセル32が属する列グループに割り当てられた入力方法がボタン46である場合には、端末3の制御部21は、当該セル32が属する列グループのグループデータ67中の入力方法設定データ82に含まれる入力方法の識別番号(ボタンコード76の識別番号「6」)を参照し、記憶部24の要素データ入力コード62の中からボタンコード76を選択する。続いて、制御部21は、ボタンコード76を実行する。ボタンコード76が実行されると、当該ボタン46に予め割り当てられた処理が実行される。また、ボタン46に割り当てる処理を当該ボタン46を割り当てた列について共通の1つの処理としてもよい。これにより、当該処理の実現するためのプログラムのサイズを小さくすることができる。   [Button] As shown in FIG. 10, when the input method assigned to the column group to which the cell 32 designated by the user belongs is the button 46, the control unit 21 of the terminal 3 belongs to the cell 32. By referring to the input method identification number (the identification number “6” of the button code 76) included in the input method setting data 82 in the group data 67 of the column group, the button code is selected from the element data input code 62 in the storage unit 24. 76 is selected. Subsequently, the control unit 21 executes the button code 76. When the button code 76 is executed, processing pre-assigned to the button 46 is executed. Further, the process assigned to the button 46 may be a common process for the column to which the button 46 is assigned. Thereby, the size of the program for realizing the processing can be reduced.

また、テキストボックスコード71、チェックボックスコード72、コンボボックスコード73、多段コンボボックスコード74、コード入力型コンボボックスコード75、ボタンコード76等、各種入力方法を実現するためのコードは、それぞれ1つであることが望ましい。このような構成でも、利用者が要素データをセル32に入力するときに、そのセル32に割り当てられた入力方法を実現するための共通の1つのコードに、その入力方法を実現するための入力方法設定データ(選択肢データ等)を与えることにより、そのセル32への要素データの入力のために個別に用意された専用のコードが実行されるのと同様な処理を実現することができる。そして、各種入力方法を実現するためのコードをそれぞれ1つとすることで、各コードをサーバ2から端末3に一度ダウンロードすれば、利用者がテーブル31中の異なる多数のセル32を次々に指定し、様々な入力方法により要素データの入力を行ったとしても、これらの入力方法を実現するためのコードをサーバ2から端末3に再度ダウンロードする必要がない。さらに、テーブル31とは別のテーブルを用いてデータ管理処理を行う場合には、テーブル31に係るデータ管理処理に用いた各種入力方法を実現するためのコードを、別のテーブルに係るデータ管理処理にも用いることができ、別のテーブルに係るデータ管理処理のために、入力方法を実現するためのコードを改めてサーバ2からダウンロードする必要がない。また、現在行っているデータ管理処理とは別のデータ管理処理を行う場合にも、現在行っているデータ管理処理に用いている各種入力方法を実現するためのコードを、現在行っているデータ管理処理とは別のデータ管理処理にも用いることができ、当該別のデータ管理処理のために、入力方法を実現するためのコードを改めてサーバ2からダウンロードする必要がない。したがって、サーバ2からのダウンロードの頻度を低くすることができ、動作速度または応答性を向上させることができる。   Further, there is one code for realizing various input methods, such as a text box code 71, a check box code 72, a combo box code 73, a multi-stage combo box code 74, a code input type combo box code 75, a button code 76, etc. It is desirable that Even in such a configuration, when a user inputs element data into a cell 32, an input for realizing the input method is provided in one common code for realizing the input method assigned to the cell 32. By giving method setting data (option data or the like), it is possible to realize the same processing as when a dedicated code individually prepared for inputting element data into the cell 32 is executed. Then, by making each code for realizing various input methods one, once each code is downloaded from the server 2 to the terminal 3, the user designates a number of different cells 32 in the table 31 one after another. Even if element data is input by various input methods, it is not necessary to download a code for realizing these input methods from the server 2 to the terminal 3 again. Further, when data management processing is performed using a table different from the table 31, codes for realizing various input methods used for the data management processing related to the table 31 are used as data management processing related to the other table. It is not necessary to download the code for realizing the input method from the server 2 again for the data management processing related to another table. In addition, when performing data management processing different from the current data management processing, codes for realizing various input methods used in the current data management processing are also used. It can also be used for a data management process different from the process, and there is no need to download a code for realizing the input method from the server 2 for the separate data management process. Therefore, the frequency of downloading from the server 2 can be reduced, and the operation speed or responsiveness can be improved.

以上説明した通り、本発明の実施形態によれば、1つの列グループに属する複数のセル32に共通に設定されるデータ、すなわち、属性データ81および入力方法設定データ82を、データの重複を排除し、かつ1つにまとめてグループデータ67として記憶部24に記憶することにより、データ管理処理に必要なデータのサイズを小さくすることができる。また、テキストボックス41、チェックボックス42、コンボボックス43、多段コンボボックス44、コード入力型コンボボックス45、ボタン46といった複数の入力方法のうちの1つを、1つの列グループに属する複数のセル32に共通に割り当てることにより、データ管理処理に必要なコードおよびデータのサイズを小さくすることができる。したがって、端末3におけるデータ管理処理の動作速度または応答性の向上を図ることができる。   As described above, according to the embodiment of the present invention, data common to a plurality of cells 32 belonging to one column group, that is, attribute data 81 and input method setting data 82 is eliminated. In addition, by storing them together as group data 67 in the storage unit 24, the size of data required for data management processing can be reduced. In addition, one of a plurality of input methods such as a text box 41, a check box 42, a combo box 43, a multi-stage combo box 44, a code input type combo box 45, and a button 46 is changed to a plurality of cells 32 belonging to one column group. By allocating them in common, it is possible to reduce the size of code and data required for data management processing. Therefore, the operation speed or responsiveness of the data management process in the terminal 3 can be improved.

なお、上述した実施形態では、データ管理処理に必要なコード、すなわち、テーブル形成コード61、要素データ入力コード62、属性設定・入力方法割当コード63等がHTMLまたはXML等のマークアップ言語により記述されており、これらのコードを用いてブラウザプログラム28を動作させることでデータ管理処理を行う場合を例にあげた。これにより、端末3のオペレーティングシステムに依存しないデータ管理処理を実現することができる。しかし、本発明はこれに限らない。データ管理処理に必要なコードを、オペレーションシステム上で直接実行可能なプログラムとしてもよい。   In the above-described embodiment, codes necessary for data management processing, that is, the table formation code 61, the element data input code 62, the attribute setting / input method allocation code 63, and the like are described in a markup language such as HTML or XML. As an example, the data management processing is performed by operating the browser program 28 using these codes. Thereby, data management processing independent of the operating system of the terminal 3 can be realized. However, the present invention is not limited to this. The code necessary for the data management process may be a program that can be directly executed on the operation system.

また、本発明は、請求の範囲および明細書全体から読み取ることのできる発明の要旨または思想に反しない範囲で適宜変更可能であり、このような変更を伴うデータ管理装置もまた本発明の技術思想に含まれる。また、このようなデータ管理装置としてコンピュータを機能させるためのプログラム、さらには、このようなプログラムが記録された記録媒体もまた本発明の技術思想に含まれる。   In addition, the present invention can be appropriately changed without departing from the spirit or idea of the invention which can be read from the claims and the entire specification, and a data management apparatus accompanied with such a change is also a technical idea of the present invention. include. Further, a program for causing a computer to function as such a data management apparatus, and a recording medium on which such a program is recorded are also included in the technical idea of the present invention.

本発明は、就業、財務、在庫、統計、実験、検査等に関するデータを管理する計算処理、データ処理等を行う装置、システムに利用することができる。   INDUSTRIAL APPLICABILITY The present invention can be used for an apparatus and a system for performing calculation processing, data processing, etc. for managing data related to employment, finance, inventory, statistics, experiments, inspections, and the like.

1 データ管理システム
2 サーバ
3 端末
4 コンピュータネットワーク
21 制御部
22 入出力部
23 通信部
24 記憶部
27 コード/データ群
28 ブラウザプログラム
31 テーブル
32 セル
33 列グループ
41 テキストボックス
42 チェックボックス
43 コンボボックス
44 多段コンボボックス
45 コード入力型コンボボックス
46 ボタン
61 テーブル形成コード
62 要素データ入力コード
63 属性設定・入力方法割当コード
66 テーブル形成データ
67 グループデータ
68 個別データ
71 テキストボックスコード
72 チェックボックスコード
73 コンボボックスコード
74 多段コンボボックスコード
75 コード入力型コンボボックスコード
76 ボタンコード
81 属性データ
82 入力方法設定データ
86 要素データ
DESCRIPTION OF SYMBOLS 1 Data management system 2 Server 3 Terminal 4 Computer network 21 Control part 22 Input / output part 23 Communication part 24 Storage part 27 Code / data group 28 Browser program 31 Table 32 Cell 33 Column group 41 Text box 42 Check box 43 Combo box 44 Multistage Combo box 45 Code input type combo box 46 Button 61 Table formation code 62 Element data input code 63 Attribute setting / input method assignment code 66 Table formation data 67 Group data 68 Individual data 71 Text box code 72 Check box code 73 Combo box code 74 Multistage combo box code 75 Code input type combo box code 76 Button code 81 Attribute data 82 Input method setting data 6 element data

Claims (11)

テーブルを用いてデータを管理するデータ管理装置であって、
マトリックス状に配列された複数のセルから構成されるテーブルを形成する処理を行うテーブル形成部と、
前記複数のセルにセルごとに入力されるデータを要素データというとすると、利用者の操作に従って前記要素データを当該利用者により指定されたセルに入力する処理を行い、前記要素データの入力方法が相互に異なる複数の要素データ入力部と、
前記テーブルにおいて1つの列または1つの行に配列された複数のセルのグループをセルグループというとすると、前記複数の要素データ入力部のうちのいずれか1つの要素データ入力部を、1つのセルグループに属する複数のセルに共通に割り当てる処理を行い、当該要素データ入力部による入力方法に従って当該セルグループに属する複数のセルのそれぞれに対する要素データの入力を可能にする入力方法割当部と
コード/データ群が記憶される記憶部とを備え、
前記コード/データ群には、前記テーブル形成部の処理の内容を定めたテーブル形成コードと、前記複数の要素データ入力部の処理の内容をそれぞれ定めた複数の要素データ入力コードと、前記入力方法割当部の処理の内容を定めた入力方法割当コードと、前記テーブルの形成に必要なデータであるテーブル形成データと、前記1つのセルグループに属する複数のセルに共通に設定されるデータであるグループデータと、前記要素データとが含まれ、
前記複数の要素データ入力部のそれぞれには識別番号が付され、
前記グループデータには、前記複数の要素データ入力部のうちのいずれかの要素データ入力部の識別番号が含まれ、
前記入力方法割当部は、前記グループデータに含まれる前記要素データ入力部の識別番号に従って、当該グループデータに対応する前記1つのセルグループに属する複数のセルに共通に割り当てる要素データ入力部を前記複数の要素データ入力部の中から選択することを特徴とするデータ管理装置。
A data management device that manages data using a table,
A table forming unit that performs a process of forming a table composed of a plurality of cells arranged in a matrix;
If the data input to each of the plurality of cells is referred to as element data, the element data is input into the cell designated by the user according to the user's operation, and the element data input method is A plurality of different element data input sections;
When a group of a plurality of cells arranged in one column or one row in the table is referred to as a cell group , any one of the plurality of element data input units is defined as one cell group. an input method assignment unit performs assign to process common to a plurality of cells, to allow input of element data for each of a plurality of cells belonging to the cell group in accordance with the input method according to the element data input unit belonging to,
A storage unit for storing a code / data group,
The code / data group includes a table forming code that defines the processing contents of the table forming section, a plurality of element data input codes that respectively define the processing contents of the plurality of element data input sections, and the input method. An input method allocation code that defines the processing contents of the allocation unit, table formation data that is data necessary for the formation of the table, and a group that is set in common for a plurality of cells belonging to the one cell group Data and the element data,
Each of the plurality of element data input units is given an identification number,
The group data includes an identification number of any one of the plurality of element data input units,
The input method assigning unit assigns the plurality of element data input units to be commonly assigned to a plurality of cells belonging to the one cell group corresponding to the group data according to an identification number of the element data input unit included in the group data. A data management apparatus that selects from among the element data input units.
前記複数の要素データ入力部には、利用者の操作により要素データが入力されるセルが選択されたとき、複数の選択肢を表示し、利用者の操作により前記複数の選択肢のうちの1つの選択肢が選択されたとき、当該選択された選択肢を要素データとして当該選択されたセルに入力する選択型要素データ入力部が含まれ、
前記コード/データ群に含まれる1つのセルグループのグループデータには、当該セルグループに属する複数のセルに共通に割り当てられた前記選択型要素データ入力部の識別番号と、当該割り当てられた選択型要素データ入力部が表示する複数の選択肢を示す選択肢データが含まれていることを特徴とする請求項1に記載のデータ管理装置。
The plurality of element data input units display a plurality of options when a cell in which element data is input by the user's operation is selected, and one option of the plurality of options is selected by the user's operation. A selection type element data input unit for inputting the selected option into the selected cell as element data when is selected,
The group data of one cell group included in the code / data group includes an identification number of the selection type element data input unit assigned in common to a plurality of cells belonging to the cell group, and the assigned selection type. The data management apparatus according to claim 1, further comprising option data indicating a plurality of options displayed by the element data input unit.
前記選択型要素データ入力部はコンボボックスであることを特徴とする請求項2に記載のデータ管理装置。   The data management apparatus according to claim 2, wherein the selection type element data input unit is a combo box. 前記コンボボックスは、前記選択肢を表す文字の色または前記選択肢を配置する背景の色を、前記選択肢ごとに任意に設定することができることを特徴とする請求項3に記載のデータ管理装置。   The data management apparatus according to claim 3, wherein the combo box can arbitrarily set a character color representing the option or a background color for arranging the option for each option. 前記選択型要素データ入力部はチェックボックスであることを特徴とする請求項2に記載のデータ管理装置。   The data management apparatus according to claim 2, wherein the selection type element data input unit is a check box. 前記複数の要素データ入力部には、利用者の操作により要素データが入力されるセルが選択されたとき、複数の上位選択肢を表示し、利用者の操作により前記複数の上位選択肢のうちの1つの上位選択肢が選択されたときに、当該選択された上位選択肢に属する複数の下位選択肢を表示し、利用者の操作により前記複数の下位選択肢のうちの1つの下位選択肢が選択されたときに、当該選択された下位選択肢を要素データとして当該選択されたセルに入力する多段選択型要素データ入力部が含まれ、
前記コード/データ群に含まれる1つのセルグループのグループデータには、当該セルグループに属する複数のセルに共通に割り当てられた前記多段選択型要素データ入力部の識別番号と、当該割り当てられた前記多段選択型要素データ入力部が表示する複数の上位選択肢を示す上位選択肢データおよび当該各上位選択肢に属する複数の下位選択肢を示す下位選択肢データとが含まれていることを特徴とする請求項1ないし5のいずれかに記載のデータ管理装置。
The plurality of element data input units display a plurality of upper options when a cell in which element data is input by a user's operation is displayed, and one of the plurality of upper options is selected by a user's operation. When one upper option is selected, a plurality of lower options belonging to the selected upper option are displayed, and when one lower option of the plurality of lower options is selected by a user operation, A multi-stage selection type element data input unit for inputting the selected subordinate option as element data into the selected cell is included,
The group data of one cell group included in the code / data group includes an identification number of the multi-stage selection type element data input unit assigned in common to a plurality of cells belonging to the cell group, and the assigned The high-order option data indicating a plurality of high-order options displayed by the multi-stage selection type element data input unit and the low-level option data indicating a plurality of low-level options belonging to each of the high-order options are included. The data management device according to any one of 5.
前記複数の要素データ入力部には、利用者の操作により要素データが入力されるセルが選択されたとき、コード入力部を表示し、利用者の操作により前記コード入力部に選択コードが入力されたときには、当該入力された選択コードに対応する選択肢を選択し、当該選択した選択肢を要素データとして当該選択されたセルに入力するコード入力型要素データ入力部が含まれ、
前記コード/データ群に含まれる1つのセルグループのグループデータには、当該セルグループに属する複数のセルに共通に割り当てられた前記コード入力型要素データ入力部の識別番号と、当該割り当てられたコード入力型要素データ入力部に設定された複数の選択肢を示す選択肢データおよび当該複数の選択肢にそれぞれ対応する選択コードを示す選択コードデータが含まれていることを特徴とする請求項1ないし6のいずれかに記載のデータ管理装置。
The plurality of element data input units display a code input unit when a cell to which element data is input is selected by a user operation, and a selection code is input to the code input unit by a user operation. A code input type element data input unit for selecting an option corresponding to the input selection code and inputting the selected option as element data into the selected cell,
The group data of one cell group included in the code / data group includes an identification number of the code input type element data input unit commonly assigned to a plurality of cells belonging to the cell group, and the assigned code. 7. Selection data indicating a plurality of options set in the input type element data input section and selection code data indicating a selection code respectively corresponding to the plurality of options are included. A data management device according to any of the above.
前記各グループデータには、当該グループデータが対応するセルグループに属する各セルに共通な属性データが含まれ、前記属性データには、当該各セルのサイズ、当該各セルに入力される要素データの初期値、または当該各セルに入力される要素データのデータ型が含まれていることを特徴とする請求項1ないし7のいずれかに記載のデータ管理装置。   Each group data includes attribute data common to each cell belonging to the cell group to which the group data corresponds, and the attribute data includes the size of each cell and the element data input to each cell. 8. The data management apparatus according to claim 1, wherein the data management apparatus includes an initial value or a data type of element data input to each cell. 前記コード/データ群をサーバから受信する通信部を備え、
前記記憶部には、前記通信部により前記サーバから受信された前記コード/データ群が記憶され、
利用者の操作により前記複数の上位選択肢のうちの1つの上位選択肢が選択された後に、当該選択された上位選択肢に属する複数の下位選択肢を示す下位選択肢データが前記サーバから受信され、前記記憶部に記憶されることを特徴とする請求項6に記載のデータ管理装置
A communication unit for receiving the code / data group from a server;
In the storage unit, the code / data group received from the server by the communication unit is stored,
After one upper option of the plurality of upper options is selected by a user operation, lower option data indicating a plurality of lower options belonging to the selected upper option is received from the server, and the storage unit The data management apparatus according to claim 6, wherein the data management apparatus is stored in a storage area .
請求項1ないしのいずれかに記載のデータ管理装置としてコンピュータを機能させるためのプログラム。 The program for functioning a computer as a data management apparatus in any one of Claims 1 thru | or 9 . 請求項1ないしのいずれかに記載のデータ管理装置としてコンピュータを機能させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体。 It claims 1 to A computer-readable recording medium storing a program for causing a computer to function as a data management apparatus according to any one of 9.
JP2012042706A 2012-02-29 2012-02-29 Data management device Active JP5982135B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012042706A JP5982135B2 (en) 2012-02-29 2012-02-29 Data management device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012042706A JP5982135B2 (en) 2012-02-29 2012-02-29 Data management device

Publications (2)

Publication Number Publication Date
JP2013178693A JP2013178693A (en) 2013-09-09
JP5982135B2 true JP5982135B2 (en) 2016-08-31

Family

ID=49270263

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012042706A Active JP5982135B2 (en) 2012-02-29 2012-02-29 Data management device

Country Status (1)

Country Link
JP (1) JP5982135B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114185463B (en) * 2021-11-17 2023-10-13 北京字跳网络技术有限公司 Form processing method, form processing device, electronic equipment and storage medium

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0798641A (en) * 1993-09-29 1995-04-11 Hitachi Ltd Menu display system with learning function
JP3211956B2 (en) * 1999-08-31 2001-09-25 勲 清水 Database system
JP2003203109A (en) * 2002-01-08 2003-07-18 Canon Inc Data management unit, data processing unit, data management system, data processing method, recording medium, and program
JP2004139454A (en) * 2002-10-18 2004-05-13 Tdk Corp Data table display method, database device, computer program and recording medium
JP2004302684A (en) * 2003-03-28 2004-10-28 Toshiba Corp Data input method, input support device and program
JP4495782B2 (en) * 2004-02-25 2010-07-07 株式会社野村総合研究所 Data integration management system and data integration management program
US20080046861A1 (en) * 2006-08-15 2008-02-21 Grieser Maria A Method and interface for creating a workbook to implement a business process
JP4497153B2 (en) * 2006-11-24 2010-07-07 ソニー株式会社 Imaging apparatus and imaging method
JP2008250750A (en) * 2007-03-30 2008-10-16 Yuyama Manufacturing Co Ltd Electronic medical chart device, method, program, and storage medium
JP5252910B2 (en) * 2007-12-27 2013-07-31 キヤノン株式会社 INPUT DEVICE, INPUT DEVICE CONTROL METHOD, AND PROGRAM

Also Published As

Publication number Publication date
JP2013178693A (en) 2013-09-09

Similar Documents

Publication Publication Date Title
US11301812B2 (en) Digital processing systems and methods for data visualization extrapolation engine for widget 360 in collaborative work systems
US11163542B2 (en) Dynamically generating and rendering user interfaces based on data models
US8839133B2 (en) Data visualizations including interactive time line representations
US9437022B2 (en) Time-based visualization of the number of events having various values for a field
US10628436B2 (en) Data analysis reporting tool
US20170235436A1 (en) System and methods for implementing visual interface for use in sorting and organizing records
US20150170382A1 (en) Systems and methods for automatic interactive visualizations
Powell Microsoft Power BI cookbook: Creating business intelligence solutions of analytical data models, reports, and dashboards
US9971803B2 (en) Method and system for embedding third party data into a SaaS business platform
CN103678468A (en) System and method for analyzing and displaying multidimensional data
CN103677802A (en) System and method for improved consumption models for analytics
US20220335018A1 (en) Custom columns for static logical models
US20140075411A1 (en) Meta-Languages For Creating Integrated Business Applications
US9779077B2 (en) Representation of data records in graphic tables
CN104182226B (en) A kind of General Mobile information system adaptation method and device
US10303668B2 (en) Automatic screen generation device, automatic screen generation program, and automatic screen generation method
US10884765B1 (en) Object configuration dynamic graphical user interface
JP5982135B2 (en) Data management device
JP7115507B2 (en) Software development environment providing system, software development environment providing method, and software development environment providing program
KR101351079B1 (en) Method and system for providing service for controlling program linked to database
Ahmad Tableau For Beginner: Data Analysis and Visualization 101
US11593096B1 (en) Systems and methods for measuring complexity of applications and components in software development and deployment platforms
US10930036B2 (en) Bar chart optimization
García et al. QlikView for Developers
Critchley et al. Reporting: Views, Charts, and Dashboards

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150106

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151030

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20151208

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160203

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: 20160705

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160801

R150 Certificate of patent or registration of utility model

Ref document number: 5982135

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250