JPH03260738A - Screen control system - Google Patents

Screen control system

Info

Publication number
JPH03260738A
JPH03260738A JP2059168A JP5916890A JPH03260738A JP H03260738 A JPH03260738 A JP H03260738A JP 2059168 A JP2059168 A JP 2059168A JP 5916890 A JP5916890 A JP 5916890A JP H03260738 A JPH03260738 A JP H03260738A
Authority
JP
Japan
Prior art keywords
screen
control
check
data
field
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
JP2059168A
Other languages
Japanese (ja)
Inventor
Akiyo Tezaki
明世 手崎
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 JP2059168A priority Critical patent/JPH03260738A/en
Publication of JPH03260738A publication Critical patent/JPH03260738A/en
Pending legal-status Critical Current

Links

Landscapes

  • Test And Diagnosis Of Digital Computers (AREA)
  • Digital Computer Display Output (AREA)

Abstract

PURPOSE:To easily inspect the check of the screen transition and the data stored in a screen by registering the instructions into an external storage as the control commands for the screen transition and the screen check. CONSTITUTION:A control command analyzing part 1-1 analyzes the information on a screen transition command and the intra-screen field checking method which are registered in a storage 1-8 which stores the control command information. Then a screen control table is produced to control only the transition of a screen together with a field control table which controls the check instruction of the data inputted to the screen, the message text used for a check error, and the transition request produced by the input data for the next screen. The information on these table are registered in a storage 1-9. A screen control part 1-2 controls the transition of the screen based on the screen control table registered in the storage 1-9 and sends a screen display request to a screen display part 1-3. In such a constitution, a screen control system can be visually inspected and the manhour required for reconsideration of the system can be reduced.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、画・面制御方式に関し、特に情報処理システ
ムにおける画面遷移の制御を行う画面制御方式に関する
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a screen/screen control method, and particularly to a screen control method for controlling screen transitions in an information processing system.

〔従来の技術〕[Conventional technology]

従来の画面制御方式は、画面を持つオンラインシステム
の画面遷移の検証を、本番プログラムを作成して直接検
証するか、画面の遷移を主目的としたプログラムで検証
するかにより実施している。
In conventional screen control methods, screen transitions in online systems with screens are verified either by creating a production program and verifying it directly, or by using a program whose main purpose is screen transitions.

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

上述した従来の画面制御方式は、前者では、画面を持つ
オンラインシステム毎にプログラムを作成する必要があ
り、画面遷移の修正を行う場合は、プログラムの修正を
行わなければならないという欠点を有している。また、
後者では、汎用的な画面遷移専用のプログラムが、フィ
ールドデータの詳細チェックや、チェック誤り時のエラ
ーメツセージを自由に設定できないという欠点を有して
いる。
The conventional screen control method described above has the disadvantage that in the former case, a program must be created for each online system that has a screen, and when modifying screen transitions, the program must be modified. There is. Also,
The latter has the disadvantage that a general-purpose program dedicated to screen transitions cannot perform detailed checks on field data or freely set error messages when a check is erroneous.

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

本発明の画面制御方式は、画面の遷移や画面内フィール
ドのデータのチェック指示を制御コマンド情報として取
得して画面の遷移を管理する画面制御テーブルおよび画
面に入力されたデータのチェック指示、チェック誤り時
のメツセージテキスト、入力データによる次画面遷移要
求を管理するフィールド制御テーブルを生成する制御コ
マンド解析部と、前記画面制御テーブルを基に画面の遷
移を制御する画面制御部と、画面を表示する為の画面表
示情報を取得して入出力装置に表示する画面表示部と、
前記入出力装置の表示画面に入力されたデータを読取る
入力データ読取り部と、画面遷移の要求か入力データの
チェック要求かを判別する制御判断部と、前記フィール
ド制御テーブルを基に画面内フィールドのチェック指示
の制御およびチェック結果に基づき画面遷移の制御要求
を行うフィールド制御部と、入力されたフィールドデー
タに前記フィールド制御テーブルに登録されている該当
フィールドのチェックデータを比較するフィールドデー
タ検査部とを備えて構成されている。
The screen control method of the present invention includes a screen control table that manages screen transitions by acquiring instructions to check screen transitions and data in fields within the screen as control command information, instructions to check data input to the screen, and check errors. a control command analysis unit that generates a field control table that manages message text and next screen transition requests based on input data; a screen control unit that controls screen transitions based on the screen control table; and a screen control unit that controls screen transitions based on the screen control table. a screen display unit that acquires screen display information and displays it on the input/output device;
an input data reading unit that reads data input on the display screen of the input/output device; a control judgment unit that determines whether the request is for screen transition or input data check; A field control unit that controls check instructions and requests control of screen transition based on check results, and a field data inspection unit that compares input field data with check data of the corresponding field registered in the field control table. Configured with the necessary features.

