JPH10171572A - Method for checking input error of input picture to computer - Google Patents

Method for checking input error of input picture to computer

Info

Publication number
JPH10171572A
JPH10171572A JP8330812A JP33081296A JPH10171572A JP H10171572 A JPH10171572 A JP H10171572A JP 8330812 A JP8330812 A JP 8330812A JP 33081296 A JP33081296 A JP 33081296A JP H10171572 A JPH10171572 A JP H10171572A
Authority
JP
Japan
Prior art keywords
input
error check
error
check
program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP8330812A
Other languages
Japanese (ja)
Other versions
JP3868561B2 (en
Inventor
Katsuto Yoshida
田 勝 人 吉
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.)
Nomura Research Institute Ltd
Original Assignee
Nomura Research Institute Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nomura Research Institute Ltd filed Critical Nomura Research Institute Ltd
Priority to JP33081296A priority Critical patent/JP3868561B2/en
Publication of JPH10171572A publication Critical patent/JPH10171572A/en
Application granted granted Critical
Publication of JP3868561B2 publication Critical patent/JP3868561B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a computer input picture input error checking method capable of simply grasping error check logic and simply executing the prepration and maintenance of an input error checking program. SOLUTION: An error check object library classified in accordance with error checking methods and an input error checking program describing an error check object to be used for the input error check of a prescribed input picture and an error checking method for the input picture are prepared. When a prescribed input picture is displayed (S100), its corresponding input error checking program is referred to and an error check object to be used for the input picture is generated from the error check object library (S110). After inputting data to the input picture (S115), a message for executing error check is transmitted to the error check object (S130) and the input error check of the input picture is executed based on the input error check program.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、コンピュータの入
力画面に入力されたデータの適否を検査する方法に係
り、特に、入力カラム単位のエラーチェックプログラム
をオブジェクトモデル化し、特定の入力画面の入力エラ
ーチェック用プログラム(以下単に入力エラーチェック
プログラムという)をエラーチェックプログラム部品
(エラーチェックオブジェクト)を用いて構成するよう
にした入力エラーチェック方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for checking the validity of data input to an input screen of a computer, and more particularly, to an object model of an error check program for each input column, and an input error of a specific input screen. The present invention relates to an input error check method in which a check program (hereinafter simply referred to as an input error check program) is configured using error check program components (error check objects).

【0002】[0002]

【従来の技術】一般に、コンピュータのアプリケーショ
ンソフトウェアの処理において、ユーザーに入力を求め
るときは、入力画面を表示し、その入力画面の入力カラ
ムにデータを入力させるようにしている。
2. Description of the Related Art Generally, in processing of application software of a computer, when an input is requested from a user, an input screen is displayed, and data is input to an input column of the input screen.

【0003】従来は、入力カラムに何らかのデータが入
力されたときは、この入力カラムに固有の入力エラーチ
ェックプログラムを実行し、入力エラーがあれば、その
旨を表示し、必要に応じて再度データの入力を求める等
していた。
Conventionally, when any data is input to an input column, an input error check program peculiar to the input column is executed, and if there is an input error, the fact is displayed, and if necessary, the data is re-input. And so on.

【0004】上記処理を行うために、従来は、入力用プ
ログラム(以下単に入力プログラムという)の部分部分
に、入力データのエラーチェックプログラムを記述する
ようにしていた。ここで、入力プログラムとは、入力画
面を表示し、ユーザーに入力を促し、入力されたデータ
のエラーチェックをする一連の処理を行うプログラム全
体をいうことにする。
Conventionally, in order to perform the above processing, an error check program for input data is described in a portion of an input program (hereinafter simply referred to as an input program). Here, the input program refers to an entire program that performs a series of processes for displaying an input screen, prompting a user for input, and performing an error check on input data.

【0005】従来の入力プログラムは、入力カラムの一
つ一つに対して、その入力カラムに入力されるべきデー
タの条件を用意しておき、入力カラムにデータの入力が
あるまで処理を待機し、入力カラムに何らかのデータが
入力がされれば、その入力データがそのカラムの入力デ
ータの条件を満たすか否かをチェックするようにしてい
た。
In a conventional input program, conditions for data to be input to each input column are prepared for each input column, and processing is waited until data is input to the input column. When any data is input to an input column, it is checked whether the input data satisfies the condition of the input data of the column.

【0006】チェックの結果、入力データが条件を満た
せば続く処理を行い、条件を満たさなければエラーメッ
セージを表示するようにしていた。
As a result of the check, if the input data satisfies the condition, the subsequent processing is performed, and if the condition is not satisfied, an error message is displayed.

【0007】上記説明からもわかるように、従来の入力
データのエラーチェックプログラムは、各入力カラムに
入力を求めるプログラムに続いて記述されており、全体
として入力プログラムの色々な所にばらばらに記述され
ていた。
As can be seen from the above description, the conventional input data error check program is described following the program for asking for input in each input column, and is described as a whole in various places in the input program. I was

【0008】[0008]

【発明が解決しようとする課題】しかし、上記従来の入
力エラーチェック方法は、入力を行うユーザーにとって
は不都合がないものの、入力プログラムを作成したりメ
ンテナンスを行ったりする者には、不利不便なものであ
った。
However, the above-described conventional input error checking method is not inconvenient for a user who performs input, but is disadvantageous for a person who creates an input program or performs maintenance. Met.

