JPH035815A - Screen display system - Google Patents

Screen display system

Info

Publication number
JPH035815A
JPH035815A JP1140329A JP14032989A JPH035815A JP H035815 A JPH035815 A JP H035815A JP 1140329 A JP1140329 A JP 1140329A JP 14032989 A JP14032989 A JP 14032989A JP H035815 A JPH035815 A JP H035815A
Authority
JP
Japan
Prior art keywords
screen
data
name
business
user program
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
JP1140329A
Other languages
Japanese (ja)
Inventor
Shigeru Yomoda
四方田 茂
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 JP1140329A priority Critical patent/JPH035815A/en
Publication of JPH035815A publication Critical patent/JPH035815A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To prevent a user program from coming to complicate by using a menu screen, and permitting data on the menu screen to correspond to the name of a job screen in a program displaying the job screen. CONSTITUTION:The system consists of the user program 6, a control program 7, a screen name storage means 1, one magnetic disk device 8 and a display terminal device CRT 9. The name of the screen which is caused to correspond to input data of the menu screen which the user program 6 previously designates is stored in the screen name storage means 1 and screen data on the job screen corresponding to input data from CRT 9 is transmitted by using the name of the stored job screen. Thus, the complication of the user program can be released and time for transmitting screen data of the job screen for CRT 9 is reduced.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、画面表示方式に関し、特に複数の業務画面を
メニュー画面から選択して、業務画面を表示するプログ
ラムにおいて、業務画面の表示を容易に行う画面表示方
式に関する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a screen display method, and in particular, to a program that selects a plurality of business screens from a menu screen and displays the business screen, the present invention facilitates the display of a business screen. Regarding screen display methods.

〔従来の技術〕[Conventional technology]

従来、この種の画面表示は、メニュー画面からのデータ
をユーザプログラムに制御を渡し、ユーザプログラム側
からメニュー画面で選択された処理に対応する業務画面
を送って画面のやりとりを行っていた。
Conventionally, in this type of screen display, control of data from a menu screen is passed to a user program, and the user program sends a business screen corresponding to the process selected on the menu screen to exchange the screen.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の画面表示方式では、メニュー画面のデー
タを受け取り後、データの確認を行い、そのデータに対
応した業務画面の送信処理を行っているので、ユーザプ
ログラムが複雑になり、また、ユーザプログラムで業務
画面の送信を行っているので、時間もかかるという欠点
がある。
In the conventional screen display method described above, after receiving the menu screen data, the data is confirmed and a business screen corresponding to the data is sent. This makes the user program complicated and the user program The disadvantage is that it takes time to send the business screen.

従って、本発明の目的は、メニュー画面を用いて、業務
画面を表示するプログラムに、メニュ画面のデータの確
認とそのデータに対応する業務画面の表示処理を意識す
ることなく、メニュー画面のデータと業務画面名とを対
応づけておくことによって、上記問題を解決した画面表
示方式を提供することにある。
Therefore, an object of the present invention is to use a menu screen to allow a program that displays a business screen to check the data on the menu screen and display the business screen corresponding to the data without being aware of the data on the menu screen. The object of the present invention is to provide a screen display method that solves the above problem by associating the screen name with the business screen name.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の画面表示方式は、ディスプレイ端末からの入力
データに対応づけた業務画面名を格納する画面名格納手
段と、ディスプレイ端末に対するメニュー画面の画面デ
ータを送出するメニュー画面データ送出手段と、そのデ
ィスプレイ端末に入力したデータを受け取り、形式編集
を行う形式編集手段と、形式編集された入力データを用
いて前記画面名格納手段に格納された業務画面名を検索
する画面名検索手段と、前記画面名検索手段により検索
された業務画面名を用いてディスプレイ端末に対する業
務画面の画面データを送出する業務画面データ送出手段
とを備えて構成される。
The screen display method of the present invention comprises: a screen name storage means for storing a business screen name associated with input data from a display terminal; a menu screen data sending means for sending screen data of a menu screen to the display terminal; a format editing means that receives data input to a terminal and performs format editing; a screen name search means that uses the format-edited input data to search for a business screen name stored in the screen name storage means; and business screen data transmitting means for transmitting screen data of the business screen to the display terminal using the business screen name searched by the search means.

〔実施例〕〔Example〕

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

第1図は本発明の一実施例の構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

第1図を参照すると本発明は、画面名格納手段lと、メ
ニュー画面データ送出手段2と、形式編集手段3と、画
面名検索手段4と、業務画面名データ送出手段5とから
構成されている。
Referring to FIG. 1, the present invention comprises screen name storage means 1, menu screen data transmission means 2, format editing means 3, screen name search means 4, and business screen name data transmission means 5. There is.