〔実施例〕〔Example〕

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

第1図は本発明の画面制御方式の一実施例を示す機能ブ
ロック図である。第1図に示したように、本実施例の画
面制御方式は、制御コマンド解析部1−1と、画面制御
部1−2と、画面表示部1−3と、入力データ読取り部
1−4と、制御判断部1−5と、フィールド制御部1−
6と、データ検査部1−7と、記憶装置1−8.1−9
゜1−10と、キーボードおよびデイスプレィを有する
入出力装置1−11とで構成されている。
FIG. 1 is a functional block diagram showing an embodiment of the screen control method of the present invention. As shown in FIG. 1, the screen control method of this embodiment includes a control command analysis section 1-1, a screen control section 1-2, a screen display section 1-3, and an input data reading section 1-4. , control determination section 1-5, and field control section 1-
6, data inspection unit 1-7, and storage device 1-8.1-9
1-10, and an input/output device 1-11 having a keyboard and a display.

制御コマンド解析部1−1は、制御コマンド情報を記憶
する記憶装置1−8に登録されている画面遷移の指示及
び画面内のフィールドのチェック方法に関する情報を解
析して、画面の遷移のみを管理する画面制御テーブルと
、画面に入力されたデータのチェック指示、チェック誤
り時のメツセージテキスト、入力データによる次画面遷
移要求を管理するフィールド制御テーブルとを生成して
、画面制御テーブル情報およびフィールド制御テーブル
情報を記憶装置1−9に登録する。
The control command analysis unit 1-1 analyzes information regarding screen transition instructions and checking methods for fields within the screen registered in the storage device 1-8 that stores control command information, and manages only screen transitions. The screen control table information and the field control table are generated by creating a screen control table to manage data input on the screen, a message text when a check is erroneous, and a field control table to manage requests for transition to the next screen based on input data. Register the information in the storage device 1-9.

画面制御部1−2は、画面制御テーブル情報およびフィ
ールド制御テーブル情報を記憶する記憶装置1−9に登
録されている画面制御テーブルを基に画面の遷移を制御
して、画面表示部1−3に画面表示要求を、制御判断部
1−5に画面遷移条件データを、フィールド制御部1−
6に画面内をチェックする為のフィールド制御テーブル
位置情報を渡す。
The screen control unit 1-2 controls screen transitions based on the screen control table registered in the storage device 1-9 that stores screen control table information and field control table information, and displays the screen display unit 1-3. sends a screen display request to the control judgment unit 1-5, screen transition condition data to the control judgment unit 1-5, and sends a screen display request to the field control unit 1-5.
The field control table position information for checking the screen is passed to 6.

画面表示部1−3は、画面制御部1−2から要求のあっ
た画面を画面表示情報が登録されている記憶装置1−1
0から読み取り、入出力装置111に表示する。入力デ
ータ読取り部1−4は、入出力装置1−11に表示され
ている画面に利用者が入力したデータを読取る。
The screen display unit 1-3 stores the screen requested by the screen control unit 1-2 in the storage device 1-1 in which screen display information is registered.
It is read from 0 and displayed on the input/output device 111. The input data reading section 1-4 reads data input by the user on the screen displayed on the input/output device 1-11.

制御判断部1−5は、利用者が画面の遷移のみを指示し
たのか画面制御部1−2から渡された情報を基にチェッ
クし、画面遷移要求であれば次画面表示要求を画面制御
部1−2に通知する。入力データのチェック要求であれ
ば、フィールド制御部1−6に入力データのチェック要
求を通知する。
The control determining unit 1-5 checks whether the user has instructed only a screen transition based on the information passed from the screen control unit 1-2, and if it is a screen transition request, the screen control unit issues a request to display the next screen. Notify 1-2. If it is an input data check request, the field control unit 1-6 is notified of the input data check request.