【0009】第一に、従来の方法では、入力プログラム
の色々な所に入力データの入力エラーチェックプログラ
ムが記述されているので、全体の入力エラーチェック処
理の考え方(本明細書ではエラーチェックロジックとい
うことにする)が非常に把握し難かった。
First, in the conventional method, since input error check programs for input data are described in various places in the input program, the concept of the entire input error check processing (in this specification, referred to as error check logic). It was very difficult to grasp.

【0010】このエラーチェックロジックを把握するこ
とは、入力プログラムの検査や修正をする上で極めて重
要なことであった。しかし、従来の方法では、このエラ
ーチェックロジックを把握することが困難なために、不
適切なプログラムの修正や、チェック漏れ等をする可能
性があった。
[0010] It is extremely important to grasp the error check logic in checking and correcting the input program. However, in the conventional method, it is difficult to grasp the error check logic, so that there is a possibility that an improper program is corrected, a check is omitted, or the like.

【0011】第二に、従来の方法では、各入力画面ごと
にその入力画面に固有の入力エラーチェックプログラム
を記述しなければず、入力エラーチェックプログラムを
作成する者にとって作業効率が悪かった。また、入力プ
ログラムが膨大化して処理のパフォーマンスにも好まし
くない影響を与えていた。
Second, in the conventional method, a unique input error check program must be described for each input screen, and the work efficiency is poor for a person who creates the input error check program. In addition, the input program becomes enormous, which has an unfavorable effect on the processing performance.

【0012】つまり、従来の入力エラーチェックプログ
ラムは、各入力画面ごとに作成していたが、各入力デー
タのエラーチェックの方法という観点からは、幾つかの
エラーチェック方法のパターンを繰り返し適用するよう
にしていた。このため、実際には繰り返しの記述が多く
なり、プログラム作成の効率が低く、かつ、このために
入力プログラムが冗長にならざるを得なかった。
In other words, the conventional input error check program is created for each input screen, but from the viewpoint of an error check method for each input data, some error check method patterns are repeatedly applied. I was For this reason, the number of repetitive descriptions actually increases, the efficiency of program creation is low, and the input program must be redundant.

【0013】もっとも、上記問題に対して、従来から入
力カラムの入力エラーチェックプログラムをサブルーチ
ン化し、可能な限り同一のデータチェック方法を行う部
分は同一のサブルーチンを呼び出すようにすることも行
われていた。
[0013] However, in order to solve the above problem, it has been customary to convert an input error check program for an input column into a subroutine, and to call the same subroutine as much as possible for a portion performing the same data checking method. .

【0014】しかし、この方法では、実際にはサブルー
チンの種類や体系が煩雑になり、サブルーチンの利用が
困難になってしまい、入力プログラム作成の効率化には
それほど寄与することができなかった。
However, this method actually complicates the type and system of the subroutine, making it difficult to use the subroutine, and has not been able to contribute much to the efficiency of input program creation.

【0015】また、この方法では、入力プログラムの色
々な所にサブルーチンを記述するため、エラーチェック
ロジックが把握し難い点は同じであった。
Also, in this method, since subroutines are described in various places in the input program, the point that the error check logic is difficult to grasp is the same.

【0016】第三に、従来の入力エラーチェックプログ
ラムでは、同一画面を複数段階に分けてチェックする場
合にはプログラムが冗長にならざるを得なかった。
Third, in the conventional input error check program, when the same screen is checked in a plurality of stages, the program must be redundant.

【0017】ここで同一画面を複数段階に分けてチェッ
クする場合とは、たとえば、商品の注文をする入力画面
で、初めにユーザーにID等を入力させて会員か否かの
ユーザー認証チェックを行い、続いて種々の注文商品を
入力させ、入力画面の最後にそのユーザーの再確認、あ
るいは購買限度チェックを行うような場合がある。
Here, the case where the same screen is checked in a plurality of stages means, for example, on an input screen for ordering a product, the user first inputs an ID or the like to perform a user authentication check as to whether or not the user is a member. Subsequently, there are cases in which various order products are input, and the user is reconfirmed or the purchase limit is checked at the end of the input screen.

【0018】この場合、従来の入力エラーチェックプロ
グラムでは、入力プログラムの初めの部分にID等の入
力エラーチェックプログラムを記述し、最後に再びユー
ザーチェックのプログラムや購買限度チェック用のプロ
グラムを記述しなければならなかった。
In this case, in the conventional input error check program, an input error check program such as an ID must be described at the beginning of the input program, and a user check program and a purchase limit check program must be described again at the end. I had to.

【0019】このように、従来の入力エラーチェックプ
ログラムでは、複数段階の入力エラーチェックを行う場
合には重複したコーディングをしなければならず、これ
がプログラムの複雑化を招いていた。
As described above, in the conventional input error check program, when performing the input error check in a plurality of stages, the coding must be duplicated, which has led to the program becoming complicated.

