JPH0668030A - Data input processing system for distributed processing system - Google Patents

Data input processing system for distributed processing system

Info

Publication number
JPH0668030A
JPH0668030A JP4245834A JP24583492A JPH0668030A JP H0668030 A JPH0668030 A JP H0668030A JP 4245834 A JP4245834 A JP 4245834A JP 24583492 A JP24583492 A JP 24583492A JP H0668030 A JPH0668030 A JP H0668030A
Authority
JP
Japan
Prior art keywords
data
processing unit
file
terminal
input
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.)
Pending
Application number
JP4245834A
Other languages
Japanese (ja)
Inventor
Mutsuko Masuda
睦子 益田
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP4245834A priority Critical patent/JPH0668030A/en
Publication of JPH0668030A publication Critical patent/JPH0668030A/en
Pending legal-status Critical Current

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)

Abstract

PURPOSE:To use a small-capacity data file enough for storage of only data of one application and to easily delete data without an influence upon the other data by performing each application in a terminal equipment from data input to data transmission or data deletion while excluding the other applications. CONSTITUTION:A terminal application select processing part 14 of a terminal equipment 1 selects and starts one application processing part indicated by an operator out of plural application processing parts 15 and 16 corresponding to respective applications. The started application processing part 15 inputs data from a keyboard 12 and writes data in a data file 17 and deletes all of contents of the file 17 and transmits data stored in the file 17 to a higher-order device 2. Until one application processing part writes the inputted data in the file 17 and transmits written data to the higher-order device 2 or deletes all of contents of the file 17 including written data after writing inputted data in the file 17, the other application processing part 16 cannot be selected neither started by the terminal application select processing part 14.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、端末装置とこれに通信
路を介して接続された上位装置とで構成された分散処理
システムに関し、特に、端末装置において複数の業務毎
にその業務にかかるデータを入力装置から入力して上位
装置に送信し、上位装置において受信したデータの処理
を行う分散処理システムにおけるデータ入力処理方式に
関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a distributed processing system composed of a terminal device and a host device connected to the terminal device through a communication path. The present invention relates to a data input processing method in a distributed processing system in which data is input from an input device, transmitted to a host device, and the data received by the host device is processed.

【0002】[0002]

【従来の技術】従来、この種の分散処理システムにおい
ては、端末装置の入力装置から入力された各業務にかか
るデータを1つのデータファイルに無条件に混在させて
蓄積しておき、この蓄積されたデータを上位装置に送信
するようにしている。
2. Description of the Related Art Conventionally, in this type of distributed processing system, data concerning each work input from an input device of a terminal device is unconditionally mixed and stored in one data file, and this data is stored. The transmitted data is transmitted to the host device.

【0003】[0003]

【発明が解決しようとする課題】以上のような構成によ
っても端末装置で入力された各業務のデータを上位装置
に送信することは可能であるが、1つのデータファイル
に複数の業務の入力データを混在させて蓄積するため、
容量の大きなデータファイルが必要となり、また或る業
務について入力したデータに入力誤りがあった場合、デ
ータファイルには他の業務の入力データも蓄積されてい
るため該当する業務のデータだけを削除することが困難
か、可能であっても誤って他の業務の入力データも削除
してしまう危険性があるという問題点があった。
With the above-mentioned configuration, it is possible to transmit the data of each work input from the terminal device to the higher-level device, but one data file contains input data of a plurality of works. Since they are mixed and accumulated,
If a large data file is required and there is an input error in the data entered for a certain job, the input data for other jobs are also stored in the data file, so only the data for the job is deleted. However, there is a risk that input data of other jobs may be deleted by mistake even if it is difficult.

【0004】本発明はこのような事情に鑑みて為された
ものであり、その目的は、小さな容量のデータファイル
で済み、且つ、入力誤り時には確実に当該業務にかかる
入力データのみを削除することができるようにした分散
処理システムにおけるデータ入力処理方式を提供するこ
とにある。
The present invention has been made in view of the above circumstances, and an object thereof is to ensure that only a small-capacity data file is required and that, when an input error occurs, only the input data relating to the job is surely deleted. It is an object of the present invention to provide a data input processing method in a distributed processing system capable of performing.

