JPH04116715A - Screen display control system - Google Patents

Screen display control system

Info

Publication number
JPH04116715A
JPH04116715A JP2236686A JP23668690A JPH04116715A JP H04116715 A JPH04116715 A JP H04116715A JP 2236686 A JP2236686 A JP 2236686A JP 23668690 A JP23668690 A JP 23668690A JP H04116715 A JPH04116715 A JP H04116715A
Authority
JP
Japan
Prior art keywords
screen
format data
data
name
display terminal
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
JP2236686A
Other languages
Japanese (ja)
Inventor
Tadao Yamamoto
山本 唯夫
Shunjiro Fuda
布田 俊次郎
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
NEC Solution Innovators Ltd
Original Assignee
NEC Corp
NEC Solution Innovators 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 NEC Corp, NEC Solution Innovators Ltd filed Critical NEC Corp
Priority to JP2236686A priority Critical patent/JPH04116715A/en
Publication of JPH04116715A publication Critical patent/JPH04116715A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)

Abstract

PURPOSE:To reduce the memory of a user program and to reduce the use time of a display terminal equipment for screen display by sharing the storage area of screen format data in one place, and controlling the data at a screen control table. CONSTITUTION:When the screen control table 8 is retrieved and there is no screen name concerned, screen format data FD fitted to the screen name is read from a magnetic disk device 10 to a screen format data storage area 9 and the screen name is registered in the screen control table 8. Screen data transmitted to a display terminal equipment 11 from screen format data FD is generated and generated screen data is transmitted to the display terminal equipment 11. Thus, the screen where a transmission instruction is executed is displayed from the user program 6. The memory of the user program 6 is reduced and the use time of the display terminal equipment 11 for screen display can be reduced.

Description