第2図は、本実施例の作動を示す流れ図であり、第3図
は本実施例の作動図を示す説明図である。
FIG. 2 is a flowchart showing the operation of this embodiment, and FIG. 3 is an explanatory diagram showing the operation diagram of this embodiment.

先ず、第3図を参照すると本実施例は、ユーザプログラ
ム6と、制御プログラム7と画面名格納手段1と1台の
磁気ディスク装置8とディスプレイ端末装置(以下CR
Tと略す)9から構成されている。
First, referring to FIG. 3, this embodiment includes a user program 6, a control program 7, a screen name storage means 1, one magnetic disk device 8, and a display terminal device (hereinafter referred to as CR).
(abbreviated as T).

ユーザプログラム6は画面フォーマットデータのフレキ
シブルディスクを格納するためのエリアを有している。
The user program 6 has an area for storing a flexible disk of screen format data.

磁気ディスク装置8は多くの画面フォーマットデータの
フレキシブルディスクをあらかじめ格納しており、これ
らの画面フォーマットデータのフレキシブルディスクは
、制御プログラム7からの呼び出しによって応答して、
ユーザプログラム6に読み込まれる。CBr4は制御プ
ログラム7からの画面データの送出によって画面データ
を映し出すとともに、端末オペレータによるキーボード
操作によってデータを入力することができる。画面名格
納手段1は、ユーザプログラム6によってあらかじめ指
定されたメニュー画面の入力データに対応づけされた画
面名が格納されている。
The magnetic disk device 8 has many screen format data flexible disks stored in advance, and these screen format data flexible disks respond to calls from the control program 7.
It is read into the user program 6. The CBr 4 can display screen data by sending the screen data from the control program 7, and can also input data through keyboard operations by the terminal operator. The screen name storage means 1 stores screen names associated with input data of menu screens designated in advance by the user program 6.

次に第2図に示した作動の流れ図に沿って本実施例の作
動を説明する。
Next, the operation of this embodiment will be explained along the flowchart of operation shown in FIG.

ユーザプログラム6より送信命令(以下5END命令と
いう)を実行することにより、制御プログラム7に処理
が移り、5END命令に付帯されている画面名が制御プ
ログラム7に知らさ九る。制御プログラム7は、この画
面名に該当する画面フォーマットデータのフレキシブル
ディスクを磁気ディスク装置8から、ユーザプログラム
6に読み取り、その画面データをCBr4へ送信(第2
図のステップ11)する。CBr4へ画面データが送信
されたことにより、画面が映し出される。
By executing a transmission command (hereinafter referred to as 5END command) from the user program 6, the process moves to the control program 7, and the control program 7 is informed of the screen name attached to the 5END command. The control program 7 reads the flexible disk containing screen format data corresponding to this screen name from the magnetic disk device 8 into the user program 6, and sends the screen data to the CBr 4 (second
Step 11) in the figure. The screen is displayed by transmitting the screen data to CBr4.

オペレータは、この画面を見ながらキー人力操作を行い
、一画面分のキー人力が正常に終了すればキーボード上
の送信キーを押下する。制御プログラム7は、これに応
答して、キー人力されたデータを形式編集処理(第2図
のステップ12)する。
The operator manually operates the keys while looking at this screen, and when the key operations for one screen are completed normally, the operator presses the send key on the keyboard. In response to this, the control program 7 performs a format editing process (step 12 in FIG. 2) on the manually entered data.

その後、入力されたデータより画面名格納手段1に格納
された画面名を検索(第2図のステップ13)し、一致
する画面形がなければ、形式編集された入力データをユ
ーザプログラム6へ引き渡す。検索して一致した画面名
があれば、制御プログラム7は、この画面名に該当する
画面フォーマットデータのフレキシブルデータを磁気デ
ィスク装置8からユーザプログラム6に読み取り、その
画面データを0RT9へ送信(第2図のステップ14)
する、CBr4へ画面データが送信されたことにより、
画面が映し比される。
After that, the input data is searched for the screen name stored in the screen name storage means 1 (step 13 in FIG. 2), and if there is no matching screen shape, the format-edited input data is delivered to the user program 6. . If there is a screen name that matches the search, the control program 7 reads the flexible data of the screen format data corresponding to this screen name from the magnetic disk device 8 into the user program 6, and sends the screen data to the 0RT9 (second Step 14 in the diagram)
As the screen data is sent to CBr4,
The screen will be compared.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明の画面表示方式は、ディスプ
レイ端末からの入力データに対応づけされた業務画面名
を格納し、その格納された業務画面名を用いて、ディス
プレイ端末からの入力データに対応した業務画面の画面
データを送出することにより、ユーザプログラムの複雑
さを解除し、ディスプレイ端末への業務画面の画面デー
タを送出する時間が減少するという効果がある。
As explained above, the screen display method of the present invention stores the business screen name associated with the input data from the display terminal, and uses the stored business screen name to respond to the input data from the display terminal. By sending the screen data of the business screen that has been updated, the complexity of the user program is reduced and the time required to send the screen data of the business screen to the display terminal is reduced.

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

