JPH05274263A - On-line image display scroll system - Google Patents

On-line image display scroll system

Info

Publication number
JPH05274263A
JPH05274263A JP4067820A JP6782092A JPH05274263A JP H05274263 A JPH05274263 A JP H05274263A JP 4067820 A JP4067820 A JP 4067820A JP 6782092 A JP6782092 A JP 6782092A JP H05274263 A JPH05274263 A JP H05274263A
Authority
JP
Japan
Prior art keywords
screen
terminal
data
program
format
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
Application number
JP4067820A
Other languages
Japanese (ja)
Inventor
Masahiro Kobayashi
正博 小林
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.)
HOKKAIDO NIPPON DENKI SOFTWARE KK
Original Assignee
HOKKAIDO NIPPON DENKI SOFTWARE KK
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 HOKKAIDO NIPPON DENKI SOFTWARE KK filed Critical HOKKAIDO NIPPON DENKI SOFTWARE KK
Priority to JP4067820A priority Critical patent/JPH05274263A/en
Publication of JPH05274263A publication Critical patent/JPH05274263A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)

Abstract

PURPOSE:To transmit an image required by an operator even though a program has no logical structure for judging required data of preceding/next images or for managing a transmission image at the time of receiving required data. CONSTITUTION:An image history management means 8 stores and preserves data from the program, form editing image information, information of a display destination terminal and the order of transmission in an image history file 3 at the point of a time of deliverying data to be displayed at a terminal and image information to be form-edited to a means 9 managing form-editing in the program. At the time of receiving display instruction data of the preceding image from the terminal 1 next, the image history management means 8 collects storage information from an image journal file 2 to deliver it to the means 9 managing form-editing to display it on the terminal. At the time of receiving display instruction data of the next image from the terminal 11 next, the image history management part 8 collects storage information from the image journal file to deliver it to the means 9 managing form-editing to display it on the terminal.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はオンライン即時処理、特
にホストコンピュータ上のオンラインプログラムにおけ
る画面制御を行うオンライン画面表示スクロール方式に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to online on-line processing, and more particularly to an online screen display scroll system for controlling screens in an online program on a host computer.

【0002】[0002]

【従来の技術】一般に、オンライン即時処理プログラム
においては、1つの形式画面でデータ入力し処理する方
式と、複数の形式画面によりその処理に即した画面展開
を行って1件の処理を行う方式がある。
2. Description of the Related Art Generally, in an online immediate processing program, there are a method of inputting and processing data in one format screen and a method of performing screen development corresponding to the processing by a plurality of format screens to perform one processing. is there.

【0003】複数の形式画面により1件の処理を行う場
合、端末に表示される第1の形式画面で適当なデータ入
力端末よりプログラムにデータ送信する。ホストコンピ
ュータでは、端末より受信したデータは通信管理手段及
び形式画面管理手段が順次プログラムに渡すべきデータ
の編集を行い必要データをプログラムに渡す。プログラ
ムでは入力データに応じた処理を行った後、第2画面及
び同画面に表示すべきデータを形式画面管理手段に渡
し、同手段から通信管理手段を通して端末に第2画面送
信する。
When one process is performed using a plurality of format screens, data is transmitted to the program from an appropriate data input terminal on the first format screen displayed on the terminal. In the host computer, the data received from the terminal is edited by the communication management means and the format screen management means, and the necessary data is passed to the program. In the program, after performing the processing according to the input data, the second screen and the data to be displayed on the same screen are passed to the format screen management means, and the second screen is transmitted from the means to the terminal through the communication management means.

【0004】ここで、端末操作員が第2画面表示中に前
画面の情報を見ようとする操作を行える様にする為には
プログラムにおいて、あるキーワードが受信さた時か或
は画面上のある項目に前画面表示を指示するデータが入
力されて受信された時には第1画面を送信する論理構造
をプログラム内に組み込み、又、第1画面から現在画面
表示に復帰させる論理構造を組み込む。
Here, in order to allow the terminal operator to perform an operation for viewing the information on the previous screen while the second screen is being displayed, a certain keyword is received in the program, or a certain keyword is displayed on the screen. A logical structure for transmitting the first screen when the data instructing the previous screen display is input and received in the item is incorporated into the program, and a logical structure for returning the first screen to the current screen display is incorporated.

