JP2760277B2 - Data input / output device - Google Patents
Data input / output deviceInfo
- Publication number
- JP2760277B2 JP2760277B2 JP6023095A JP2309594A JP2760277B2 JP 2760277 B2 JP2760277 B2 JP 2760277B2 JP 6023095 A JP6023095 A JP 6023095A JP 2309594 A JP2309594 A JP 2309594A JP 2760277 B2 JP2760277 B2 JP 2760277B2
- Authority
- JP
- Japan
- Prior art keywords
- input
- value
- check value
- check
- item
- 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.)
- Expired - Fee Related
Links
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- User Interface Of Digital Computer (AREA)
- Digital Computer Display Output (AREA)
Description
【0001】[0001]
【産業上の利用分野】本発明は、データベースを保守す
るためデータベースへ入出力するデータ入出力装置に関
し、特に複数の項目に入力を行う場合の項目入力方式に
関する。ここで言う項目とは、会社の人事管理に関する
データベースを想定する場合、例えば図7に示す「名
前」、「役職」、「年令」、「休暇日数」等が、それぞ
れ1項目となることを言う。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data input / output device for inputting / outputting data from / to a database for maintaining the database, and more particularly to an item input system for inputting a plurality of items. The term “item” here means that, assuming a database relating to personnel management of a company, for example, “name”, “post”, “age”, “number of days off” and the like shown in FIG. 7 are each one item. To tell.
【0002】[0002]
【従来の技術】此れ等の項目の中には選択値が定められ
ているものがある。例えば、図3に示す項目名「役職」
では3種類の選択値「社長」、「専務」、「部長」・・
・が予め定められていて、例えば図1の選択値データフ
ァイル8に登録されており、項目「役職」の入力を行う
場合、図5に示すように選択値が選択値表示手段3(図
1参照)で表示され、対話型入力装置を用いて項目「役
職」を入力する場合に、入力操作者の入力動作を容易に
している。2. Description of the Related Art In some of these items, a selection value is determined. For example, the item name "post" shown in FIG.
So, there are three choices: "President", "Senior Managing", "Manager" ...
Are predetermined and registered in, for example, the selection value data file 8 in FIG. 1 and when the item "post" is input, the selection value is displayed in the selection value display means 3 (FIG. 1) as shown in FIG. When the item "post" is input using the interactive input device, the input operation of the input operator is facilitated.
【0003】また、項目によっては、入力操作者が誤入
力を行った場合、これをチェックしてエラー信号を表示
するものもある。例えば、図4に示す項目「休暇日数」
として入力すべき数字は、0≦(休暇日数)≦50でな
ければならず、入力操作者がこの範囲外の数字を入力し
たとき、装置がこれをチェックしてエラー信号を出力す
るように構成されている。In some items, when an input operator makes an erroneous input, the input is checked and an error signal is displayed. For example, the item “number of days off” shown in FIG.
Must be 0 ≦ (number of days off) ≦ 50, and when an input operator enters a number outside this range, the device checks this and outputs an error signal. Have been.
【0004】[0004]
【発明が解決しようとする課題】上記のような従来のデ
ータ入出力装置では、これらの選択値やチェック値はプ
ログラム本体や簡易言語本体に記述がなされていて、こ
れらの値を変更する必要が生じた場合、入力操作者の手
で簡単に変更できないという問題点があった。In the conventional data input / output device as described above, these selection values and check values are described in a program body or a simple language body, and it is necessary to change these values. When this occurs, there is a problem in that it cannot be easily changed by the input operator.
【0005】例えば、特開平4−236662号公報に
開示されている「データ処理方法」は、本願発明の先行
技術の一つと見なすべき発明であるが、そのFor example, the "data processing method" disclosed in Japanese Patent Laid-Open No. Hei 4-236662 is an invention which should be regarded as one of the prior arts of the present invention.
【0034】項に、「本発明によれば、システム設計者
は、項目グループ内の、実行時に選択されるべき選択項
目を項目名によって定義し、実行時には、操作者は、こ
の定義され表示された選択項目の項目名の中から所要の
ものを直接指示することにより、選択処理を実行するこ
とができる。」とある通り、操作者が選択値に変更を加
えることができない。また、チェック値もシステム設計
者により決定された後は、通常、操作者に判らない方法
でチェックが行われている。According to the present invention, according to the present invention, the system designer defines a selection item to be selected at the time of execution in an item group by an item name, and at the time of execution, the operator defines and displays this item. By directly instructing the required item name from among the selected item names, the selection process can be executed. "The operator cannot change the selected value. After the check value is also determined by the system designer, the check is usually performed by a method unknown to the operator.
【0006】すなわち、従来の項目入力方式では、入力
する項目に対応する選択値やチェック値の変更を行う場
合は、変更のために業務プログラムや簡易言語を修正し
なければならず、プログラムのコンパイルや再評価の作
業を行わなければならない。また、入力された項目のチ
ェックを行う場合、そのチェック値が操作者に判らず、
操作者はこれを説明書等で確かめる必要がある。本発明
はかかる問題点を解決するためになされたものである。That is, in the conventional item input method, when a selection value or a check value corresponding to an input item is changed, a business program or a simple language must be corrected for the change, and the program is compiled. Or reevaluation work. Also, when checking the input items, the operator does not know the check value,
The operator needs to confirm this with a manual or the like. The present invention has been made to solve such a problem.
【0007】[0007]
【課題を解決するための手段】本発明に係わるデータ入
出力装置は、選択値は選択値データファイルに、チェッ
ク値はチェック値データファイルに登録しておき、対話
型入力装置を使用し、データベースのデータを更新する
操作者が、入力しようとする項目に対応する選択値やチ
ェック値を表示させ、必要なときは選択値データフアイ
ルの内容、チェック値データファイルの内容を自由に更
新できるようにした。すなわち、選択値の更新(追加/
修正/削除)を行う選択値登録手段と、チェック値の更
新を行うチェック値登録手段とを付加することによっ
て、データベースのデータを更新する操作者が選択値、
チェック値を自由に更新できるようにした。According to a data input / output device according to the present invention, a selection value is registered in a selection value data file, and a check value is registered in a check value data file. Allows the operator who updates the data of the item to display the selected value or check value corresponding to the item to be entered, and to freely update the contents of the selected value data file and the contents of the check value data file when necessary. did. In other words, updating the selection value (add /
By adding a selection value registration unit for performing (correction / deletion) and a check value registration unit for updating the check value, the operator who updates the data in the database can select the selection value,
Check value can be updated freely.
【0008】[0008]
【実施例】以下、本発明の実施例を図面について説明す
る。図1は本発明の一実施例を機能的に示すブロック図
であって、選択値登録手段1、チェック値登録手段2、
選択値表示手段3、チェック値表示手段4、項目入力手
段5、入力値チェック手段6および制御部7は、コンピ
ュータのプログラム制御によって構成され、選択値登録
手段1によって登録された選択値は、当該選択値に対応
する項目名をポインタとして選択値データファイル8に
格納され、チェック値登録手段2によって登録されたチ
ェック値は、当該チェック値に対応する項目名をポイン
タとしてチェック値データファイル9に格納される。Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram functionally showing one embodiment of the present invention, in which a selection value registration means 1, a check value registration means 2,
The selection value display unit 3, the check value display unit 4, the item input unit 5, the input value check unit 6, and the control unit 7 are configured by computer program control. The selection value registered by the selection value registration unit 1 is The item name corresponding to the selected value is stored in the selected value data file 8 as a pointer, and the check value registered by the check value registering means 2 is stored in the check value data file 9 using the item name corresponding to the check value as a pointer. Is done.
【0009】図1の業務データファイル10は、更新す
べきデータベースが格納されているファイルであり、こ
の業務データファイル10の更新は項目入力手段5によ
って行う。図1に示す各ブロックは、機能別に分けられ
たブロックであって、例えば、項目入力手段5は、通常
対話型入力手段で構成されるが、この入力手段を構成す
るハードウェアを、選択値登録手段1にもチェック値登
録手段2にも、そのまま使用することができる。また、
この対話型入力手段は、操作者に対するインタフェース
としてブラウン管などの表示装置を備えているが、この
表示装置をそのまま選択値表示手段3、チェック値表示
手段4として使用することができる。The business data file 10 shown in FIG. 1 is a file storing a database to be updated. The business data file 10 is updated by the item input means 5. Each block shown in FIG. 1 is a block classified according to a function. For example, the item input means 5 is usually constituted by an interactive input means. Both the means 1 and the check value registration means 2 can be used as they are. Also,
This interactive input means has a display device such as a cathode ray tube as an interface for the operator, and this display device can be used as the selection value display means 3 and the check value display means 4 as they are.
【0010】以下、図1に示す装置の動作について説明
する。図2は図1に示す装置の動作を説明するためのフ
ローチャート、図3は選択値データの一例を示す説明
図、図4はチェック値データの一例を示す説明図、図5
は選択値表示手段3の表示例を示す説明図、図6はチェ
ック値表示手段4の表示例を示す説明図、図7は業務デ
ータファイル10の一部分の例を示す説明図である。ま
た図2においてS0〜S18は、データ処理の各プログ
ラムステップを示す。Hereinafter, the operation of the apparatus shown in FIG. 1 will be described. 2 is a flowchart for explaining the operation of the apparatus shown in FIG. 1, FIG. 3 is an explanatory diagram showing an example of selection value data, FIG. 4 is an explanatory diagram showing an example of check value data, FIG.
6 is an explanatory diagram showing a display example of the selection value display means 3, FIG. 6 is an explanatory diagram showing a display example of the check value display means 4, and FIG. 7 is an explanatory diagram showing an example of a part of the business data file 10. In FIG. 2, S0 to S18 indicate each program step of the data processing.
【0011】S2,S3,S11,S16では、表示装
置を介して操作者に問い合わせ(入力要請)が行われ、
操作者がキーを介してYES,NOの返事を入力するこ
とにより、プログラムが分岐する。S1で入力項目を決
定すると、その決定した入力項目に対し、S2の問い合
わせが表示される。決定した入力項目が「名前」の場
合、図3からデータの型は文字であり桁数は10であ
り、選択値もチェック値も存在せず、このことは入力操
作者がよく承知しているので、S2,S3ではNOが入
力され、S4に移りキーボードから10桁以内の文字で
「名前」が入力され、次のS5の判定はNOでS6に到
り、S4で入力されたデータが業務データファイル10
に格納される。In S2, S3, S11 and S16, an inquiry (input request) is made to the operator via the display device.
When the operator inputs a reply of YES or NO through the key, the program branches. When an input item is determined in S1, an inquiry in S2 is displayed for the determined input item. If the determined input item is "name", the data type is character and the number of digits is 10 from FIG. 3, there is no selection value or check value, and this is well known by the input operator. Therefore, NO is input in S2 and S3, the process proceeds to S4, and the "name" is input using a character of 10 digits or less from the keyboard. Data file 10
Is stored in
【0012】次に、S1で決定した入力項目が「役職」
であった場合、S2の問い合わせに対しYESを回答す
ると、プログラムはS10に進み、項目「役職」に対応
して選択値データファイル8に記憶されている選択値
が、図5のように表示される。そして、この表示された
選択値で良ければ、S11に対してはNOが入力され、
プログラムはS14に進み、項目入力が行われる。この
場合の入力は、キーボードから「専務」と入力する替わ
りに選択値の数値2を入力すれば良い。また、選択値表
示手段3上のカーソルを、「2.専務」に合わせて入力
キーを押すように設計することもできる。Next, the input item determined in S1 is "post".
If the answer is YES in response to the inquiry in S2, the program proceeds to S10, and the selection values stored in the selection value data file 8 corresponding to the item "post" are displayed as shown in FIG. You. If the displayed selection value is acceptable, NO is input for S11,
The program proceeds to S14, and an item is input. In this case, instead of inputting "management" from the keyboard, a numerical value 2 of the selection value may be input. Further, it is also possible to design so that the input key is pressed by setting the cursor on the selection value display means 3 to "2.
【0013】図5のように表示された「役職」の選択値
中に、「常務」がなく、実際の役職には存在するので選
択値の追加を必要とする場合には、S11でYESを入
力し、S12でキーボードから選択値3に「常務」を追
加し、「部長」の選択値を4に修正し、「部長」以下の
選択値をそれぞれ修正して、S13で選択値データファ
イルの内容を更新しておくと、この更新値がステップS
10で表示され、この更新された表示に従って、選択値
による項目入力を行うことになる(S10−S11〜S
14)。If there is no "management" in the "post" selection value displayed as shown in FIG. 5 and it is present in the actual post, and it is necessary to add the selection value, YES is returned in S11. Then, in S12, "Management" is added to the selection value 3 from the keyboard, the selection value of "Manager" is corrected to 4, and the selection values below "Manager" are respectively corrected. If the content is updated, this updated value
10, the item is input by the selected value in accordance with the updated display (S10-S11 to S10).
14).
【0014】システム初期化の時点において選択値デー
タファイル8の内容は空欄であっても差し支えない。入
力操作者がS4でキーボードから入力するよりS14で
選択値入力を行った方が便利であると考えた「項目」に
対し、S2,S11で YESを入力し、逐次選択値デ
ータファイル8の内容を充足させて行くことができる。
これに対しチェック値データファイル9の内容は、シス
テム初期化の時点でほぼ正しく入力しておくことが必要
である。そうしないとS5の判定がNOになって入力エ
ラーがチェックされないという事態が発生する。システ
ム初期化の時点における選択値データファイル8、チェ
ック値データファイル9への書き込みは、入力操作者以
外の人間が行なっても良い。入力操作者がチェック値を
入力する場合は、S3,S16でYESを入力し、S1
7で書き込みを行う。図6は、S15により表示された
チェック値の一例を示す説明図である。At the time of system initialization, the contents of the selected value data file 8 may be blank. For the "items" that the input operator deems more convenient to input the selected value in S14 than to input from the keyboard in S4, "YES" is input in S2 and S11 for the "item", and the contents of the sequentially selected value data file 8 Can be satisfied.
On the other hand, the contents of the check value data file 9 need to be input almost correctly at the time of system initialization. Otherwise, the result of the determination in S5 is NO, and an input error is not checked. Writing to the selection value data file 8 and the check value data file 9 at the time of system initialization may be performed by a person other than the input operator. When the input operator inputs a check value, YES is input in S3 and S16, and S1 is input.
7. Writing is performed. FIG. 6 is an explanatory diagram illustrating an example of the check value displayed in S15.
【0015】チェック値データファイル9の内容が充足
された後は、入力操作者はS3において常にNOを入力
してよい。S5の判定がYESでS8の判定がNOでS
9のエラー表示があった場合、プログラムはS15に進
み、エラー表示の判定基準となったチェック値が表示さ
れるので、入力操作者は入力エラーに気が付くか、また
はチェック値が不当であることに気が付く。チェック値
が不当な場合は、S16でYESを入力し、S17でチ
ェック値の更新を行うと、S18でチェック値データフ
ァイル9の内容が更新され、S7のチェック処理は更新
したチェック値により行われるので、S8の判定で入力
データがチェックOKになる場合がある。各項目に対し
順次入力を行った結果は、例えば図7に示す通りにな
る。After the contents of the check value data file 9 are satisfied, the input operator may always input NO in S3. S5 is YES and S8 is NO and S
If there is an error display of No. 9, the program proceeds to S15, where the check value serving as the criterion for the error display is displayed, so that the input operator is aware of the input error or the check value is incorrect. notice. If the check value is invalid, YES is input in S16, the check value is updated in S17, the content of the check value data file 9 is updated in S18, and the check processing in S7 is performed with the updated check value. Therefore, the input data may be checked OK in the determination in S8. The result of sequentially inputting each item is as shown in FIG. 7, for example.
【0016】[0016]
【発明の効果】以上説明したように本発明によれば、デ
ータベースを更新するための入力操作者が選択値を自由
に選択して入力操作を簡略化することができ、また、チ
ェック値を自由に選択して入力エラーを防止することが
できる等の効果がある。As described above, according to the present invention, the input operator for updating the database can freely select the selected value to simplify the input operation, and can freely set the check value. To prevent an input error.
【図1】本発明の一実施例の機能構成を示すブロック図
である。FIG. 1 is a block diagram showing a functional configuration of an embodiment of the present invention.
【図2】図1に示す装置の動作を説明するためのフロー
チャート図である。FIG. 2 is a flowchart for explaining the operation of the apparatus shown in FIG. 1;
【図3】選択値データの一例を示す説明図である。FIG. 3 is an explanatory diagram illustrating an example of selection value data.
【図4】チェック値データの一例を示す説明図である。FIG. 4 is an explanatory diagram showing an example of check value data.
【図5】選択値表示手段の表示例を示す説明図である。FIG. 5 is an explanatory diagram showing a display example of a selection value display means.
【図6】チェック値表示手段の表示例を示す説明図であ
る。FIG. 6 is an explanatory diagram showing a display example of a check value display means.
【図7】業務データファイルの一部分の例を示す説明図
である。FIG. 7 is an explanatory diagram showing an example of a part of a business data file.
【符号の説明】 1 選択値登録手段 2 チェック値登録手段 3 選択値表示手段 4 チェック値表示手段 5 項目入力手段 6 入力値チェック手段 7 制御部 8 選択値データファイル 9 チェック値データファイル 10 業務データファイル[Description of Signs] 1 Selected value registering means 2 Check value registering means 3 Selected value displaying means 4 Check value displaying means 5 Item inputting means 6 Input value checking means 7 Control unit 8 Selected value data file 9 Check value data file 10 Business data File
───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭63−240623(JP,A) 特開 平4−290137(JP,A) 特開 平3−48342(JP,A) 特開 平3−24647(JP,A) 特開 昭62−202243(JP,A) MICROOFT ACCESS ユ ーザーズガイド pp51−54,pp58− 62 1993年12月20日 (58)調査した分野(Int.Cl.6,DB名) G06F 17/30 G06F 3/14 340──────────────────────────────────────────────────続 き Continuation of the front page (56) References JP-A-63-240623 (JP, A) JP-A-4-290137 (JP, A) JP-A-3-48342 (JP, A) JP-A-3-48 24647 (JP, A) JP-A-62-202243 (JP, A) MICROFT ACCESS User's Guide pp51-54, pp58-62 December 20, 1993 (58) Fields investigated (Int. Cl. 6 , DB name) G06F 17/30 G06F 3/14 340
Claims (4)
装置において、 入力項目に選択値が存在するものに対し、当該入力項目
に対応する選択値を格納する選択値データファイル、 入力項目が定められたとき、当該入力項目に対応して前
記選択値データファイル内に記憶された選択値を表示す
る選択値表示手段、 この選択値表示手段を含んで構成される対話型入力装置
により、前記選択値データファイルの内容を更新する選
択値登録手段、 入力項目にチェック値が存在するものに対し、当該入力
項目に対応するチェック値を格納するチェック値データ
ファイル、 入力項目が定められたとき、当該入力項目に対応して前
記チェック値データファイル内に記憶されたチェック値
を表示するチェック値表示手段、 このチェック値表示手段を含んで構成される対話型入力
装置により前記チェック値データファイルの内容を更新
するチェック値登録手段、 前記データベースの保守のため、定められた入力項目に
対するデータを入力する項目入力手段、 この項目入力手段により入力されたデータに対し、当該
入力項目に対するチェック値が前記チェック値データフ
ァイル内に記憶されているとき、このチェック値により
前記入力されたデータをチェックし、入力されたデータ
が前記チェック値に適合しないときエラー信号を出力す
る入力値チェック手段、 前記選択値表示手段、前記選択値登録手段、前記チェッ
ク値表示手段、前記チェック値登録手段、前記項目入力
手段、および前記入力値チェック手段を制御する制御
部、 を備えたことを特徴とするデータ入出力装置。In a data input / output device for maintaining a database, a selection value data file for storing a selection value corresponding to an input item and an input item are defined for a selection value existing in the input item. A selection value display unit for displaying a selection value stored in the selection value data file corresponding to the input item; and an interactive input device including the selection value display unit, the selection value data A selection value registration means for updating the contents of the file, a check value data file for storing a check value corresponding to the input item for a check value existing in the input item, and an input item when the input item is determined. Check value display means for displaying a check value stored in the check value data file corresponding to the check value data file; Check value registering means for updating the contents of the check value data file by means of the configured interactive input device; item input means for inputting data for predetermined input items for maintenance of the database; input by the item input means When a check value for the input item is stored in the check value data file for the input data, the check value is used to check the input data, and the input data does not match the check value. Input value check means for outputting an error signal, control for controlling the selected value display means, the selected value registration means, the check value display means, the check value registration means, the item input means, and the input value check means. A data input / output device, comprising:
き、当該入力項目に対する選択値を表示するか否かの指
令信号の入力を要請する表示を前記選択値表示手段によ
り表示し、選択値の表示を指令する信号が入力されたと
きは前記選択値表示手段により選択値を表示すると同時
に、表示した選択値を更新する選択値入力を行うか否か
の指令信号の入力を要請する表示を行い、選択値入力を
行う指令信号が入力されたとき前記選択値登録手段を動
作させることを特徴とする請求項第1項記載のデータ入
出力装置。2. When the input item is determined, the control unit displays, by the selection value display means, a display requesting input of a command signal as to whether or not to display a selection value for the input item. When a signal for instructing the display of a value is input, the selected value is displayed by the selected value display means, and at the same time, a display requesting the input of a command signal as to whether or not to input a selected value for updating the displayed selected value. 2. The data input / output device according to claim 1, wherein the selection value registering means is operated when a command signal for performing selection value input is input.
き、当該入力項目に対するチェック値を表示するか否か
の指令信号の入力を要請する表示を前記チェック値表示
手段により表示し、チェック値の表示を指令する信号が
入力されたときは前記チェック値表示手段によりチェッ
ク値を表示すると同時に、表示したチェック値を更新す
るチェック値入力を行うか否かの指令信号の入力を要請
する表示を行い、チェック値入力を行う指令信号が入力
されたとき前記チェック値登録手段を動作させることを
特徴とする請求項第1項記載のデータ入出力装置。3. The check value display means displays, when the input item is determined, a display requesting input of a command signal as to whether or not to display a check value for the input item by the check value display means. When a signal for instructing the display of a value is input, the check value is displayed by the check value display means, and at the same time, a display requesting input of a command signal as to whether or not to input a check value for updating the displayed check value. 2. The data input / output device according to claim 1, wherein said check value registering means is operated when a command signal for inputting a check value is input.
が前記エラー信号を出力した場合、前記チェック値表示
手段により当該エラー信号の原因となったチェック値を
表示すると同時に、チェック値の入力を行うか否かの指
令信号の入力を要請する表示を行うことを特徴とする請
求項第1項記載のデータ入出力装置。4. The control unit, when the input value check means outputs the error signal, displays the check value causing the error signal on the check value display means and simultaneously inputs the check value. 2. The data input / output device according to claim 1, wherein a display requesting an input of a command signal as to whether or not to perform is performed.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6023095A JP2760277B2 (en) | 1994-01-25 | 1994-01-25 | Data input / output device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6023095A JP2760277B2 (en) | 1994-01-25 | 1994-01-25 | Data input / output device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH07210579A JPH07210579A (en) | 1995-08-11 |
JP2760277B2 true JP2760277B2 (en) | 1998-05-28 |
Family
ID=12100890
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP6023095A Expired - Fee Related JP2760277B2 (en) | 1994-01-25 | 1994-01-25 | Data input / output device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2760277B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2003058290A (en) * | 2001-08-09 | 2003-02-28 | Densan System Co Ltd | Input supporting method, input supporting program, recording medium and data processing system |
JP2008070969A (en) * | 2006-09-12 | 2008-03-27 | Toshiba Tec Corp | Master registration device and master registration program |
-
1994
- 1994-01-25 JP JP6023095A patent/JP2760277B2/en not_active Expired - Fee Related
Non-Patent Citations (1)
Title |
---|
MICROOFT ACCESS ユーザーズガイド pp51−54,pp58−62 1993年12月20日 |
Also Published As
Publication number | Publication date |
---|---|
JPH07210579A (en) | 1995-08-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5710901A (en) | Method and apparatus for validating data entered by a user | |
EP0740258B1 (en) | Data management system | |
JPH06250834A (en) | Application specification handling device | |
US7058582B2 (en) | Method for performing programming by plain text requests | |
JP2760277B2 (en) | Data input / output device | |
JPH0944575A (en) | Electronic billing system | |
EP0729105B1 (en) | Computer with a check function | |
JPH0385663A (en) | Control method for computer network system | |
JPH01244521A (en) | Data manipulation system | |
JPH103417A (en) | File change history management system | |
JPH11232089A (en) | System and method for managing terms and recording medium | |
JP3666904B2 (en) | File registration system | |
JPH03177972A (en) | Data base system | |
JPH05257952A (en) | Batch input method for desease name and medical treatment information | |
JP2926098B2 (en) | Customer operation guidance method of transfer transaction by automatic transaction device | |
JP2782245B2 (en) | Inference processing apparatus and method based on input operation information | |
WO1993015458A1 (en) | Information processing apparatus and method therefor | |
JPH096772A (en) | Character processor | |
JPS63211025A (en) | Management processing system for attribute of data item | |
JPH0793419A (en) | Data processor and method for controlling data input | |
JPH08287078A (en) | Device for supporting selection of keyword | |
JPH09185661A (en) | File processor | |
JPH0756668A (en) | Input controller | |
JPH08147128A (en) | Data processor | |
JPH09297804A (en) | Data processor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
LAPS | Cancellation because of no payment of annual fees |