【0005】[0005]

【課題を解決するための手段】本発明は上記の目的を達
成するために、端末装置とこれに通信路を介して接続さ
れた上位装置とで構成され、前記端末装置において複数
の業務毎にその業務にかかるデータを入力装置から入力
して前記通信路を通じて前記上位装置に送信し、前記上
位装置で受信したデータの処理を行う分散処理システム
において、前記端末装置に、各業務対応の業務処理部
と、該複数の業務処理部のうちの何れか1つの業務処理
部を選択して起動する端末業務選択処理部と、複数の業
務処理部で排他的に共用されるデータファイルとを備
え、前記端末業務選択処理部によって選択されて起動さ
れた業務処理部が、前記入力装置から入力したデータを
前記データファイルに書き込み、該書き込んだデータを
前記通信路を通じて前記上位装置に送信するか或いは該
書き込んだデータを含め前記データファイルの内容全て
を削除するまで、前記端末業務選択処理部による別の業
務処理部の選択が行えないようにしている。
In order to achieve the above object, the present invention comprises a terminal device and a host device connected to the terminal device through a communication path. In a distributed processing system for inputting data related to the business from an input device, transmitting the data to the higher-level device through the communication path, and processing the data received by the higher-level device, a business process corresponding to each business in the terminal Section, a terminal task selection processing section for selecting and activating any one of the plurality of task processing sections, and a data file exclusively shared by the plurality of task processing sections, The business processing unit selected and activated by the terminal business selection processing unit writes the data input from the input device to the data file, and writes the written data through the communication path. Until delete all contents of the data file including or the written data is transmitted to the host device, the selection of different business processing unit is prevented from performing by the terminal operation selection unit.

【0006】また、前記端末業務選択処理部は、表示装
置に表示した業務選択画面を通じて指示された業務に対
応する業務処理部を選択して起動する構成を有し、更
に、前記上位装置に、前記端末装置から受信したデータ
を蓄積するデータ受信ファイルと、該データ受信ファイ
ルを検索して業務毎のデータを得るデータ検索処理部と
を備えるようにしている。
Further, the terminal job selection processing unit has a configuration for selecting and starting a job processing unit corresponding to a job instructed through a job selection screen displayed on a display device. A data reception file for accumulating data received from the terminal device, and a data search processing unit for searching the data reception file to obtain data for each job are provided.

【0007】[0007]

【作用】本発明の分散処理システムにおけるデータ入力
処理方式においては、端末装置に備わる端末業務選択処
理部が、各業務対応の複数の業務処理部のうち、表示装
置に表示した業務選択画面を通じて操作者によって指示
された業務に対応する業務処理部を選択して起動する
と、この起動された業務処理部が、入力装置からのデー
タの入力,データファイルへの書き込み,データファイ
ルの内容全ての削除,データファイルに格納されたデー
タの上位装置への送信を行う。そしてこの場合、起動さ
れた業務処理部が、入力装置から入力したデータをデー
タファイルに書き込み、この書き込んだデータを上位装
置に送信するか或いは書き込んだデータを含めデータフ
ァイルの内容全てを削除するまで、端末業務選択処理部
は別の業務処理部を選択しないようにしている。即ち各
業務処理が排他的に行われるようにしている。これによ
り、データファイルには一時には1つの業務のデータの
みが格納されるので小さな容量で足り、また、データ削
除も簡単かつ他の業務データに何等影響を与えずに行え
る。
In the data input processing method in the distributed processing system of the present invention, the terminal job selection processing unit provided in the terminal device operates through the job selection screen displayed on the display device among the plurality of job processing units corresponding to each job. When the business processing unit corresponding to the business designated by the user is selected and started, the started business processing unit inputs data from the input device, writes the data file, deletes all the contents of the data file, The data stored in the data file is transmitted to the host device. Then, in this case, the started business processing unit writes the data input from the input device to the data file and transmits the written data to the host device or deletes all the contents of the data file including the written data. The terminal work selection processing unit does not select another work processing unit. That is, each business process is exclusively performed. As a result, since only one job data is stored in the data file at a time, a small capacity is sufficient, and the data can be deleted easily and without affecting other job data.