【0020】そこで、本発明の解決しようとする課題
は、エラーチェックロジックが簡単に把握でき、かつ、
入力エラーチェックプログラムの作成及び保守が簡単な
コンピュータ入力画面の入力エラーチェック方法を提供
することにある。
Therefore, the problem to be solved by the present invention is that the error check logic can be easily grasped, and
An object of the present invention is to provide an input error check method for a computer input screen in which creation and maintenance of an input error check program are easy.

【0021】[0021]

【課題を解決するための手段】本願請求項1に係るコン
ピュータ入力画面の入力エラーチェック方法は、エラー
チェック方法によってクラス分けしたエラーチェックオ
ブジェクトライブラリと、所定の入力画面の入力エラー
チェックに使用するエラーチェックオブジェクトとその
入力画面に対するエラーチェックの方法とを記載した入
力エラーチェックプログラムとを用意し、所定の入力画
面が表示されると、対応する入力エラーチェックプログ
ラムを参照し、前記エラーチェックオブジェクトライブ
ラリから、その入力画面で使用するエラーチェックオブ
ジェクトを生成し、前記入力画面にデータが入力された
後に、前記エラーチェックオブジェクトにエラーチェッ
クを実行するメッセージを送信し、前記入力エラーチェ
ックプログラムにそって入力画面の入力エラーチェック
を行うことを特徴とするものである。
According to a first aspect of the present invention, there is provided an input error checking method for a computer input screen, comprising: an error checking object library classified according to the error checking method; and an error used for input error checking of a predetermined input screen. Prepare an input error check program that describes a check object and an error check method for the input screen, and when a predetermined input screen is displayed, refer to the corresponding input error check program and read from the error check object library. Generates an error check object to be used on the input screen, and after data is input to the input screen, sends a message for executing an error check to the error check object, and sends the message to the input error check program. It is characterized in that to perform the input error checking of input screen me.

【0022】本願請求項2に係るコンピュータ入力画面
の入力エラーチェック方法は、前記請求項1に係る方法
において、前記エラーチェックオブジェクトライブラリ
のクラス分けの基準となるエラーチェック方法は、単体
チェック、関連チェック、複合チェックであることを特
徴とするものである。
According to a second aspect of the present invention, there is provided a method for checking an input error on a computer input screen according to the first aspect, wherein the error checking method serving as a criterion for classifying the error check object library includes a single check and a related check. , A composite check.

【0023】本願請求項3に係るコンピュータ入力画面
の入力エラーチェック方法は、前記請求項1に係る方法
において、前記入力エラーチェックプログラムに記載さ
れたエラーチェックの方法の実行をエラーチェックオブ
ジェクトにメッセージ送信することにより、1つの入力
画面に入力されたデータを複数段階に分けて入力エラー
チェックすることを特徴とするものである。
According to a third aspect of the present invention, there is provided an input error check method for a computer input screen according to the first aspect, wherein the execution of the error check method described in the input error check program is transmitted to an error check object by a message. By doing so, an input error check is performed for data input to one input screen in a plurality of stages.

【0024】[0024]

【発明の実施の形態】本発明による入力エラーチェック
方法は、入力カラム単位のエラーチェックプログラムを
エラーチェックの方法によりクラス分けし、各エラーチ
ェック方法のクラスの下に具体的なエラーチェックプロ
グラムをオブジェクトとして配置したオブジェクトモデ
ル構造を有するエラーチェックオブジェクトライブラリ
を用意しておき、入力画面に応じて上記エラーチェック
オブジェクトライブラリのエラーチェックオブジェクト
を用いて入力エラーチェックプログラムを構成及び実行
するものである。
DESCRIPTION OF THE PREFERRED EMBODIMENTS In an input error check method according to the present invention, an input column unit error check program is divided into classes by an error check method, and a specific error check program is stored under an object under each error check method class. An error check object library having an object model structure arranged as is prepared, and an input error check program is configured and executed using the error check objects of the error check object library according to the input screen.

【0025】以下に本発明の方法の一実施形態について
説明する。最初に、上記オブジェクトモデル構造を有す
る入力エラーチェックオブジェクトライブラリについて
説明する。
Hereinafter, one embodiment of the method of the present invention will be described. First, an input error check object library having the above object model structure will be described.

【0026】本発明では、単体チェック、関連チェッ
ク、複合チェックの3つのエラーチェック方法をエラー
チェックプログラム(エラーチェックオブジェクト)の
クラス分けの基準としている。
In the present invention, three error check methods, that is, a unit check, an association check, and a compound check are used as criteria for classifying an error check program (error check object).

【0027】すなわち、すべての入力カラム単位のエラ
ーチェックプログラムを、単体チェッククラス、関連チ
ェッククラス、複合チェッククラスに分類し、上位クラ
スのメソッド(エラーチェックの処理方法)を継承させ
ることにより、オブジェクトモデル構造を有するエラー
チェックオブジェクトライブラリを構成している。
That is, all error checking programs for each input column are categorized into a single check class, a related check class, and a compound check class, and the method (error check processing method) of a higher class is inherited, whereby an object model is obtained. An error check object library having a structure is configured.