第1図は本発明の一実施例の構成を示すブロック図、第
2図は本実施例の作動を示す流れ図、第3図は本実施例
の作動を示す説明図。 1・・・・・・画面名格納手段、2・・・・・・メニュ
ー画面データ送出手段、3・・・・・・形式編集手段、
4・・・・・・画面名検索手段、5・・・・・・業務画
面データ送出手段、6・・・・・・ユーザプログラム、
7・・・・・・制御プログラム、8・・・・・・磁気デ
ィスク装置、9・・・・・・ディスプレイ端末装置。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention, FIG. 2 is a flowchart showing the operation of this embodiment, and FIG. 3 is an explanatory diagram showing the operation of this embodiment. 1... Screen name storage means, 2... Menu screen data sending means, 3... Format editing means,
4...Screen name search means, 5...Business screen data transmission means, 6...User program,
7...Control program, 8...Magnetic disk device, 9...Display terminal device.

Claims (1)

【特許請求の範囲】[Claims] ディスプレイ端末からの入力データに対応づけた業務画
面名を格納する画面名格納手段と、ディスプレイ端末に
対するメニュー画面の画面データを送出するメニュー画
面データ送出手段と、そのディスプレイ端末に入力した
データを受け取り、形式編集を行う形式編集手段と、形
式編集された入力データを用いて前記画面名格納手段に
格納された業務画面名を検索する画面名検索手段と、前
記画面名検索手段により検索された業務画面名を用いて
ディスプレイ端末に対する業務画面の画面データを送出
する業務画面データ送出手段とを備えて成ることを特徴
とする画面表示方式。
screen name storage means for storing a business screen name associated with input data from a display terminal; menu screen data sending means for sending screen data of a menu screen to the display terminal; receiving data input to the display terminal; a format editing means for format editing; a screen name search means for searching for a business screen name stored in the screen name storage means using format-edited input data; and a business screen searched by the screen name search means. 1. A screen display method comprising: business screen data sending means for sending screen data of a business screen to a display terminal using a name.
JP1140329A 1989-06-01 1989-06-01 Screen display system Pending JPH035815A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1140329A JPH035815A (en) 1989-06-01 1989-06-01 Screen display system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1140329A JPH035815A (en) 1989-06-01 1989-06-01 Screen display system

Publications (1)

Publication Number Publication Date
JPH035815A true JPH035815A (en) 1991-01-11

Family

ID=15266289

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1140329A Pending JPH035815A (en) 1989-06-01 1989-06-01 Screen display system

Country Status (1)

Country Link
JP (1) JPH035815A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013257850A (en) * 2012-06-14 2013-12-26 Obic Co Ltd Screen control device, screen control method and screen control program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013257850A (en) * 2012-06-14 2013-12-26 Obic Co Ltd Screen control device, screen control method and screen control program

Similar Documents

Publication Publication Date Title
US5799191A (en) Method and apparatus for supporting cooperative works via computer network
WO1989002114A1 (en) Data processing system
JPH08137804A (en) Information processor
JPH035815A (en) Screen display system
JPH05282372A (en) Still picture display device
JPH08185300A (en) Image forming device
JPH03256116A (en) Information processor
JP3031652B2 (en) Data provision system
JPH07248751A (en) Display method and display device
JPS63118920A (en) Control system for message help in screen type terminal
JP2755013B2 (en) Slip image input control device
JPH07160634A (en) Multiwindow display system for on-line screen and image data
JPH0736608A (en) Method and system for selection of picture display information
JPH04195420A (en) Plural menu selection modes system
JPS62137655A (en) On-line business start controlling system
JPS6314589A (en) Video tex communication system
JPS61184634A (en) Picture recovering system
JPH02253429A (en) Picture recovery system
JPH05289991A (en) On-line picture control system
JPH01170185A (en) System for controlling display for communication terminal equipment
JPH066565A (en) Facsimile equipment
JPH11224302A (en) Device and method for inputting data and record medium recording the same method
JPS63292371A (en) Image processor control system using on-line conversation processing program
JPH07219960A (en) Device and method for storing picture data
JPH03196766A (en) Facsimile equipment