【0008】[0008]

【実施例】次に本発明の実施例について図面を参照して
詳細に説明する。
Embodiments of the present invention will now be described in detail with reference to the drawings.

【0009】図1を参照すると、本発明を適用した分散
処理システムの一例は、端末装置1とこれに通信路3を
介して接続された上位装置2とで構成されている。
Referring to FIG. 1, an example of a distributed processing system to which the present invention is applied is composed of a terminal device 1 and a host device 2 connected to the terminal device 1 via a communication path 3.

【0010】端末装置1は、複数の業務毎にその業務に
かかるデータを操作者から入力して通信路3を通じて上
位装置2に送信する装置であり、業務選択画面や各業務
毎の入力画面を表示するCRT11,データの入力を行
うキーボード12,端末業務選択処理部14,或る業務
Aにかかる処理を行う業務処理部15,別の或る業務B
にかかる処理を行う業務処理部16,および,業務処理
部15,16によって排他的に共用されるデータファイ
ル17を有している。
The terminal device 1 is a device for inputting data relating to a plurality of jobs from an operator and transmitting the data to the higher-level device 2 through the communication path 3, and displays a job selection screen and an input screen for each job. A CRT 11 to be displayed, a keyboard 12 for inputting data, a terminal task selection processing section 14, a task processing section 15 for performing processing relating to a certain task A, another certain task B
It has a business processing unit 16 for performing the above process and a data file 17 exclusively shared by the business processing units 15 and 16.

【0011】他方、上位装置2は、端末装置1から送信
されてきたデータを受信し、この受信したデータの処理
を行う装置であり、上位装置データ受信処理部21,デ
ータ受信ファイル22,データ検索処理部23およびプ
リンタ24を有している。
On the other hand, the host device 2 is a device for receiving the data transmitted from the terminal device 1 and processing the received data. The host device data reception processing section 21, the data reception file 22, and the data retrieval. It has a processing unit 23 and a printer 24.

【0012】なお、図1の例では、2つの業務処理部1
5,16を備えた端末装置を示したが、業務処理部の個
数はこれに限定されるものではない。
In the example of FIG. 1, two business processing units 1
Although the terminal devices provided with 5, 16 are shown, the number of business processing units is not limited to this.

【0013】図2は図1の端末装置1の処理の概略を示
すフローチャートであり、以下各図を参照して本実施例
の動作を説明する。
FIG. 2 is a flow chart showing the outline of the processing of the terminal device 1 of FIG. 1. The operation of this embodiment will be described below with reference to the drawings.

【0014】何れの業務にかかる入力処理も行っていな
い初期の状態では、データファイル17には有為な情報
は何も格納されておらず、端末装置1は端末業務選択処
理部14によってCRT11に選択する業務を特定する
業務番号の入力を促す業務選択画面を表示し、業務番号
が入力されるのを待っている(S1)。
In the initial state where no input processing for any business is performed, no significant information is stored in the data file 17, and the terminal device 1 is transferred to the CRT 11 by the terminal business selection processing unit 14. A job selection screen that prompts the user to enter a job number that identifies the job to be selected is displayed, and the operation number is awaited (S1).

【0015】端末装置1の操作者が、例えば業務Aにか
かる入力業務を行うためにCRT11に表示された業務
選択画面を通じ業務Aの業務番号をキーボード12から
入力すると、端末業務選択処理部14は図2の処理S1
において業務Aに対応する業務処理部15を起動する。
When the operator of the terminal device 1 inputs the business number of the business A from the keyboard 12 through the business selection screen displayed on the CRT 11 in order to perform the input business related to the business A, for example, the terminal business selection processing unit 14 Processing S1 of FIG.
At, the business processing unit 15 corresponding to the business A is activated.

【0016】起動された業務処理部15は図2のS2〜
S9の処理を実行する。
The started work processing unit 15 has S2 to S2 in FIG.
The process of S9 is executed.