【0005】同様に、第n画面表示後にその直前の画面
(第n−1画面)或はさらに前の画面(第n−2画面)
を表示させたり、前画面(第n−1画面)から現在画面
に復帰させる、又前々画面(第n−2画面)から前画面
(第n−1画面)或は現在画面(第n画面)表示に復帰
させる為の論理構造をプログラム内又は各プログラム群
に組み込む。
Similarly, after the nth screen is displayed, the immediately preceding screen (n-1th screen) or the previous screen (n-2nd screen) is displayed.
Is displayed, or the previous screen (n-1 screen) is returned to the current screen, or the previous screen (n-2 screen) to the previous screen (n-1 screen) or the current screen (n screen) ) Incorporate the logical structure for returning to the display within the program or each program group.

【0006】[0006]

【発明が解決しようとする課題】従来のオンラインプロ
グラムにおいては、現在画面から前画面表示への切り換
え、或は前画面表示から次画面表示への切り換えを行う
論理構造をプログラム内部に持たなければならない問題
がある。又、現在画面に至る処理過程(画面展開)が幾
通りかある場合、プログラム中の画面制御の為の論理構
造も複雑なものになるという問題がある。
In the conventional online program, a logical structure for switching from the current screen to the previous screen display or from the previous screen display to the next screen display must be provided inside the program. There's a problem. In addition, when there are several process steps (screen expansion) to reach the current screen, the logic structure for screen control in the program becomes complicated.

【0007】本発明の目的は、以上の問題を解消してプ
ログラム内部における画面制御の為の論理構造を組み込
む事なくある特定キー入力で画面スクロールを行う事を
提供することにある。
It is an object of the present invention to solve the above problems and provide screen scrolling by a specific key input without incorporating a logical structure for screen control inside a program.

【0008】[0008]

【課題を解決するための手段】本発明は、オンライン即
時処理システムの単一或は複数のプログラムによって端
末装置に表示する画面を処理の流れに沿って各画面の管
理する方式であって、複数の端末との通信を行う通信管
理手段と、端末に表示する画面について定型化した形式
とプログラムとのデータの授受を行う形式とを編集し端
末に送信すべくデータを作成するデータベース管理手段
と、会話型オンライン即時処理を行うオンラインプログ
ラム群と、プログラムにおいて端末に表示すべきデータ
と、形式編集すべき画面情報とを形式編集を管理する手
段と、該管理手段に受け渡す時点でプログラムからのデ
ータと、形式集画面情報と、表示先端末の情報と、送信
した順番とを画面履歴ファイルに格納保存する画面履歴
管理手段とにより構成される。
SUMMARY OF THE INVENTION The present invention is a system for managing screens displayed on a terminal device by a single program or a plurality of programs of an online immediate processing system in accordance with a processing flow. Communication management means for communicating with the terminal, and a database management means for creating a data to be edited by editing the stylized format of the screen displayed on the terminal and the format for exchanging data with the program, Online program group for performing interactive online immediate processing, means for managing format editing of data to be displayed on the terminal in the program, and screen information to be format edited, and data from the program at the time of passing to the managing means And a format history screen information, a display destination terminal information, and a transmission order are stored in a screen history file by a screen history management means. It is made.

【0009】[0009]

【実施例】次に本発明について図面を参照して説明す
る。図1は、本発明の一実施例における動作順序を示す
図であり、図2は、図1中の画面履歴ファイルに格納す
る情報を示すレコードレイアウトを示す図である。
The present invention will be described below with reference to the drawings. FIG. 1 is a diagram showing an operation sequence in one embodiment of the present invention, and FIG. 2 is a diagram showing a record layout showing information stored in the screen history file in FIG.