フィールド制御部1−6は、画面制御部1−2から通知
された情報と、記憶装置1−9に登録されているフィー
ルド制御テーブルを基に、フィールドのチェック指示を
制御して、データ検査部1−7にデータチェック要求を
指示する。また、全てのフィールドチェックが終了した
時は、次画面表示要求を画面制御部1−2に通知する。
The field control unit 1-6 controls field check instructions based on the information notified from the screen control unit 1-2 and the field control table registered in the storage device 1-9, and sends the data inspection unit to the data inspection unit. 1-7 to request a data check. Furthermore, when all field checks are completed, a next screen display request is notified to the screen control unit 1-2.

データ検査部1−7は、入力されたデータと、フィール
ド制御テーブルに登録されている値とをチェックし、正
しければフィールド制御部1−6に、不正データであれ
ば入出内装Flflllにエラーメツセージを表示し、
入力データ読取り部1−4に制御を戻す。
The data inspection unit 1-7 checks the input data and the values registered in the field control table, and if the data is correct, it sends an error message to the field control unit 1-6, and if it is incorrect, it sends an error message to the input/output interior Flflll. display,
Control is returned to the input data reading section 1-4.

記憶装置としては、画面の遷移や画面内のフィールドチ
ェックを指示する制御コマンド情報が記憶されているデ
ィスク装置である記憶装置1−8と、画面制御テーブル
情報、フィールド制御テーブル情報が記憶されているデ
ィスク装置である記憶装置1−9と、画面表示情報が記
憶されているディスク装置である記憶装置1−10とが
ある。
The storage devices include a storage device 1-8 which is a disk device that stores control command information for instructing screen transitions and field checks within the screen, and screen control table information and field control table information. There is a storage device 1-9, which is a disk device, and a storage device 1-10, which is a disk device in which screen display information is stored.

入出力装置1−11は、キーボードとデイスプレィとを
備えて適当な回線を介して対話形式で交信するTSS端
末である。
The input/output device 1-11 is a TSS terminal equipped with a keyboard and a display and communicates in an interactive manner via a suitable line.

第2図は本実施例の画面制御方式の動作の一例を示す流
れ図である。また、第3図は画面制御テーブルおよびフ
ィールド制御テーブルの一例を示す情報構成図である。
FIG. 2 is a flowchart showing an example of the operation of the screen control method of this embodiment. Further, FIG. 3 is an information configuration diagram showing an example of a screen control table and a field control table.

次に、第1図と、第2図と、第3図とを参照して本実施
例の動作を説明する。まず、ステップ2−1で記憶装置
1−8に登録されている制御コマンド情報を読取る。ス
テップ2−2で読取った制御コマンド情報の解析を行う
。ステップ2−3で解析結果を基に画面制御テーブル3
−1、フィールド制御テーブル3−2を作成し、これら
を記憶装置1−9に登録する。
Next, the operation of this embodiment will be explained with reference to FIG. 1, FIG. 2, and FIG. 3. First, in step 2-1, control command information registered in the storage device 1-8 is read. The control command information read in step 2-2 is analyzed. Screen control table 3 is created based on the analysis results in step 2-3.
-1. Create a field control table 3-2 and register them in the storage device 1-9.

ステップ2−4で最初の処理の時は、画面テーブルNO
1が1のレコードを、2回目以降は要求された画面テー
ブルNo、のレコードを記憶装置1−9より読取り保持
する。読取った画面制御テーブル3−1の画面識別名が
空の情報であれば動作を終了させる。
At the time of the first processing in step 2-4, the screen table No.
The record where 1 is 1 is read from the storage device 1-9, and from the second time onwards, the record of the requested screen table number is read and held from the storage device 1-9. If the read screen identification name of the screen control table 3-1 is empty information, the operation is ended.

ステップ2−5で保持されている画面制御テーブル3−
1の画面識別名をキーとする画面表示情報を記憶装置1
−10から読取り入出力装置1−11のデイスプレィに
表示する。そして、ステップ2−6で利用者からの入力
データを読取る。
Screen control table 3- held in step 2-5
Storage device 1 stores screen display information using the screen identification name of 1 as a key.
-10 and displays it on the display of the input/output device 1-11. Then, in step 2-6, input data from the user is read.