【0017】先ず、CRT11に業務Aにかかる入力画
面を表示してデータの入力を待ち合わせ、利用者がキー
ボード12の操作によってデータを入力したらそれを取
り込み(S2)、当該データが業務Aにかかるデータで
あることが判るように業務名等を付加してデータファイ
ル17に格納する(S3)。
First, the input screen for work A is displayed on the CRT 11 to wait for data input. When the user inputs data by operating the keyboard 12, the data is taken in (S2), and the data concerned is data for work A. It is stored in the data file 17 with the business name and the like added so that it can be understood that it is (S3).

【0018】端末装置1の操作者が引き続きデータの入
力を行うと(S4でYES)、処理S2に戻り、上述し
た処理を繰り返す。
When the operator of the terminal device 1 continuously inputs data (YES in S4), the process returns to the process S2 and the above-mentioned processes are repeated.

【0019】また、端末装置1の操作者が既に入力した
データに誤りがあったことに気付き、データを入力する
代わりにデータの削除をキーボード12の操作により指
示すると(S4でNO,S5でYES)、業務処理部1
5はデータファイル17に格納された全てのデータを削
除する(S6)。そして、この時点で制御が業務処理部
15から端末業務選択処理部14に戻され、端末業務選
択処理部14はCRT11に再び業務選択画面を表示し
て業務の選択を受け付ける(S1)。
Further, if the operator of the terminal device 1 notices that the data already input is incorrect, and instead of inputting the data, an instruction to delete the data is given by operating the keyboard 12 (NO in S4, YES in S5). ), Business processing unit 1
5 deletes all the data stored in the data file 17 (S6). Then, at this point, control is returned from the work processing unit 15 to the terminal work selection processing unit 14, and the terminal work selection processing unit 14 again displays the work selection screen on the CRT 11 and accepts the selection of the work (S1).

【0020】他方、データの削除でなくデータの送信が
キーボード12の操作等により指示されると(S5でN
O)、業務処理部15はデータファイル17に蓄積され
たデータ全てを通信路3を通じて上位装置2に送信し
(S7)、正常に送信が終了したか否かをチェックし
(S8)、正常終了の場合はデータファイル17の内容
を全てクリアする(S9)。そして、この時点で制御が
業務処理部15から端末業務選択処理部14に戻され、
端末業務選択処理部14はCRT11に再び業務選択画
面を表示して業務の選択を受け付ける(S1)。また、
送信が正常終了でない場合、業務処理部15は処理S2
に戻り、上述した処理を繰り返す。
On the other hand, if data transmission is instructed by operating the keyboard 12 or the like instead of deleting data (N in S5)
O), the work processing unit 15 transmits all the data accumulated in the data file 17 to the higher-level device 2 through the communication path 3 (S7), and checks whether the transmission is normally completed (S8), and the normal end is performed. In the case of, all contents of the data file 17 are cleared (S9). Then, at this point, control is returned from the work processing unit 15 to the terminal work selection processing unit 14,
The terminal job selection processing unit 14 displays the job selection screen on the CRT 11 again and accepts the job selection (S1). Also,
When the transmission is not normally completed, the business processing unit 15 performs the processing S2.
Then, the processing described above is repeated.

【0021】以上は業務処理部15が選択された場合の
動作であるが、業務Bに対応する業務処理部16が選択
された場合も同様の動作が行われる。
The above is the operation when the business processing unit 15 is selected, but the same operation is performed when the business processing unit 16 corresponding to the business B is selected.

【0022】このように、端末装置1では、1つの業務
処理部が、操作者からのデータを入力してデータファイ
ル17に書き込み、この書き込んだデータを上位装置2
に送信するか或いは書き込んだデータを含めデータファ
イル17の内容全てを削除するまで、別の業務処理部が
動作しないようになっている。
As described above, in the terminal device 1, one business processing section inputs data from the operator and writes the data in the data file 17, and the written data is written in the host device 2.
Until the entire content of the data file 17 including the transmitted data or the written data is deleted, another business processing unit does not operate.