【0028】図1にそのエラーチェックオブジェクトラ
イブラリのオブジェクトモデル構造の一例を示す。図1
に示すように、エラーチェックオブジェクトライブラリ
1は、ベースクラス2と、このベースクラス2の下に形
成された単体チェッククラス3,関連チェッククラス
4,複合チェッククラス5と、各エラーチェッククラス
の下に形成されたエラーチェックオブジェクト(3a,
3b,…、4a,4b,…、5a,5b )とからな
る。
FIG. 1 shows an example of the object model structure of the error check object library. FIG.
As shown in FIG. 2, an error check object library 1 includes a base class 2, a single check class 3, a related check class 4, and a compound check class 5 formed under the base class 2, and a subclass of each error check class. The formed error check object (3a,
3b, ..., 4a, 4b, ..., 5a, 5b).

【0029】ベースクラス2には、エラーチェックロジ
ックを実行するために必要なオブジェクトを呼び出すた
めの関数(例えばcheck()という名前の関数)を
用意しておく。
In the base class 2, a function (for example, a function named check ()) for calling an object necessary for executing the error check logic is prepared.

【0030】単体チェッククラス3は、入力カラムに入
力されたデータを単体としてチェックするエラーチェッ
クオブジェクトを有する。
The single check class 3 has an error check object for checking data input to the input column as a single unit.

【0031】このような単体チェックオブジェクトとし
ては、各アプリケーションソフトウェアで行う特有の単
体チェック3a、入力の有無をチェックするNULLチ
ェック3b、入力された日付が処理の対象範囲か否かを
チェックする日付チェック3c、入力された名前が所定
の桁数の文字列か否かをチェックする名前チェック3d
等がある。
As such a unit check object, a unit check 3a peculiar to each application software, a NULL check 3b for checking the presence or absence of an input, a date check for checking whether or not the input date is in a processing target range. 3c, name check 3d for checking whether the input name is a character string having a predetermined number of digits
Etc.

【0032】関連チェッククラス4は、所定の入力カラ
ムに入力されたデータが他の入力カラムに入力されたデ
ータや参照するデータベース等との関係で正しいか否か
をチェックするエラーチェックオブジェクトを有する。
The association check class 4 has an error check object for checking whether data input to a predetermined input column is correct in relation to data input to another input column or a database to be referred to.

【0033】このような関連チェックオブジェクトとし
ては、各アプリケーションソフトウェアで行う特有の関
連チェック4a、入力されたデータを読み出し等をする
ためのデータベースの存在を確認するDB存在チェック
4b、所定の入力カラムに入力されたデータが他のデー
タに対して昇順になっているか否かを判断する昇順チェ
ック4c、所定の入力カラムに入力されたデータが他の
データに対して大きいか否かを判断する大小チェック4
d等がある。
As such a related check object, a specific related check 4a performed by each application software, a DB existence check 4b for confirming the existence of a database for reading input data and the like, a predetermined input column, Ascending order check 4c for determining whether input data is in ascending order with respect to other data, and magnitude check for determining whether data input to a predetermined input column is larger than other data 4
d.

【0034】複合チェッククラス5は、前記単体チェッ
ククラス3と関連チェッククラス4のエラーチェックオ
ブジェクトをその構成部品とし(オブジェクト指向コン
ピューティングにおける「集約」の関係にある)、単体
チェックを関連チェックを組み合わせて複合的にチェッ
クするエラーチェックオブジェクトを有する。
The composite check class 5 has the error check objects of the simplex check class 3 and the related check class 4 as its constituent parts (having a “aggregation” relationship in object-oriented computing), and combines the simplex check with the related check. Error check object to perform multiple checks.

【0035】このような複合チェックオブジェクトとし
ては、各アプリケーションソフトウェアで行う特有の複
合チェック5a、単体チェックや関連チェックの複数の
オブジェクトをすべて満たすか否かをチェックするAN
Dチェック5b等がある。
As such a composite check object, an AN for checking whether or not all of a plurality of objects of a specific composite check 5a performed by each application software, a single check and a related check are satisfied.
D check 5b and the like.

【0036】上記エラーチェックオブジェクトライブラ
リ1は、本発明の方法の使用前に基本的なものが用意さ
れ、種々の入力エラーチェック方法の開発の過程で、エ
ラーチェックオブジェクトの数を増加させ、より充実し
たものとなっていく。
The above-mentioned error check object library 1 is prepared before use of the method of the present invention. In the course of developing various input error check methods, the number of error check objects is increased to enhance the error check object library. It becomes what was done.

【0037】今、特定の入力画面に対してあるエラーチ
ェックロジックが確立すると、上記エラーチェックオブ
ジェクトライブラリ1のエラーチェックオブジェクトを
使用し、オブジェクト指向コンピューティングの手法に
より、すなわち、使用するエラーチェックオブジェクト
を指定し、それらオブジェクトに対する条件やオブジェ
クト間の関係を規定することによって前記エラーチェッ
クロジックに沿って入力エラーチェックプログラムを作
成することができる。
When a certain error check logic is established for a specific input screen, the error check object of the error check object library 1 is used, and the error check object to be used is determined by an object-oriented computing method. By specifying and specifying the conditions for the objects and the relationships between the objects, an input error check program can be created along the error check logic.