【0010】図1および図2において、本発明の一実施
例は、オンライン即時処理システムで、単一或は複数の
プログラムによって端末装置11に表示する画面を処理
の流れに沿って各画面を管理するオンライン画面表示ス
クロール方式で、複数の端末との通信を行う通信管理手
段10と、端末11に表示する画面について定型化した
形式とプログラムとのデータの授受を行う形式とを編集
し、端末に送信すべくデータを作成するデータベース管
理手段6と、会話型オンライン即時処理を行うオンライ
ンプログラム群7とを具備するコンピュータシステムに
おいて、プログラムにおいて端末装置11に表示すべき
データ25と、形式編集すべき画面情報24とを形式編
集を管理する画面編集管理手段9と、画面編集管理手段
9にプログラムからのデータ25と形式編集画面情報2
3と表示先端末の情報21と送信した順番22とを画面
履歴ファイル3に格納保存する画面履歴管理手段8とを
含み、次に端末装置11より前画面の表示指示データが
受信された場合、画面履歴管理手段8により画面ジャー
ナルファイル2から該格納情報を採取し、画面編集管理
手段9に受け渡し、端末に表示し、次に端末より次画面
の表示指示データが受信された場合、画面履歴管理手段
8により画面ジャーナルファイルから該格納情報を採取
し、画面編集管理手段9に受け渡し、端末に表示するこ
とにより構成される。
1 and 2, an embodiment of the present invention is an online instant processing system, in which screens displayed on the terminal device 11 by a single or a plurality of programs are managed in accordance with the processing flow. By using the online screen display scrolling method, the communication management means 10 for communicating with a plurality of terminals and the format for the screen displayed on the terminal 11 and the format for exchanging data with the program are edited, In a computer system including a database management means 6 for creating data to be transmitted and an online program group 7 for performing interactive online immediate processing, data 25 to be displayed on the terminal device 11 in the program and a screen to be format edited A screen editing management means 9 for managing format editing of the information 24, and a program for the screen editing management means 9. Of data 25 and the format editing screen information 2
3 and the display destination terminal information 21 and the transmitted order 22 are included in the screen history file 3 and the screen history management means 8 is stored, and when the display instruction data of the previous screen is received from the terminal device 11 next, The screen history management unit 8 collects the stored information from the screen journal file 2, transfers it to the screen editing management unit 9, displays it on the terminal, and when the next screen display instruction data is received from the terminal, the screen history management The means 8 collects the stored information from the screen journal file, transfers it to the screen edit management means 9, and displays it on the terminal.

【0011】まず、プログラム7が現在画面を表示しよ
うとする前段の処理過程では手順aでREAD命令をデ
ータベース管理手段6に供給し、手順bで検索したデー
タベース1をデータ検索する。データベース管理手段6
はデータをデータジャーナルファイル2に格納する。
First, in the previous processing step in which the program 7 tries to display the current screen, the READ command is supplied to the database management means 6 in step a, and the database 1 searched in step b is searched for data. Database management means 6
Stores the data in the data journal file 2.

【0012】プログラム7が画面送信処理を行う場合に
は手順cで画面履歴管理手段8に送信指示を示す。画面
履歴管理手段では、画面編集管理手段9に対し画面編集
し、送信する旨を通知すると共に画面履歴ファイル3に
送信する画面情報を格納する。
When the program 7 performs the screen transmission process, the screen history management means 8 is instructed to transmit the screen in step c. The screen history management means stores the screen information to be sent in the screen history file 3 while notifying the screen editing management means 9 of screen editing and transmission.

【0013】この画面情報は図2に示すように送信先端
末コード(端末ID)21と、端末毎に送信した通し番
号22と、送信する画面名23と、プログラムから送る
制御情報24と、画面テキストデータ25からなる。
As shown in FIG. 2, this screen information includes a destination terminal code (terminal ID) 21, a serial number 22 sent for each terminal, a screen name 23 to be sent, control information 24 sent from a program, and a screen text. It consists of data 25.

