JPH04291412A - Simulataneous input batch informing system from plural screens - Google Patents
Simulataneous input batch informing system from plural screensInfo
- Publication number
- JPH04291412A JPH04291412A JP3055299A JP5529991A JPH04291412A JP H04291412 A JPH04291412 A JP H04291412A JP 3055299 A JP3055299 A JP 3055299A JP 5529991 A JP5529991 A JP 5529991A JP H04291412 A JPH04291412 A JP H04291412A
- Authority
- JP
- Japan
- Prior art keywords
- input
- screen
- screens
- application program
- control table
- 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.)
- Withdrawn
Links
- 238000000034 method Methods 0.000 claims description 16
- 238000010586 diagram Methods 0.000 description 3
- 230000000694 effects Effects 0.000 description 1
- 230000008676 import Effects 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
Landscapes
- Input From Keyboards Or The Like (AREA)
Abstract
Description
【0001】0001
【産業上の利用分野】本発明は、複数画面から同時入力
して一括通知する同時入力一括通知方式に関するもので
ある。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a simultaneous input/batch notification system for simultaneously inputting data from multiple screens and notifying them all at once.
【0002】0002
【従来の技術】シングルタスクのアプリケーションプロ
グラムが画面から入力を取り込む際に、入力対象が1つ
の画面のみであるため、複数の画面からの入力を取り込
む必要がある場合、図3の(イ)に示すように、1つの
画面を生成して入力を取り込み、次の画面を生成して入
力を取り込むという処理を順次行うようにしていた。[Prior Art] When a single-task application program captures input from a screen, the input target is only one screen, so if it is necessary to capture input from multiple screens, the method shown in (a) in FIG. As shown, the process of generating one screen and capturing input, then generating the next screen and capturing input was performed sequentially.
【0003】また、複数画面から同時に入力を取り込む
場合は、図3の(ロ)に示すように、画面ごとにタスク
を生成して並列に入力を取り込んだ後、ある画面の入力
が完了した時点で他の画面の入力を問い合わせて取り込
んだ後、タスクを消去するようにしていた。以下図3の
動作を簡単に説明する。[0003] When inputting from multiple screens at the same time, as shown in FIG. After querying and importing the input from other screens, the task was deleted. The operation of FIG. 3 will be briefly explained below.
【0004】図3の(イ)において、アプリケーション
プログラムが入力Aを取り込む入力画面Aを開設してユ
ーザからの入力を受け付け、完了した時点で入力データ
(文字、図形など)を取り込む。同様に、入力B、入力
Cを取り込む入力画面B、Cを順次開設して入力を取り
込むことを繰り返し行う。これにより、複数の入力を順
次取り込むようにしていた。[0004] In (a) of FIG. 3, an application program opens an input screen A to receive input A, receives input from the user, and upon completion, input data (characters, graphics, etc.) is imported. Similarly, input screens B and C for inputting inputs B and C are sequentially opened and inputting inputs are repeatedly performed. This allowed multiple inputs to be taken in sequentially.
【0005】図3の(ロ)において、アプリケーション
プログラムがタスクA、B、Cを生成して入力画面A、
B、Cをそれぞれ開設し、これら入力画面A、B、Cか
ら並列にユーザからの入力を受け付け、いずれかの画面
からの入力完了の通知に対応して、これら入力データを
問い合わせて取り込む。そして、タスクA、B、Cを消
去する。これにより、複数タスクを生成して開設した複
数の画面から並列に入力を取り込むようにしていた。In (b) of FIG. 3, the application program generates tasks A, B, and C and displays input screens A,
B and C are opened respectively, and inputs from the user are accepted in parallel from these input screens A, B, and C, and in response to notification of input completion from any of the screens, these input data are queried and captured. Then, tasks A, B, and C are deleted. As a result, multiple tasks were created and inputs were imported in parallel from multiple screens opened.
【0006】[0006]
【発明が解決しようとする課題】上述したように、図3
の(イ)の方式では、1つの画面の入力が完了しないと
次の画面に入力できなく、同時並列に迅速に入力を効率
的に行えないという問題があった。また、図3の(ロ)
の方式では、複数タスクを生成して複数画面を開設して
同時並列に入力を行えるが、複数タスクの生成、複数画
面の開設、入力データの問い合わせ、複数タスクの消去
などの繁雑な処理が必要となってしまうという問題があ
った。[Problem to be Solved by the Invention] As mentioned above, FIG.
In the method (a), there is a problem that input cannot be performed on the next screen until the input on one screen is completed, and input cannot be performed quickly and efficiently simultaneously and in parallel. Also, (b) in Figure 3
With this method, you can generate multiple tasks, open multiple screens, and input data simultaneously in parallel, but it requires complicated processing such as creating multiple tasks, opening multiple screens, querying input data, and deleting multiple tasks. There was a problem that it became .
【0007】本発明は、複数画面からの入力制御を行う
入力制御処理を設け、アプリケーションプログラムがこ
れに依頼して複数画面からの入力をまとめて受け取り、
マルチタスク処理を意識することなく、簡易に同時並列
入力を可能にすることを目的としている。[0007] The present invention provides an input control process for controlling input from multiple screens, and an application program requests this to collectively receive input from multiple screens.
The purpose is to easily enable simultaneous and parallel input without having to be aware of multitasking processing.
【0008】[0008]
【課題を解決するための手段】図1を参照して課題を解
決するための手段を説明する。図1の(イ)において、
アプリケーションプログラム1は、複数画面からの同時
入力を取り込み、処理を行うものである。入力制御処理
2は、指示された複数画面を開設して各画面に対応づけ
て制御表3を作成したりなどするものである。[Means for Solving the Problems] Means for solving the problems will be explained with reference to FIG. In (a) of Figure 1,
The application program 1 captures and processes simultaneous input from multiple screens. The input control process 2 is to open a plurality of instructed screens and create a control table 3 in association with each screen.
【0009】制御表3は、画面4の入力属性および画面
4から入力されたデータを書き込んで保持するものであ
る。画面4は、データ(文字、図形、マウスによるクリ
ック位置など)を入力するための画面である。The control table 3 is used to write and hold input attributes of the screen 4 and data input from the screen 4. Screen 4 is a screen for inputting data (characters, figures, mouse click positions, etc.).
【0010】0010
【作用】本発明は、図1に示すように、アプリケーショ
ンプログラム1からの複数画面同時入力指示に対応して
、入力制御処理2が指示された複数の画面を開設および
画面に対応づけて制御表3を作成し、画面4からの入力
があったときに対応する制御表3に書き込んでおき、い
ずれかの画面4からの入力完了に対応して制御表3に書
き込んでおいた入力データを取り出し、依頼元のアプリ
ケーションプログラム1に一括して通知するようにして
いる。[Operation] As shown in FIG. 1, in response to a multiple screen simultaneous input instruction from the application program 1, the input control processing 2 opens a plurality of instructed screens and displays a control table in association with the screens. 3, write it in the corresponding control table 3 when there is an input from screen 4, and retrieve the input data written in control table 3 in response to the completion of input from any screen 4. , the requesting application program 1 is notified all at once.
【0011】従って、アプリケーションプログラム1は
マルチタスク処理を意識することなく、複数画面同時入
力指示を行うのみで、複数画面同時並列入力データを一
括して受け取ることが可能となる。[0011] Therefore, the application program 1 can receive simultaneous and parallel input data from multiple screens at once without being aware of multi-task processing, simply by issuing a multiple screen simultaneous input instruction.
【0012】0012
【実施例】次に、図1および図2を用いて本発明の実施
例の構成および動作を順次詳細に説明する。図1の(イ
)において、アプリケーションプログラム1は、複数の
画面4からの入力を取り込んで処理を行う業務プログラ
ムである。Embodiment Next, the structure and operation of an embodiment of the present invention will be explained in detail with reference to FIGS. 1 and 2. In FIG. 1A, an application program 1 is a business program that receives input from a plurality of screens 4 and processes them.
【0013】入力制御処理2は、アプリケーションプロ
グラム1からの複数画面同時入力指示に対応して、指示
された属性を持つ複数の画面4を開設および画面に対応
づけて制御表3を作成したり、画面4から入力されたデ
ータを対応する制御表3に書き込んだり、いずれかの画
面からの入力完了に対応して制御表3に書き込まれてい
る入力データを一括してアプリケーションプログラム1
に通知したりなどするものである。The input control processing 2, in response to a multiple screen simultaneous input instruction from the application program 1, opens a plurality of screens 4 having the specified attributes and creates a control table 3 in association with the screens. The application program 1 writes the data input from the screen 4 to the corresponding control table 3, or collectively writes the input data written to the control table 3 in response to the completion of input from any screen.
It is intended to notify the following.
【0014】制御表3は、画面4の入力属性および画面
4から入力されたデータ(文字、図形、マウスでクリッ
クした位置など)を書き込み、保持するものである。画
面4は、入力を行うための画面である。次に、図1の(
ロ)を用いて図1の(イ)の構成の動作を詳細に説明す
る。
(1) アプリケーションプログラム1が入力制御処
理2に対して、
入力画面開設A(入力する画面Aの開設)入力画面開設
B
入力画面開設C
を指示する。これに対応して、入力制御処理2が、画面
A、画面B、画面Cを開設する。The control table 3 is used to write and hold input attributes of the screen 4 and data input from the screen 4 (characters, figures, positions clicked with a mouse, etc.). Screen 4 is a screen for inputting information. Next, in Figure 1 (
The operation of the configuration shown in FIG. 1 (A) will be explained in detail using (B). (1) The application program 1 instructs the input control processing 2 to open input screen A (open screen A for input), open input screen B, and open input screen C. In response to this, input control processing 2 opens screen A, screen B, and screen C.
【0015】(2) アプリケーションプログラム1
が、同時入力A、B、Cの指示を入力制御処理2に行う
。これに対応して、画面Aから入力されたデータを書き
込む制御表A、同様に画面Bから入力されたデータを書
き込む制御表B、画面Cから入力されたデータを書き込
む制御表Cを作成する(図中のa参照)。
(3) (2)の処理を行った後、入力制御処理2が
画面A、B、Cからの入力を監視する。そして、入力が
発生した場合、入力対象画面の判定を行い、対応する制
御表A、B、Cのいずれかにその入力されたデータを書
き込む。以降いずれかの画面から入力の完了があるまで
繰り返し入力を取り込んで制御表に書き込む(図中のb
参照)。(2) Application program 1
, instructs input control processing 2 to simultaneously input A, B, and C. Correspondingly, create control table A to write data input from screen A, control table B to write data input from screen B, and control table C to write data input from screen C ( (See a in the figure). (3) After performing the process in (2), the input control process 2 monitors inputs from screens A, B, and C. When an input occurs, the screen to be input is determined, and the input data is written into one of the corresponding control tables A, B, and C. From then on, the input is repeatedly captured from any screen until the input is completed and written to the control table (see b in the figure).
reference).
【0016】(4) 入力完了に対応して、入力制御
処理2が制御表3の内容をもとに入力データを作成し、
一括して依頼元のアプリケーションプログラム1に通知
する(図中のc参照)。
以上によって、アプリケーションプログラム1が複数画
面の開設指示、同時入力指示を行ったことに対応して、
入力制御処理2が複数の画面の開設、制御表の作成、画
面から入力されたデータを制御表に書き込み、いずれか
の画面から入力完了が入力されたことに対応して、これ
ら制御表の内容をもとに作成した入力データを一括して
依頼元のアプリケーションプログラム1に通知すること
により、アプリケーションプログラム1は簡単な処理に
よって複数画面から同時入力を一括して受け取ることが
可能となる。(4) In response to the completion of input, input control processing 2 creates input data based on the contents of control table 3;
The request source application program 1 is notified all at once (see c in the figure). As described above, in response to the application program 1 instructing the opening of multiple screens and instructing simultaneous input,
Input control processing 2 opens multiple screens, creates control tables, writes data input from the screens to the control tables, and updates the contents of these control tables in response to input completion being input from any screen. By collectively notifying the requesting application program 1 of the input data created based on the input data, the application program 1 can receive simultaneous inputs from multiple screens at once through simple processing.
【0017】次に、図2を用いて本発明の具体例につい
て詳細に説明する。これは、画面Aから文字の変更した
部分のみ、画面Bから文字の全体、画面Cからマウスの
位置(座標)などを同時並列に取り込み、これらを一括
してアプリケーションプログラムに通知するときの具体
例である。以下詳細に説明する。
(1) アプリケーションプログラム1が入力制御処
理2に対して、
入力画面開設(画面A、文字型)
入力画面開設(画面B、文字型)
入力画面開設(画面C、図形型)
を指示したことにに対応して、入力制御処理2が、画面
A、画面B、画面Cを開設する。Next, a specific example of the present invention will be explained in detail using FIG. This is a specific example of simultaneously importing only the changed part of the characters from screen A, the entire characters from screen B, the mouse position (coordinates), etc. from screen C, and notifying the application program all at once. It is. This will be explained in detail below. (1) Application program 1 instructs input control processing 2 to open an input screen (screen A, character type), open an input screen (screen B, character type), or open an input screen (screen C, graphic type). In response to this, input control processing 2 opens screen A, screen B, and screen C.
【0018】(2) アプリケーションプログラム1
が、同時入力
A、実行キー、変更部のみ
B、PFキー、画面全部
C、マウスボタン、マウスの位置
を入力制御処理2に指示したことに対応して、制御表A
:実行キー(入力完了の指示)、変更部(アプリケーシ
ョンプログラムに通知する内容が変更部のみ)制御表B
:PFキー(入力完了の指示)、画面全体(アプリケー
ションプログラムに通知する内容が画面全体)制御表C
:マウスボタン(入力完了の指示)、位置(アプリケー
ションプログラムに通知する内容がマウスボタンの位置
情報)
の属性を持たせた制御表をそれぞれ作成する(図中のa
参照)。(2) Application program 1
However, in response to instructions given to input control processing 2 for simultaneous input A, execution key, only changed part B, PF key, entire screen C, mouse button, and mouse position, control table A
: Execution key (instruction to complete input), change section (only the change section is notified to the application program) control table B
: PF key (instruction to complete input), entire screen (the content to be notified to the application program is the entire screen) control table C
: Create a control table with the attributes of mouse button (instruction to complete input) and position (content to be notified to the application program is mouse button position information).
reference).
【0019】(3) 入力装置5からの入力が発生し
たことに対応して、
文字が画面Aに入力された場合、制御表Aに書き込む。
文字が画面Bに入力された場合、制御表Bに書き込む。
マウス移動が画面C上で入力された場合、その位置(座
標)を制御表Cに書き込む。(3) When a character is input to screen A in response to the occurrence of an input from input device 5, it is written to control table A. If a character is entered on screen B, it is written to control table B. When a mouse movement is input on screen C, its position (coordinates) is written in control table C.
【0020】マウスボタンが画面C上で押下された場合
、これを入力完了と判断し、入力制御処理2による入力
装置5の監視を終了する(図中のb参照)。
(4) 入力完了に対応して、入力制御処理2が制御
表Aに書き込まれている内容のうち、変更部のみを入力
データとして作成、制御表Bに書き込まれている画面全
体を入力データとして作成、制御表Cに書き込まれてい
るマウスの位置(座標)を入力データとして作成する(
図中のc参照)。When the mouse button is pressed on the screen C, this is determined to be the completion of input, and the monitoring of the input device 5 by the input control process 2 is ended (see b in the figure). (4) In response to the completion of input, input control processing 2 creates only the changed part of the contents written in control table A as input data, and creates the entire screen written in control table B as input data. Create the mouse position (coordinates) written in control table C as input data (
(See c in the figure).
【0021】(5) (4)で作成した入力データを
一括して依頼元のアプリケーションプログラム1に通知
する。(5) The input data created in (4) is collectively notified to the requesting application program 1.
【0022】[0022]
【発明の効果】以上説明したように、本発明によれば、
複数画面からの入力制御を行う入力制御処理2を設け、
アプリケーションプログラム1がこれに複数画面同時入
力を依頼して複数画面からの入力をまとめて受け取る構
成を採用しているため、アプリケーションプログラム1
はマルチタスク処理を意識することなく、簡易に同時並
列入力を一括して取り込むことができる。[Effects of the Invention] As explained above, according to the present invention,
An input control process 2 is provided to control input from multiple screens,
Since the application program 1 requests simultaneous input from multiple screens and receives input from multiple screens at once, the application program 1
allows you to easily import simultaneous and parallel inputs all at once without having to worry about multitasking.
【図1】本発明の1実施例構成図である。FIG. 1 is a configuration diagram of one embodiment of the present invention.
【図2】本発明の具体例説明図である。FIG. 2 is a diagram illustrating a specific example of the present invention.
【図3】従来技術の説明図である。FIG. 3 is an explanatory diagram of the prior art.
【符号の説明】 1:アプリケーションプログラム 2:入力制御処理 3:制御表 4:画面 5:入力装置[Explanation of symbols] 1: Application program 2: Input control processing 3: Control table 4: Screen 5: Input device
Claims (1)
る同時入力一括通知方式において、指示された複数画面
を開設して各画面(4)に対応づけて制御表(3)を作
成する入力制御処理(2)を設け、アプリケーションプ
ログラム(1)からの複数画面同時入力指示に対応して
、上記入力制御処理(2)が指示された複数の画面を開
設および画面に対応づけて制御表(3)を作成し、画面
(4)からの入力があったときにこれを対応する制御表
(3)に書き込んでおき、いずれかの画面(4)からの
入力完了に対応して制御表(3)に書き込んでおいた入
力データを取り出し、一括してアプリケーションプログ
ラム(1)に通知するように構成したことを特徴とする
複数画面からの同時入力一括通知方式。[Claim 1] In a simultaneous input batch notification method in which simultaneous input is made from multiple screens and notification is made at once, an input control that opens specified multiple screens and creates a control table (3) in association with each screen (4). A process (2) is provided, and in response to a multiple screen simultaneous input instruction from the application program (1), multiple screens for which the input control process (2) has been instructed are opened and a control table (3 ), and when there is an input from screen (4), it is written in the corresponding control table (3), and when the input from any screen (4) is completed, the control table (3) is written. ) A simultaneous input batch notification method from multiple screens is characterized in that the input data written in the input data is retrieved and notified to the application program (1) all at once.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3055299A JPH04291412A (en) | 1991-03-20 | 1991-03-20 | Simulataneous input batch informing system from plural screens |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3055299A JPH04291412A (en) | 1991-03-20 | 1991-03-20 | Simulataneous input batch informing system from plural screens |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH04291412A true JPH04291412A (en) | 1992-10-15 |
Family
ID=12994698
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3055299A Withdrawn JPH04291412A (en) | 1991-03-20 | 1991-03-20 | Simulataneous input batch informing system from plural screens |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH04291412A (en) |
-
1991
- 1991-03-20 JP JP3055299A patent/JPH04291412A/en not_active Withdrawn
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5384910A (en) | Method and apparatus for facilitating operator reconfiguration of a graphical user interface in a data processing system | |
US5442788A (en) | Method and apparatus for interfacing a plurality of users to a plurality of applications on a common display device | |
JPH08286831A (en) | Pen input type electronic device and its control method | |
US20020075314A1 (en) | Context based view design to support client side multi-threading | |
JPH04291412A (en) | Simulataneous input batch informing system from plural screens | |
JPH03288891A (en) | Window display control system for mutiwindow system | |
JPH02244323A (en) | Group control system for multiwindow display | |
JPH0778215A (en) | Executing method for job program | |
JPH03144719A (en) | Information processor | |
JPH0470925A (en) | Help message display system | |
JP2887808B2 (en) | Editing processor | |
JPH0721067A (en) | Multiplex undoing method | |
JPH09128179A (en) | Method for controlling display of table format data | |
JPH05189187A (en) | Multiwindow display system | |
JP2842511B2 (en) | Form creation device | |
JPH08180107A (en) | Schedule information processor and schedule information managing method | |
JP2925092B2 (en) | Grid setting method in image processing device | |
JP2928858B2 (en) | Multi-window display control apparatus and method | |
JPH03222036A (en) | Unique name generation system in fetching procedure parts in program | |
JPS63184126A (en) | Information input device | |
JPS63296160A (en) | Multiple picture input processing system | |
JPS6339027A (en) | Multi-window device | |
JPH0766375B2 (en) | Document processing apparatus and document display method | |
JPH0388026A (en) | Data processor | |
JPH07210360A (en) | Command selection system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Application deemed to be withdrawn because no request for examination was validly filed |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 19980514 |