ステップ2−7で利用者が画面遷移を要求したのかどう
かを指示されたPFキーから読取った動作指示情報と、
ステップ2−4で保持されている画面制御テーブル3−
1のPFキー情報とを比較し、等しければステップ2−
8で次の画面表示要求を行う為にPFキーに対応する画
面テーブルNo、を抽出し、ステップ2−4に画面テー
プNo。
Operation instruction information read from the PF key that indicates whether the user requested a screen transition in step 2-7;
Screen control table 3- held in step 2-4
Compare the PF key information of 1 and if they are equal, step 2-
In step 8, the screen table number corresponding to the PF key is extracted in order to request the next screen display, and the screen tape number is extracted in step 2-4.

を持つレコードの読取りを指示する。指示されたPFキ
ーでなければステップ2−9でステップ2−4で抽出さ
れている画面制御テーブル3−1のフィールドテーブル
No、のレコードを記憶装置1−9からフィールド制御
テーブル3−2を読取って保持する。
Instructs to read records with . If it is not the designated PF key, in step 2-9 the record of the field table No. of the screen control table 3-1 extracted in step 2-4 is read from the field control table 3-2 from the storage device 1-9. and hold it.

ステップ2−10で入力されたデータとフィールド制御
テーブル3−2で示されたフィールドをチェック識別と
、チェック値とにより、字類チェック、条件チェック等
を行う。
Class checks, condition checks, etc. are performed on the data input in step 2-10 and the fields shown in the field control table 3-2, using check identification and check values.

ステップ2−11でステップ2−10でのチェックが不
正でありエラー通知指示要請がされていればステップ2
−12で入力装置1l−11のデイスプレィにエラーを
表示させ利用者に再入力を要求し、ステップ2−6に制
御を渡す。不正でなければ、ステップ2−13で保持さ
れているフィールド制御テーブル3−2の次フィールド
テーブルNo、が空であれば、ステップ2−14で次画
面の表示要求を行う為に次画面テーブルNo、を抽出し
、ステップ2−4に次画面テーブルNo、を持つレコー
ドの読取りを指示する。
In step 2-11, if the check in step 2-10 is invalid and an error notification instruction request is made, step 2
At step -12, an error is displayed on the display of the input device 1l-11 to request the user to re-enter, and control is passed to step 2-6. If it is not invalid, and if the next field table No. of the field control table 3-2 held in step 2-13 is empty, the next screen table No. is set in step 2-14 in order to request the display of the next screen. , and instructs step 2-4 to read the record having the next screen table number.

次フィールドテーブルNo、があればステップ2−15
で次のチェックを行う為にステップ29に次フィールド
テーブルNo、を持つレコードの読取りを指示する。
If there is a next field table number, step 2-15
In order to perform the next check, the program instructs step 29 to read the record having the next field table number.

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

以上説明したように、本発明の画面制御方式は、画面の
遷移、画面内のチェック指示を制御コマンドの形式で外
付けの記憶装置に登録することにより、画面遷移や画面
内データのチェックを容易に検証させることができる為
、画面を持つオンラインシステムを構築する上で、視覚
的にシステムを検証することができ、システムの見直し
に要する工数を大幅に低減させることができるという効
果を有している。
As explained above, the screen control method of the present invention facilitates checking screen transitions and on-screen data by registering screen transitions and on-screen check instructions in the form of control commands in an external storage device. When building an online system with a screen, it is possible to visually verify the system, which has the effect of significantly reducing the number of man-hours required to review the system. There is.

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

第1図は本発明の画面制御方式の一実施例を示すブロッ
ク図、第2図は本実施例の画面制御方式の動作の一例を
示す流れ図、第3図は画面制御テーブルおよびフィール
ド制御テーブルの一例を示す情報構成図である。 1−1・・・制御コマンド、1−2・・・画面制御部、
1−3・・・画面表示部、1−4・・・入力データ読取
り部、1−5・・・制御判断部、1−6・・・フィール
ド制御部、1−7・・・データ検査部、1−8.1−9
゜1−10・・・記憶装置、1−11・・・入力装置、
3−1・・・画面制御テーブル、3−2・・・フィール
ド制御テーブル。
FIG. 1 is a block diagram showing an embodiment of the screen control method of the present invention, FIG. 2 is a flowchart showing an example of the operation of the screen control method of this embodiment, and FIG. 3 is a block diagram showing an example of the operation of the screen control method of the present invention. FIG. 2 is an information configuration diagram showing an example. 1-1... Control command, 1-2... Screen control section,
1-3...Screen display section, 1-4...Input data reading section, 1-5...Control judgment section, 1-6...Field control section, 1-7...Data inspection section , 1-8.1-9
゜1-10...Storage device, 1-11...Input device,
3-1...Screen control table, 3-2...Field control table.