【0014】画面編集及び画面テキストの送信過程では
従来と同様に手順a〜hの順に行なうが、画面編集管理
手段9は画面ファイル4から画面検索し、画面データを
取得する。この画面編集管理手段9は通信管理手段10
に編集画面を通知し、送信データとして送信待ち行列格
納ファイル(出力キュー)5に格納する。通信管理手段
10は格納された編集画面を待ち行列として取出し、端
末装置11に送信する。
In the process of screen editing and screen text transmission, steps a to h are performed in the same manner as in the conventional case, but the screen editing management means 9 searches the screen file 4 for a screen and acquires the screen data. The screen editing management means 9 is a communication management means 10.
The edit screen is notified to and stored as transmission data in the transmission queue storage file (output queue) 5. The communication management means 10 takes out the stored edit screen as a queue and sends it to the terminal device 11.

【0015】次に手順iにおいて、端末11より予め取
り決めてた前画滅要求キー押下により前画面表示コード
が通信管理手段10で受信される。通信管理手段10は
これを画面編集管理手段を通じて画面履歴管理手段に通
知する。
Next, in step i, the previous screen display code is received by the communication management means 10 by pressing the pre-screening request key, which has been agreed in advance, from the terminal 11. The communication management means 10 notifies the screen history management means of this via the screen editing management means.

【0016】手順jにおいて、画面履歴管理手段8は画
面履歴ファイル3から該端末番号を持つ最新画面を検索
し、画面名、プログラムデータを取得する。又、必要に
応じて、プログラムに対し前画面表示要求が通知された
旨を通知する。
In step j, the screen history management means 8 searches the screen history file 3 for the latest screen having the terminal number, and acquires the screen name and program data. In addition, it notifies the program that the previous screen display request has been issued, if necessary.

【0017】手順kにおいて、画面履歴管理手段は画面
編集管理手段に対し、前段で取得した画面情報を編集し
送信する旨を通知する。
In step k, the screen history management means notifies the screen editing management means that the screen information acquired in the previous stage will be edited and transmitted.

【0018】手順lから手順pにおいては従来の画面情
報及び画面テキストの送信過程の要求を行う場合におい
ても上記手順により該画面の送信を行う。
In steps 1 to p, the screen is transmitted according to the above procedure even when the conventional process of transmitting screen information and screen text is requested.

【0019】以上の動作状況から解る通り、前画面或は
次画面の送信は画面履歴管理手段8が行っており、プロ
グラム内では前画面或は次画面を送信すべく論理構造を
持たなくても操作員の要求する画面表示が可能となって
いる。
As can be seen from the above operating conditions, the screen history management means 8 sends the previous screen or the next screen, and the program does not have a logical structure for sending the previous screen or the next screen. The screen display required by the operator can be displayed.

【0020】[0020]

【発明の効果】以上の説明で明らかな如く、本発明のオ
ンライン画面表示スクロール方式によれば、プログラム
において、前画面、次画面の要求データの判断或は該要
求データが受信された場合送信画面を管理する論理構造
を持たなくても操作員の要求画面送信が可能になる効果
を得る事ができる。
As is apparent from the above description, according to the online screen display scrolling method of the present invention, the program determines the request data of the previous screen and the next screen or the transmission screen when the request data is received. It is possible to obtain the effect that the operator's request screen can be transmitted without having a logical structure for managing the.

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

【図1】本発明の一実施例における動作順序を示す図で
ある。
FIG. 1 is a diagram showing an operation sequence in an embodiment of the present invention.

【図2】図1中の画面履歴ファイルのレコードレイアウ
トを示す図である。
FIG. 2 is a diagram showing a record layout of a screen history file in FIG.

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