【発明の詳細な説明】 [産業上の利用分野コ 本発明は、画面表示制御方式に関し、特に複数のユーザ
プログラムにおいて、同一の画面を利用して、画面を表
示する画面表示制御方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a screen display control method, and more particularly to a screen display control method for displaying screens using the same screen in a plurality of user programs.

[従来の技術] 従来、この種の画面表示制御方式は、ユーザプログラム
ごとに、画面フォーマットを格納する領域を有し、同一
画面を利用するときでも各々のユーザプログラムごとに
、画面フォーマットの格納されている媒体より、画面フ
ォーマットをその領域に読み込んで、ディスプレイ端末
装置に送出する画面データを作成して、画面を表示して
いた。
[Prior Art] Conventionally, this type of screen display control system has an area for storing the screen format for each user program, and even when using the same screen, the screen format is stored for each user program. The screen was displayed by reading the screen format into the area from the medium that was being used, creating screen data to be sent to the display terminal device.

[発明が解決しようとする課題] 上述した従来の画面表示制御方式では、複数のユーザプ
ログラムで同一の画面を表示するとき、各々のユーザプ
ログラムごとに画面フォーマットを格納する領域を宵す
るため、ユーザプログラムのメモリが増える。また、画
面フォーマットを各々のユーザプログラムごとに画面フ
ォーマットデータの格納されている媒体より読み込むの
でCPU時間も増えるという欠点がある。
[Problems to be Solved by the Invention] In the conventional screen display control method described above, when the same screen is displayed by multiple user programs, an area for storing the screen format is reserved for each user program. Increases program memory. Furthermore, since the screen format is read for each user program from the medium in which the screen format data is stored, there is a drawback that the CPU time increases.

したがって本発明の目的は、画面フォーマットを格納す
る領域を共有化し、画面制御テーブルを用いて管理する
ことによって、上記課題を解決した画面表示制御方式を
提供することにある。
Therefore, an object of the present invention is to provide a screen display control method that solves the above problems by sharing an area for storing screen formats and managing the screen format using a screen control table.

[課題を解決するための手段] 本発明の画面表示制御方式は、ユーザプログラムからデ
ィスプレイ端末装置に表示する画面名を受け取る画面名
受け取り手段と、その受け取った画面名を画面制御テー
ブルで検索して、その画面名に対応する画面フォーマッ
トデータが画面フォーマットデータ格納領域に読み込ま
れていることを認識する画面制御テーブル検索手段と、
前記画面制御テーブル検索手段による認識ができないと
き、その画面名に対応する画面フォーマットデータを前
記画面フォーマットデータ格納領域に読み込む画面フォ
ーマットデータ読み込み手段と、読み込んだ画面フォー
マットデータを参照して、画面データを作成する画面デ
ータ作成手段と、作成した画面データを前記ディスプレ
イ端末装置に送出する画面データ送出手段とを具備する
ことを特徴とする。
[Means for Solving the Problems] The screen display control method of the present invention includes a screen name receiving means for receiving a screen name to be displayed on a display terminal device from a user program, and searching the received screen name in a screen control table. , screen control table search means for recognizing that screen format data corresponding to the screen name has been read into the screen format data storage area;
When the screen control table search means cannot recognize the screen, the screen format data reading means reads the screen format data corresponding to the screen name into the screen format data storage area, and the screen data is retrieved by referring to the read screen format data. The present invention is characterized by comprising screen data creation means for creating screen data, and screen data sending means for sending the created screen data to the display terminal device.

[実施例] 次に本発明について図面を参照して説明する。[Example] Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例の構成図である。本発明は、
画面名受け取り手段1と、画面制御テーブル検索手段2
と、画面フォーマットデータ読み込み手段3と、画面デ
ータ作成手段4と、画面データ送出手段5とから構成さ
れている。
FIG. 1 is a block diagram of an embodiment of the present invention. The present invention
Screen name receiving means 1 and screen control table searching means 2
, screen format data reading means 3, screen data creation means 4, and screen data sending means 5.

第2図は本発明の一実施例の処理フロー図であり、第3
図はこの実施例のブロック図である。
FIG. 2 is a processing flow diagram of one embodiment of the present invention, and the third
The figure is a block diagram of this embodiment.

第3図を参照すると、この実施例は、ユーザプログラム
6と制御プログラム7と画面制御テーブル8と画面フォ
ーマットデータ格納領域9と磁気ディスク装置10と1
台のディスプレイ端末装置11から構成されている。
Referring to FIG. 3, this embodiment includes a user program 6, a control program 7, a screen control table 8, a screen format data storage area 9, a magnetic disk device 10, and a
It is composed of one display terminal device 11.

磁気ディスク装置10は、多くの画面フォーマットデー
タFDをあらかじめ格納しており、これらの画面フォー
マットデータFDは、制御プログラム7からの呼び出し
によって応答して、画面フォーマットデータ格納領域9
に読み込まれる。ディスプレイ端末装置11は制御プロ
グラム7からの画面データの送出によって画面データを
表示する。画面制御テーブル8は制御プログラム7によ
って画面フォーマットデータ格納領域9に読み込まれた
画面名を格納しておくテーブルである。
The magnetic disk device 10 stores many screen format data FDs in advance, and these screen format data FDs are stored in the screen format data storage area 9 in response to a call from the control program 7.
is loaded into. The display terminal device 11 displays screen data by sending the screen data from the control program 7. The screen control table 8 is a table that stores screen names read into the screen format data storage area 9 by the control program 7.

次に、第2図に示した処理フローに沿ってこの実施例の
動作を説明する。
Next, the operation of this embodiment will be explained along the processing flow shown in FIG.

ユーザプログラム6より送信命令を実行することにより
、制御プログラム7に処理が移り、制御プログラム7は
、送信命令に付帯している画面名を受け取る(第2図の
ステップ1)。制御プログラム7は、この画面名に該当
する画面フォーマットデータFDが画面フォーマットデ
ータ格納領域9に読み込まれているかどうかを認識する
ために画面制御テーブル8より画面名を検索する(ステ
ップ2)。画面制御テーブル8を検索して該当する画面
名がなければ、画面名に該当する画面フォーマットデー
タFDを磁気ディスク装置10から画面フォーマットデ
ータ格納領域9に読み取り、画面名を画面制御テーブル
8に登録する(ステップ3)。画面フォーマットデータ
FDよりディスプレイ端末装置11に送出する画面デー
タを作成する(ステップ4)。作成した画面データをデ
ィスプレイ端末装置11に送信(ステップ5)すること
により、ユーザプログラム6より送信命令の実行された
画面が映し出される。
By executing the transmission command from the user program 6, processing shifts to the control program 7, which receives the screen name attached to the transmission command (step 1 in FIG. 2). The control program 7 searches the screen control table 8 for the screen name in order to recognize whether the screen format data FD corresponding to this screen name has been read into the screen format data storage area 9 (step 2). If the screen control table 8 is searched and there is no corresponding screen name, the screen format data FD corresponding to the screen name is read from the magnetic disk device 10 into the screen format data storage area 9, and the screen name is registered in the screen control table 8. (Step 3). Screen data to be sent to the display terminal device 11 is created from the screen format data FD (step 4). By transmitting the created screen data to the display terminal device 11 (step 5), the screen on which the transmission command was executed by the user program 6 is displayed.

[発明の効果コ 以上説明したように本発明の画面表示制御方式は、画面
フォーマットデータの格納領域を一つの場所に共有し、
その管理を画面制御テーブルで行なうことにより、ユー
ザプログラムのメモリを減少し、また、画面表示するた
めのディスプレイ端末装置の使用時間を減少する効果を
奏する。
[Effects of the Invention] As explained above, the screen display control method of the present invention shares the storage area of screen format data in one place,
By managing this using a screen control table, it is possible to reduce the memory of the user program and also to reduce the usage time of the display terminal device for displaying the screen.

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

第1図は本発明の構成図、第2図、第3図は本発明の一
実施例のフロー図、ブロック図である。 1・・・画面名優は取り手段、2・・・画面制御テーブ
ル検索手段、3・・・画面フォーマットデータ読み込み
手段、4・・・画面データ作成手段、5・・・画面デー
タ送出手段、6・・・ユーザプログラム、7・・・制御
プログラム、8・・・画面制御テーブル、9・・・画面
フォーマットデータ格納領域、10・・・磁気ディスク
装置、11・・・ディスプレイ端末装置。
FIG. 1 is a block diagram of the present invention, and FIGS. 2 and 3 are a flow diagram and a block diagram of an embodiment of the present invention. DESCRIPTION OF SYMBOLS 1... Screen name actor retrieval means, 2... Screen control table search means, 3... Screen format data reading means, 4... Screen data creation means, 5... Screen data sending means, 6. ... User program, 7. Control program, 8. Screen control table, 9. Screen format data storage area, 10. Magnetic disk device, 11. Display terminal device.

Claims (1)

【特許請求の範囲】[Claims]  ユーザプログラムからディスプレイ端末装置に表示す
る画面名を受け取る画面名受け取り手段と、その受け取
った画面名を画面制御テーブルで検索して、その画面名
に対応する画面フォーマットデータが画面フォーマット
データ格納領域に読み込まれていることを認識する画面
制御テーブル検索手段と、前記画面制御テーブル検索手
段による認識ができないとき、その画面名に対応する画
面フォーマットデータを前記画面フォーマットデータ格
納領域に読み込む画面フォーマットデータ読み込み手段
と、読み込んだ画面フォーマットデータを参照して、画
面データを作成する画面データ作成手段と、作成した画
面データを前記ディスプレイ端末装置に送出する画面デ
ータ送出手段とを具備することを特徴とする画面表示制
御方式。
A screen name receiving means receives a screen name to be displayed on a display terminal device from a user program, searches the screen control table for the received screen name, and reads screen format data corresponding to the screen name into a screen format data storage area. screen format data reading means for reading screen format data corresponding to the screen name into the screen format data storage area when the screen name cannot be recognized by the screen control table searching means; , a screen display control comprising screen data creation means for creating screen data with reference to read screen format data, and screen data sending means for sending the created screen data to the display terminal device. method.
JP2236686A 1990-09-06 1990-09-06 Screen display control system Pending JPH04116715A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2236686A JPH04116715A (en) 1990-09-06 1990-09-06 Screen display control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2236686A JPH04116715A (en) 1990-09-06 1990-09-06 Screen display control system

Publications (1)

Publication Number Publication Date
JPH04116715A true JPH04116715A (en) 1992-04-17

Family

ID=17004274

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2236686A Pending JPH04116715A (en) 1990-09-06 1990-09-06 Screen display control system

Country Status (1)

Country Link
JP (1) JPH04116715A (en)

Similar Documents

Publication Publication Date Title
US7278110B1 (en) Programmable device control system and method
KR0149855B1 (en) Image searching apparatus
JP2001507491A (en) Information processing system
KR100773441B1 (en) Method and apparatus for searching stored files in mobile terminal
JPH04116715A (en) Screen display control system
CN111740887B (en) Method and device for distributing unfinished tasks of electronic terminal
JPH06274552A (en) Multi-media data link system
JPH0535459B2 (en)
JPH0498519A (en) Menu screen display system
JPH011355A (en) Busy display device in electronic telephone directory system
JPS63118920A (en) Control system for message help in screen type terminal
JPH11110176A (en) Program starting device, program starting method, and recording medium recording program for executing the method
JPS61150070A (en) Interruption processing system in automatic retrieving system
JPS63280317A (en) Term help system
JPH04309156A (en) Terminal equipment
JPH03116356A (en) Terminal equipment
JPH04279959A (en) Information processor
JPH0581260A (en) Jump tag connection destination display system for screen editor
JPH05233499A (en) Computer system
JPH10301949A (en) Information retrieving device
JPH04307881A (en) Picture output device
JPS6069687A (en) Screen control system for display unit
JP2002091837A (en) Method and device for processing monitor data and recording medium having monitor data processing program recorded thereon
JPH05216609A (en) System for changing picture data
JPH06103124A (en) Data base system