【0023】さて、上位装置2においては、端末装置1
から通信路3を通じてデータが送られてくる毎に、上位
装置データ受信処理部21がそれを受信してデータ受信
ファイル22に蓄積する。従って、データ受信ファイル
22には、複数の業務A,Bにかかる入力データが格納
されることになる。そこで、実際の処理に際しては、デ
ータ検索処理部23がデータ受信ファイル22のデータ
を各業務毎に検索し、この検索で得られた各業務のデー
タについて処理を行うようにしている。なお、図1の上
位装置2では、データ検索処理部23が検索した各業務
毎のデータをプリンタ24に出力するデータ処理を行っ
ているが、そのような処理だけに限定されないことは言
うまでもない。
Now, in the host device 2, the terminal device 1
Each time data is sent from the communication device 3 via the communication path 3, the host device data reception processing unit 21 receives it and stores it in the data reception file 22. Therefore, the data reception file 22 stores the input data relating to the plurality of jobs A and B. Therefore, in the actual processing, the data search processing unit 23 searches the data of the data reception file 22 for each business, and processes the data of each business obtained by this search. Although the higher-level device 2 in FIG. 1 performs data processing for outputting the data for each job searched by the data search processing unit 23 to the printer 24, it goes without saying that the present invention is not limited to such processing.

【0024】[0024]

【発明の効果】以上説明した本発明の分散処理システム
におけるデータ入力処理方式によれば、以下のような効
果を得ることができる。
According to the data input processing method in the distributed processing system of the present invention described above, the following effects can be obtained.

【0025】端末装置において、起動された業務処理部
が入力装置から入力したデータをデータファイルに書き
込み、この書き込んだデータを上位装置に送信するか或
いは書き込んだデータを含めデータファイルの内容全て
を削除するまで、別の業務処理部が動作しないようにし
たので、データファイルには一時には1つの業務のデー
タのみが格納されることになり、小さな容量のデータフ
ァイルで足りる。また、入力誤り時におけるデータ削除
も簡単かつ他の業務データに何等影響を与えずに行え
る。
In the terminal device, the started business processing unit writes the data input from the input device to the data file and transmits the written data to the host device or deletes the entire contents of the data file including the written data. Until then, another business processing unit is prevented from operating, so that only one business data is stored in the data file at one time, and a small capacity data file is sufficient. Further, the data can be easily deleted when an input error occurs without affecting other business data.

【0026】データ入力直後にデータ送信を行うことに
より1業務単位でデータ送信が行え、また一送信一業務
データのため上位装置で端末装置の入力データを利用す
る場合の処理が容易になる。
By transmitting the data immediately after the data is input, the data can be transmitted in units of one work, and the processing when the input data of the terminal device is used by the host device is facilitated because it is one transmission and one work data.

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

【図1】本発明を適用した分散処理システムの一例を示
す構成図である。
FIG. 1 is a configuration diagram showing an example of a distributed processing system to which the present invention is applied.

【図2】端末装置の処理の概略を示すフローチャートで
ある。
FIG. 2 is a flowchart showing an outline of processing of a terminal device.

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