1 データベース 2 データジャーナル 3 画面履歴ファイル 4 形式画面ファイル 5 出力キュー(送信待ち行列格納ファイル) 6 データベース管理手段 7 オンラインプログラム 8 画面履歴管理手段 9 画面編集管理手段 10 通信管理手段 11 端末装置 1 database 2 data journal 3 screen history file 4 format screen file 5 output queue (send queue storage file) 6 database management means 7 online program 8 screen history management means 9 screen editing management means 10 communication management means 11 terminal device

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 オンライン即時処理システムの単一域は
複数のプログラムによって端末装置に表示する画面を処
理の流れに沿って各画面の管理する方式であって、 複数の端末との通信を行う通信管理手段と、端末に表示
する画面について定型化した形式とプログラムとのデー
タの授受を行う形式とを編集し端末に送信すべくデータ
を作成するデータベース管理手段と、会話型オンライン
即時処理を行うオンラインプログラム群と、 プログラムにおいて端末に表示すべきデータと、形式編
集すべき画面情報とを形式編集を管理する手段と、 該管理手段に受け渡す時点でプログラムからのデータ
と、形式集画面情報と、表示先端末の情報と、送信した
順番とを画面履歴ファイルに格納保存する画面履歴管理
手段と、を含み、 次に端末より前画面の表示指示データが受信された場
合、画面履歴管理手段により画面ジャーナルファイルか
ら該格納情報を採取し、形式編集を管理する手段に受け
渡し、端末に表示し、次に端末より次画面の表示指示デ
ータが受信された場合、画面履歴管理手段により画面ジ
ャーナルファイルから該格納情報を採取し形式編集を管
理する手段に受け渡し、端末に表示する事を特徴とした
オンライン画面表示スクロール方式。
1. A single area of an online immediate processing system is a method for managing screens displayed on a terminal device by a plurality of programs in accordance with the flow of processing, and communication for communicating with a plurality of terminals. Management means, a database management means for editing the standardized format of the screen displayed on the terminal and a format for exchanging data with the program, and creating data to be transmitted to the terminal, and online for immediate interactive online processing A program group, means for managing format editing of data to be displayed on the terminal in the program, and screen information to be format edited; data from the program at the time of passing to the managing means; format collection screen information; A screen history management unit that stores and saves the information of the display destination terminal and the order of transmission in a screen history file. When the display instruction data is received, the screen history management means collects the stored information from the screen journal file, transfers it to the means for managing the format edit, displays it on the terminal, and then displays the display instruction data for the next screen from the terminal. When received, an online screen display scroll method characterized by collecting the stored information from the screen journal file by the screen history management means, passing it to the means for managing format editing, and displaying it on the terminal.
JP4067820A 1992-03-26 1992-03-26 On-line image display scroll system Withdrawn JPH05274263A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4067820A JPH05274263A (en) 1992-03-26 1992-03-26 On-line image display scroll system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4067820A JPH05274263A (en) 1992-03-26 1992-03-26 On-line image display scroll system

Publications (1)

Publication Number Publication Date
JPH05274263A true JPH05274263A (en) 1993-10-22

Family

ID=13355966

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4067820A Withdrawn JPH05274263A (en) 1992-03-26 1992-03-26 On-line image display scroll system

Country Status (1)

Country Link
JP (1) JPH05274263A (en)

Similar Documents

Publication Publication Date Title
JPH01259447A (en) Data processing
JP2010086083A (en) Editing apparatus, editing program and editing method
JP3501458B2 (en) Multilingual operation and maintenance interface for telecommunication exchanges.
US8332764B2 (en) Editing device, information processing device, editing method, and editing program product
JPH08314679A (en) Application management control method
JPH05274263A (en) On-line image display scroll system
JP3425873B2 (en) Data input method for terminal device connected to host computer
JP3421998B2 (en) Display device
JP2943661B2 (en) File Inquiry Method for Financial Terminal
JPH06282396A (en) Display system with end user picture customizing function
JPH08235203A (en) Device and method for extracting file list
JP2002099590A (en) Daily report preparing system for construction work
JPH06168203A (en) Centralized picture transition managing system
JP2755013B2 (en) Slip image input control device
JP2924778B2 (en) Communication module generation device and communication information file design device
JPH04294435A (en) Distributed image data management system
JP3226019B2 (en) Network information setting method and network information setting method
JPH1040137A (en) Console message control system
JPH06175803A (en) Method and device for display control
JP2009037477A (en) Program generation device, program generation method, and program generation program
JPH05216909A (en) Layout changing method for monitor screen
JPH01244561A (en) On-line picture editor
JPH09114789A (en) General console device and console device
JPH0752435B2 (en) Computer system
JPH0270129A (en) Controller for display screen

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