【0038】本実施態様では、上記入力エラーチェック
プログラムは、所定の入力画面の入力エラーチェックに
使用するエラーチェックオブジェクトを記載したリスト
部(仮にdw_listという名前にする)と、その入
力画面に対するエラーチェックの方法、すなわち、エラ
ーオブジェクトに対する条件やエラーオブジェクト間の
関係を記述したエラーチェック方法部とからなる。
In the present embodiment, the input error check program includes a list portion (tentatively named dw_list) in which an error check object used for input error check of a predetermined input screen is described. , That is, an error check method section describing conditions for the error objects and relationships between the error objects.

【0039】この入力エラーチェックプログラムは、そ
れぞれの入力画面がオープンされるのと同時に参照さ
れ、そのリスト部(dw_list)に記述されたエラ
ーチェックオブジェクトがエラーチェックオブジェクト
ライブラリから呼び出され、その入力画面の各入力カラ
ムに対応させられる(エラーチェックオブジェクの生
成)。
This input error check program is referred to at the same time as each input screen is opened, the error check object described in the list portion (dw_list) is called from the error check object library, and the input screen is displayed. It is made to correspond to each input column (generation of an error check object).

【0040】上記準備の下、入力カラムにデータが入力
されると、エラーチェックが可能な状態になる。
When data is input to the input column under the above preparation, an error check can be performed.

【0041】上記入力エラーチェックの方法について以
下に詳細に説明する。図2は、本発明による入力画面の
入力エラーチェック方法の処理の流れを示している。
The input error check method will be described in detail below. FIG. 2 shows the flow of processing of the input screen input error check method according to the present invention.

【0042】本方法では最初に、所定の入力画面がオー
プン(表示)されると(ステップS100)、上述した
ように該当する入力エラープログラムのリスト部が参照
され、その入力画面のエラーチェックに必要なエラーチ
ェックオブジェクトが生成される(ステップS11
0)。
In this method, first, when a predetermined input screen is opened (displayed) (step S100), the list section of the corresponding input error program is referred to as described above, and it is necessary to check the input screen for errors. An error check object is generated (step S11)
0).

【0043】上記エラーチェックオブジェクト生成の処
理について、本実施形態では、図3のように、複数の入
力画面に共通に使用できるように、中間的なオブジェク
ト6を用意している。
In the process of generating the error check object, in this embodiment, as shown in FIG. 3, an intermediate object 6 is prepared so as to be commonly used for a plurality of input screens.

【0044】本実施形態の中間オブジェクトは、使用す
るエラーチェックオブジェクトを呼び出すオブジェクト
6からなる。
The intermediate object according to the present embodiment comprises an object 6 for calling an error check object to be used.

【0045】上記入力画面をオープンし、必要なエラー
チェックオブジェクトを指定するには、上記使用するエ
ラーチェックオブジェクトを呼び出すオブジェクト6を
初期化し、入力エラーチェックプログラムのリスト部
(dw_list)に記述されているエラーチェックプ
ログラムをオブジェクト6によって呼び出すようにす
る。
In order to open the input screen and specify a required error check object, the object 6 for calling the error check object to be used is initialized and described in a list section (dw_list) of the input error check program. The error check program is called by the object 6.

【0046】ここで、使用するエラーチェックオブジェ
クトを指定した状態を図4に概念的に示す。
FIG. 4 conceptually shows a state in which an error check object to be used is specified.

【0047】図4に示したように、オブジェクト6がエ
ラーチェックに使用するエラーチェックオブジェクトを
呼び出すと、各入力カラムに単体チェックオブジェク
ト、関連チェックオブジェクト、複合チェックオブジェ
クトが貼り付けられ、各エラーチェックオブジェクト間
にリンク(メッセージの経路)が張られた状態になる
(図2のステップS110)。
As shown in FIG. 4, when the object 6 calls an error check object used for error check, a single check object, a related check object, and a compound check object are pasted to each input column, and each error check object A link (message path) is established between them (step S110 in FIG. 2).

【0048】次に、上記状態でユーザーに各入力カラム
にデータを入力させる(図2のステップS115)。す
べての入力カラムにデータが入力されると、入力画面全
体についてエラーチェックを実行できる状態になる。
Next, the user is caused to input data into each input column in the above state (step S115 in FIG. 2). When data is input to all input columns, it becomes possible to execute an error check on the entire input screen.

【0049】上記状態になれば、ユーザーの命令によ
り、エラーチェック実行用オブジェクトを起動させる
(図2のステップS120)。
In the above state, the error check execution object is activated by the user's instruction (step S120 in FIG. 2).

【0050】各入力カラムに貼り付けられたエラーチェ
ックオブジェク(図3のエラーチェックオブジェク7)
は、実行のためのメッセージを受け取ると、入力カラム
に入力されているデータをそのパラメータとして入力
し、メッセージに従って所定のメソッドによるエラーチ
ェックを実行する(図2のステップS130)。
The error check object pasted on each input column (error check object 7 in FIG. 3)
Receives the message for execution, inputs the data input to the input column as its parameter, and executes an error check by a predetermined method according to the message (step S130 in FIG. 2).

【0051】なお、本実施形態では、ユーザーに入力デ
ータの確認させ、エラーチェック起動用のオブジェクト
によってエラーチェックの処理を起動させる。
In this embodiment, the user is allowed to confirm the input data, and the error check processing object is activated by the error check activation object.