1…端末装置 11…CRT 12…キーボード 14…端末業務選択処理部 15,16…業務処理部 17…データファイル 2…上位装置 21…上位装置データ受信処理部 22…データ受信ファイル 23…データ検索処理部 24…プリンタ 3…通信路 DESCRIPTION OF SYMBOLS 1 ... Terminal device 11 ... CRT 12 ... Keyboard 14 ... Terminal work selection processing unit 15,16 ... Business processing unit 17 ... Data file 2 ... Upper device 21 ... Upper device data reception processing unit 22 ... Data reception file 23 ... Data retrieval process Part 24 ... Printer 3 ... Communication path

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 端末装置とこれに通信路を介して接続さ
れた上位装置とで構成され、前記端末装置において複数
の業務毎にその業務にかかるデータを入力装置から入力
して前記通信路を通じて前記上位装置に送信し、前記上
位装置で受信したデータの処理を行う分散処理システム
において、 前記端末装置に、 各業務対応の業務処理部と、 該複数の業務処理部のうちの何れか1つの業務処理部を
選択して起動する端末業務選択処理部と、 複数の業務処理部で排他的に共用されるデータファイル
とを備え、 前記端末業務選択処理部によって選択されて起動された
業務処理部が、前記入力装置から入力したデータを前記
データファイルに書き込み、該書き込んだデータを前記
通信路を通じて前記上位装置に送信するか或いは該書き
込んだデータを含め前記データファイルの内容全てを削
除するまで、前記端末業務選択処理部による別の業務処
理部の選択が行えないようにしたことを特徴とする分散
処理システムにおけるデータ入力処理方式。
1. A terminal device and a host device connected to the terminal device via a communication channel, wherein data relating to the job is input from an input device for each of a plurality of tasks in the terminal device and is transmitted through the communication channel. In a distributed processing system that processes data received by the higher-level device and transmitted to the higher-level device, the terminal device includes a business processing unit corresponding to each business and one of the plurality of business processing units. A terminal work selection processing unit that selects and starts a work processing unit, and a data file exclusively shared by a plurality of work processing units, and the work processing unit that is selected and started by the terminal work selection processing unit Write the data input from the input device to the data file and send the written data to the host device through the communication path or write the written data. Until remove all contents of fit the data file, the terminal operation selection processing unit data input processing method in a distributed processing system is characterized in that so can not be performed selecting a different business processing unit by.
【請求項2】 前記端末業務選択処理部は、表示装置に
表示した業務選択画面を通じて指示された業務に対応す
る業務処理部を選択して起動する請求項1記載の分散処
理システムにおけるデータ入力処理方式。
2. The data input process in the distributed processing system according to claim 1, wherein the terminal job selection processing unit selects and starts a job processing unit corresponding to a job instructed through a job selection screen displayed on a display device. method.
【請求項3】 前記上位装置に、 前記端末装置から受信したデータを蓄積するデータ受信
ファイルと、 該データ受信ファイルを検索して業務毎のデータを得る
データ検索処理部とを備える請求項2記載の分散処理シ
ステムにおけるデータ入力処理方式。
3. The data reception file for accumulating data received from the terminal device, and a data search processing unit for searching the data reception file to obtain data for each job, in the upper device. Data input processing method in the distributed processing system.
JP4245834A 1992-08-21 1992-08-21 Data input processing system for distributed processing system Pending JPH0668030A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4245834A JPH0668030A (en) 1992-08-21 1992-08-21 Data input processing system for distributed processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4245834A JPH0668030A (en) 1992-08-21 1992-08-21 Data input processing system for distributed processing system

Publications (1)

Publication Number Publication Date
JPH0668030A true JPH0668030A (en) 1994-03-11

Family

ID=17139546

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4245834A Pending JPH0668030A (en) 1992-08-21 1992-08-21 Data input processing system for distributed processing system

Country Status (1)

Country Link
JP (1) JPH0668030A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012164361A (en) * 2012-05-22 2012-08-30 Canon Marketing Japan Inc Terminal, control method, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012164361A (en) * 2012-05-22 2012-08-30 Canon Marketing Japan Inc Terminal, control method, and program

Similar Documents

Publication Publication Date Title
US6081819A (en) Electronic calculator with graph displaying function
JP2000056888A (en) Method and device for setting user interface
JPH0668030A (en) Data input processing system for distributed processing system
US7127532B2 (en) Data communication apparatus and transmission reservation managing method
US6801918B1 (en) File management apparatus and file management method
JPS6133488B2 (en)
JPH05274106A (en) Multiwindow display device
JP3425873B2 (en) Data input method for terminal device connected to host computer
JPH01290016A (en) Data input system
JPH01261723A (en) Device for displaying contents of electronic mail
JPH07219739A (en) Window management system for data analysis device
JP2509936B2 (en) Output control device
JPH0581096A (en) Page deletion system for electronic filing device
JPH07160634A (en) Multiwindow display system for on-line screen and image data
JPH03189765A (en) Electronic filing device
JP2755013B2 (en) Slip image input control device
JP2851071B2 (en) Database device
JPH0883244A (en) Drawing communication device
JPH02121022A (en) Teleprinter device
JPH04279959A (en) Information processor
JP2000029588A (en) Device and method for file management
JPS63292371A (en) Image processor control system using on-line conversation processing program
JPH05282086A (en) Transaction menu selecting method
JPH0773206A (en) Portable information display device
JPS6142290B2 (en)