Claims (1)

【特許請求の範囲】[Claims] 画面の遷移や画面内フィールドのデータのチェック指示
を制御コマンド情報として取得して、画面の遷移を管理
する画面制御テーブルおよび画面に入力されたデータの
チェック指示、チェック誤り時のメッセージテキスト、
入力データによる次画面遷移要求を管理するフィールド
制御テーブルを生成する制御コマンド解析部と、前記画
面制御テーブルを基に画面の遷移を制御する画面制御部
と、画面を表示する為の画面表示情報を取得して入出力
装置に表示する画面表示部と、前記入出力装置の表示画
面に入力されたデータを読取る入力データ読取り部と、
画面遷移の要求か入力データのチェック要求かを判別す
る制御判断部と、前記フィールド制御テーブルを基に画
面内フィールドのチェック指示の制御およびチェック結
果に基づき画面遷移の制御要求を行うフィールド制御部
と、入力されたフィールドデータに前記フィールド制御
テーブルに登録されている該当フィールドのチェックデ
ータを比較するフィールドデータ検査部とを備えること
を特徴とする画面制御方式。
A screen control table that manages screen transitions by acquiring instructions to check screen transitions and data in fields within the screen as control command information, instructions to check data entered on the screen, message text when a check is incorrect,
A control command analysis unit that generates a field control table that manages next screen transition requests based on input data, a screen control unit that controls screen transitions based on the screen control table, and a screen control unit that generates screen display information for displaying screens. a screen display unit that acquires and displays the data on the input/output device; an input data reading unit that reads the data input on the display screen of the input/output device;
a control determination unit that determines whether the request is a screen transition request or an input data check request; and a field control unit that controls check instructions for fields within the screen based on the field control table and requests screen transition control based on the check results. and a field data inspection unit that compares input field data with check data of a corresponding field registered in the field control table.
JP2059168A 1990-03-09 1990-03-09 Screen control system Pending JPH03260738A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2059168A JPH03260738A (en) 1990-03-09 1990-03-09 Screen control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2059168A JPH03260738A (en) 1990-03-09 1990-03-09 Screen control system

Publications (1)

Publication Number Publication Date
JPH03260738A true JPH03260738A (en) 1991-11-20

Family

ID=13105585

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2059168A Pending JPH03260738A (en) 1990-03-09 1990-03-09 Screen control system

Country Status (1)

Country Link
JP (1) JPH03260738A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07114460A (en) * 1993-08-26 1995-05-02 Internatl Business Mach Corp <Ibm> Data processing system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07114460A (en) * 1993-08-26 1995-05-02 Internatl Business Mach Corp <Ibm> Data processing system

Similar Documents

Publication Publication Date Title
US20080127103A1 (en) Dynamic deneration and implementation of globalization verification testing for user interface controls
CN102231127B (en) System and method for detecting BIOS (Basic Input Output System) wrong information display
CN110781063A (en) Method, device and equipment for measuring first screen time of webpage and storage medium
JPH1019864A (en) Management and controller for analytical system
JPH03260738A (en) Screen control system
CN105653445A (en) Implementation method capable of meeting DO-178C test result
US20230060213A1 (en) System and method for generating automation test scripts dynamically for human machine interface testing
JPH03257636A (en) Interactive data preparing system
CN110928801A (en) Role authority test method and device, computer medium and electronic equipment
JPH036630A (en) Check system for interactive processing program
CN110348127B (en) Method, device, equipment and storage medium for generating test cases
JPH04247552A (en) Data preparing/updating device
JPS6254337A (en) Specification displaying system for program hierarchy
JPH065454B2 (en) Plant operation guide device
JP3058953B2 (en) Program source list display method
JPS62281014A (en) Display system for descriptive data in numerical controller
JP2500385B2 (en) Input data management method
CN117370141A (en) Test report generation method and device, electronic equipment and storage medium
CN115716494A (en) Interlocking data testing method and device
JPH0218738B2 (en)
CN116701421A (en) Data restoration method, device, equipment and medium
JPH04160648A (en) Automatic system inspector
JPH0390934A (en) Check system for propriety of document
JPH0778095A (en) Program abnormality cause analytic device
JP2004028656A (en) Input support device, input support method and input support program