【0052】エラーチェックの処理が起動されると、入
力エラーチェックプログラムのエラーチェックの方法に
基づくメッセージ(図3に示すcheck())が各エ
ラーチェックオブジェクトに送られ、エラーチェックオ
ブジェクト間で次々エラーチェックが実行される。
When the error check process is started, a message (check () shown in FIG. 3) based on the error check method of the input error check program is sent to each error check object, and errors are successively sent between the error check objects. A check is performed.

【0053】図5にエラーチェックが行われている様子
を概念的に示す。図5において、矢印はオブジェクト間
のメッセージの流れを示しており、それに付されている
文字(check()等)は送信されたメッセージを示
し、メッセージに付されている数字は処理の順番を示し
ている。
FIG. 5 conceptually shows how an error check is performed. In FIG. 5, arrows indicate the flow of messages between objects, characters attached to them (check (), etc.) indicate transmitted messages, and numbers attached to messages indicate the order of processing. ing.

【0054】図5の例では、各入力カラムにデータが入
力された後、エラーチェック実行用オブジェクト8のメ
ッセージ(do_check( ))により、各入力カ
ラムに貼り付けられたエラーチェックオブジェクト(単
体、関連、複合チェックオブジェクト)がそれぞれのエ
ラーチェック処理を次々に実行し、最後に入力カラム1
〜5に入力されたデータを所定のデータベース9に書き
込んで全体の処理を終了する(図2ステップS14
0)。
In the example shown in FIG. 5, after data is input to each input column, an error check object (single unit, related) is pasted to each input column by a message (do_check ()) of the error check execution object 8. , Compound check object) executes each error check process one after another, and finally input column 1
5 are written into a predetermined database 9 and the entire process is terminated (step S14 in FIG. 2).
0).

【0055】このように、上記本実施形態によるコンピ
ュータの入力画面への入力データの入力エラーチェック
方法によれば、任意の入力画面に対して共通のエラーチ
ェックオブジェクトライブラリを使用し、そのライブラ
リから特定のエラーチェックオブジェクトを指定し、そ
れらエラーチェックオブジェクトに対する条件やそれら
エラーチェックオブジェクト間の関係を規定することに
より、入力エラーチェックプログラムを構成することが
できる。
As described above, according to the input error check method for input data to the input screen of the computer according to the present embodiment, a common error check object library is used for an arbitrary input screen and specified from the library. By specifying the error check objects and defining the conditions for the error check objects and the relationship between the error check objects, an input error check program can be configured.

【0056】したがって、従来のように各入力カラムに
ついて入力エラーチェックプログラムを細部にわたって
新たに記述する必要がなくなり、入力エラーチェックプ
ログラムを作成する作業の効率を大幅に改善することが
できる。また、入力プログラム自体も簡潔になり、その
パフォーマンスの向上に貢献することもできる。
Accordingly, it is not necessary to newly describe the input error check program for each input column in detail as in the conventional case, and the efficiency of the operation of creating the input error check program can be greatly improved. In addition, the input program itself is simplified, which can contribute to improving the performance.

【0057】また、エラーチェックロジックを、エラー
チェックオブジェクトを指定し、エラーチェックオブジ
ェクトに対する条件やエラーチェックオブジェクト間の
関係を規定することにより表現することができ、かつ、
入力プログラムの一個所にまとめて記述することができ
るので、エラーチェックロジックの把握が容易になり、
これによって、プログラムのメンテナンスのみならずプ
ログラム作成の負荷が軽減され、作成されたプログラム
の信頼性も向上させることができる。
The error check logic can be expressed by designating an error check object, defining conditions for the error check object, and defining relationships between the error check objects, and
Since it can be described collectively in one place of the input program, it is easy to understand the error check logic,
Thus, not only the maintenance of the program but also the load of the program creation can be reduced, and the reliability of the created program can be improved.

【0058】また、1入力画面を複数段階的にエラーチ
ェックする場合も、本実施形態の方法によれば、単に同
一のエラーチェックオブジェクトにチェック段階に応じ
てメッセージを送れば済むので、複雑なエラーチェック
ロジックを簡単に処理することができる。
In addition, according to the method of the present embodiment, a message can be sent to the same error check object in accordance with the check step even if an error check is performed on one input screen in a plurality of steps. Check logic can be easily processed.

【0059】なお、上記実施形態では、複数の入力画面
に対して一連の入力エラーチェックを行うのに好都合な
ため、中間的な使用エラーチェックオブジェクトを呼び
出すオブジェクト6を生成しているが、上記中間的なオ
ブジェクトによらず、各入力画面特有のエラーチェック
オブジェクト生成用オブジェクトを設けてもよい。
In the above embodiment, since it is convenient to perform a series of input error checks on a plurality of input screens, the object 6 for calling an intermediate use error check object is generated. An object for generating an error check object specific to each input screen may be provided regardless of the general object.

【0060】[0060]

【発明の効果】以上の説明から明らかなように、本願発
明のコンピュータ入力画面の入力エラーチェック方法
は、従来入力画面の入力カラムごとに入力データの満た
すべき条件等を定めていたのに対し、オブジェクトモデ
ル化したエラーチェックオブジェクトライブラリを使用
し、前記エラーチェックオブジェクトライブラリのエラ
ーチェックオブジェクトを指定し、それらエラーチェッ
クオブジェクトに対する条件やエラーチェックオブジェ
クト間の関係を規定することによって入力エラーチェッ
クプログラムを構成している。
As is apparent from the above description, the input error checking method of the computer input screen according to the present invention conventionally defines conditions to be satisfied by input data for each input column of the input screen. The input error check program is configured by using the error check object library modeled by the object, specifying the error check objects of the error check object library, and defining the conditions for the error check objects and the relationship between the error check objects. ing.

【0061】これにより、入力エラーチェックプログラ
ムを簡潔に、かつ、入力プログラムの一箇所に集中的に
記述することができるようになっている。このことは、
その入力画面に対するエラーチェックロジックの把握を
容易にし、入力エラーチェックプログラムの作成、保守
の容易化、入力エラーチェックの信頼性向上に寄与する
ことができる。
As a result, the input error check program can be described simply and centrally in one place of the input program. This means
It is possible to easily understand the error check logic for the input screen, to contribute to the creation of the input error check program, to facilitate the maintenance, and to improve the reliability of the input error check.

【0062】また、エラーチェックオブジェクトを使用
した入力エラーチェックプログラムの作成は、従来の手
続型言語による記述より簡易であり、かつ、オブジェク
トモデル化したエラーチェックオブジェクトライブラリ
は、入力エラーチェックプログラムの開発の過程で、エ
ラーチェックオブジェクトが充実されるので、長期的に
は入力エラーチェックプログラム開発の負荷を大幅に軽
減することができる。さらに、入力画面を複数段階に分
けてエラーチェックする場合などのように、複雑な入力
エラーチェックに対して、比較的容易にそのエラーチェ
ックロジックに沿って入力エラーチェックプログラムを
作成するすることができる。
The creation of an input error check program using an error check object is simpler than the description in a conventional procedural language, and an object modeled error check object library is used for developing an input error check program. In the process, since the error check objects are enriched, the load of input error check program development can be significantly reduced in the long term. Furthermore, an input error check program can be created relatively easily in accordance with the error check logic for a complicated input error check, such as in a case where an input screen is divided into a plurality of stages to perform an error check. .

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の「コンピュータ入力画面の入力エラー
チェック方法」のエラーチェックオブジェクトライブラ
リのオブジェクトモデル構成を示した図。
FIG. 1 is a diagram showing an object model configuration of an error check object library of a “input error check method of a computer input screen” of the present invention.

【図2】本発明の「コンピュータ入力画面の入力エラー
チェック方法」の処理の流れを示したフローチャート。
FIG. 2 is a flowchart showing a processing flow of a “method for checking an input error on a computer input screen” of the present invention.

【図3】本発明の「コンピュータ入力画面の入力エラー
チェック方法」において、入力画面が表示された時に、
エラーチェックオブジェクトを生成する手順を示したブ
ロック図。
FIG. 3 is a diagram showing a method for checking an input error on a computer input screen according to the present invention.
FIG. 4 is a block diagram showing a procedure for generating an error check object.

【図4】所定の入力画面についてエラーチェックオブジ
ェクトを生成した状態を概念的に示した概念図。
FIG. 4 is a conceptual diagram conceptually showing a state in which an error check object is generated for a predetermined input screen.

【図5】入力データを入力したエラーチェックオブジェ
クトに、エラーチェックのためのメッセージ送信して入
力エラーチェックの処理を行う様子を概念的に示した説
明図。
FIG. 5 is an explanatory diagram conceptually showing a state in which a message for an error check is transmitted to an error check object to which input data is input to perform an input error check process.

【符号の説明】[Explanation of symbols]

1 エラーチェックオブジェクトライブラリ 2 ベースクラス 3 単体チェッククラス 4 関連チェッククラス 5 複合チェッククラス 6 使用するエラーチェックオブジェクトを呼び出すオ
ブジェクト 7 エラーチェックオブジェクト 8 エラーチェック実行用オブジェクト 9 データベース
1 Error Check Object Library 2 Base Class 3 Single Check Class 4 Related Check Class 5 Complex Check Class 6 Object to Invoke Error Check Object to Use 7 Error Check Object 8 Error Check Execution Object 9 Database

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】エラーチェック方法によってクラス分けし
たエラーチェックオブジェクトライブラリと、所定の入
力画面の入力エラーチェックに使用するエラーチェック
オブジェクトとその入力画面に対するエラーチェックの
方法とを記載した入力エラーチェックプログラムとを用
意し、 所定の入力画面が表示されると、対応する入力エラーチ
ェックプログラムを参照し、前記エラーチェックオブジ
ェクトライブラリから、その入力画面で使用するエラー
チェックオブジェクトを生成し、 前記入力画面にデータが入力された後に、前記エラーチ
ェックオブジェクトにエラーチェックを実行するメッセ
ージを送信し、前記入力エラーチェックプログラムにそ
って入力画面の入力エラーチェックを行うことを特徴と
するコンピュータ入力画面の入力エラーチェック方法。
An error check object library classifying according to an error check method, an input error check program which describes an error check object used for input error check of a predetermined input screen and an error check method for the input screen. When a predetermined input screen is displayed, an error check object to be used on the input screen is generated from the error check object library by referring to a corresponding input error check program, and data is displayed on the input screen. After inputting, a message for executing an error check is transmitted to the error check object, and an input error check of the input screen is performed according to the input error check program. Error check method.
【請求項2】前記エラーチェックオブジェクトライブラ
リのクラス分けの基準となるエラーチェック方法は、単
体チェック、関連チェック、複合チェックであることを
特徴とする請求項1に記載のコンピュータ入力画面の入
力エラーチェック方法。
2. The input error check of a computer input screen according to claim 1, wherein the error check method serving as a reference for classifying the error check object library is a single check, a related check, and a compound check. Method.
【請求項3】前記入力エラーチェックプログラムに記載
されたエラーチェックの方法の実行をエラーチェックオ
ブジェクトにメッセージ送信することにより、1つの入
力画面に入力されたデータを複数段階に分けて入力エラ
ーチェックすることを特徴とする請求項1に記載のコン
ピュータ入力画面の入力エラーチェック方法。
3. A data input to one input screen is divided into a plurality of steps to perform an input error check by transmitting a message to an error check object that an error check method described in the input error check program is executed. 2. The method according to claim 1, wherein an input error is detected on a computer input screen.
JP33081296A 1996-12-11 1996-12-11 Input error check method on computer input screen Expired - Lifetime JP3868561B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP33081296A JP3868561B2 (en) 1996-12-11 1996-12-11 Input error check method on computer input screen

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP33081296A JP3868561B2 (en) 1996-12-11 1996-12-11 Input error check method on computer input screen

Publications (2)

Publication Number Publication Date
JPH10171572A true JPH10171572A (en) 1998-06-26
JP3868561B2 JP3868561B2 (en) 2007-01-17

Family

ID=18236830

Family Applications (1)

Application Number Title Priority Date Filing Date
JP33081296A Expired - Lifetime JP3868561B2 (en) 1996-12-11 1996-12-11 Input error check method on computer input screen

Country Status (1)

Country Link
JP (1) JP3868561B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001331261A (en) * 2000-05-22 2001-11-30 Hitachi Software Eng Co Ltd Data input control method and storage medium with program related with the same method stored
JP2004302607A (en) * 2003-03-28 2004-10-28 Hitachi Ltd Electronic application support device and electronic application support method
JP2009093475A (en) 2007-10-10 2009-04-30 Obic Business Consultants Ltd Information processor, information processing method, and program
JP2012043197A (en) * 2010-08-19 2012-03-01 Toshiba Tec Corp Information processor and program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001331261A (en) * 2000-05-22 2001-11-30 Hitachi Software Eng Co Ltd Data input control method and storage medium with program related with the same method stored
JP2004302607A (en) * 2003-03-28 2004-10-28 Hitachi Ltd Electronic application support device and electronic application support method
JP2009093475A (en) 2007-10-10 2009-04-30 Obic Business Consultants Ltd Information processor, information processing method, and program
JP2012043197A (en) * 2010-08-19 2012-03-01 Toshiba Tec Corp Information processor and program

Also Published As

Publication number Publication date
JP3868561B2 (en) 2007-01-17

Similar Documents

Publication Publication Date Title
US7398514B2 (en) Test automation stack layering
US8738735B2 (en) System for designing and performing web application
US6668370B1 (en) Synchronous execution of object-oriented scripts and procedural code from within an interactive test facility
US7293256B2 (en) Debugger causality system and methods
US7159209B1 (en) Inter-application validation tool for use in enterprise architecture modeling
US20090271351A1 (en) Rules engine test harness
US20040226027A1 (en) Application interface wrapper
JPS59154538A (en) Method of building screen control system
US20050268280A1 (en) Encapsulating changes to a software application
JP2001344105A (en) Web application developing method, development support system, and memory medium storing program related to this method
AU2004298636A1 (en) Method and system for creating and providing a multi-tier networked service
US11537428B2 (en) Asynchronous execution of creative generator and trafficking workflows and components therefor
US20050108650A1 (en) Server visualization and control
JPH10171572A (en) Method for checking input error of input picture to computer
US6823281B2 (en) Generation of correctly ordered test code for testing software components
GB2377777A (en) Computer apparatus for implementing a workflow
JP2007304778A (en) Test method for program, program, test device and application development system
JP3463925B2 (en) Computer system
US20040073598A1 (en) System-to-system inter-operation interface
JP2000305763A (en) Visual programming method, its system and information recording medium
JP2002229789A (en) Program source file management method by multiple users on the same network and program source file management system
JP4189101B2 (en) Cluster system system configuration and system operation definition device
CN116909564A (en) Method, device, electronic equipment and storage medium for generating business rule codes
CN115495061A (en) Operation template script for industrial simulation software and implementation method
CN116932391A (en) Method and system for debugging third party application program embedded in HTML5

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20051215

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060104

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060306

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060328

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20061011

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20101020

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20111020

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20111020

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20121020

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20121020

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20131020

Year of fee payment: 7

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term