JP2000020464A - System for preserving picture setting parameter information - Google Patents

System for preserving picture setting parameter information

Info

Publication number
JP2000020464A
JP2000020464A JP10182751A JP18275198A JP2000020464A JP 2000020464 A JP2000020464 A JP 2000020464A JP 10182751 A JP10182751 A JP 10182751A JP 18275198 A JP18275198 A JP 18275198A JP 2000020464 A JP2000020464 A JP 2000020464A
Authority
JP
Japan
Prior art keywords
setting parameter
screen
parameter information
client
server
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
JP10182751A
Other languages
Japanese (ja)
Inventor
Tatsumi Kamata
巽 鎌田
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 Communication Systems Ltd
Original Assignee
NEC Communication Systems 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 Communication Systems Ltd filed Critical NEC Communication Systems Ltd
Priority to JP10182751A priority Critical patent/JP2000020464A/en
Publication of JP2000020464A publication Critical patent/JP2000020464A/en
Pending legal-status Critical Current

Links

Landscapes

  • Controls And Circuits For Display Device (AREA)
  • Digital Computer Display Output (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

PROBLEM TO BE SOLVED: To preserve the state of utilizing a graphical user interface(GUI) and value inputted by an operator and to enable any arbitrary client to efficiently restart a job. SOLUTION: The user inputs a user identifier and a GUI process name and activates a GUI process 11. The GUI process 11 uses the user identifier and GUI process name as a retrieval key in picture setting parameter retrieving processing 111, retrieves the picture setting parameter information of a picture coordinate, size and input value form a picture setting parameter data base 21 and display a picture according to that picture setting parameter. When the GUI process 11 is finished, a picture setting parameter preserving processing 112 preserves the picture setting parameter information of the coordinate, size and input value in the picture setting parameter data base 21 of a server 2 while utilizing the user identifier and GUI process name as the retrieval key.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、GUI(グラフィ
カル・ユーザ・インタフェース)プロセスの画面設定パ
ラメータ情報の保存方式に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a method for storing screen setting parameter information of a GUI (Graphical User Interface) process.

【0002】[0002]

【従来の技術】従来の一般的なGUIプロセスの画面設
定パラメータ情報の保存方式は、図6に示すように、ク
ライアント5のGUIプロセス51と、GUIプロセス
51に含まれる画面初期設定処理511と画面終了処理
512と、GUIプロセス初期設定ファイル52とから
構成されている。このような構成の基で、GUIプロセ
ス51が起動されると、画面初期設定処理511が、G
UIプロセス初期設定ファイル52から画面設定パラメ
ータ情報を読み出し画面を表示する。GUIプロセスが
終了すると、画面終了処理512が画面設定情報パラメ
ータをGUIプロセス初期設定ファイル52に保存す
る。
2. Description of the Related Art As shown in FIG. 6, a conventional general method for storing screen setting parameter information of a GUI process includes a GUI process 51 of a client 5, a screen initial setting process 511 included in the GUI process 51, and a screen. The processing includes an end process 512 and a GUI process initialization file 52. When the GUI process 51 is started under such a configuration, the screen initial setting process 511 performs
The screen setting parameter information is read from the UI process initial setting file 52 and the screen is displayed. When the GUI process ends, the screen end processing 512 saves the screen setting information parameter in the GUI process initial setting file 52.

【0003】また、ネットワーク上のデータベースに格
納されたユーザインタフェース用オブジェクト(UIオ
ブジェクト)を画面表示する方式として、例えば、特開
平10−31513が開示されている。この方式では、
上記の一般的な画面設定パラメータ情報の保存方式と同
じように、クライアント側に画面設定パラメータを記憶
する記憶手段を設けることにより、クライアントはUI
オブジェクトの動作が終了後再び起動された場合に前回
記憶したパラメータを自装置の記憶手段から読み出して
適用することで、前回と同じ画面を表示することが記載
されている。
As a method of displaying a user interface object (UI object) stored in a database on a network on a screen, for example, Japanese Patent Laid-Open No. Hei 10-31513 is disclosed. In this scheme,
By providing a storage unit for storing the screen setting parameters on the client side in the same manner as the above-described general method of storing the screen setting parameter information, the client can use the UI.
The document describes that when the object is restarted after the operation of the object is completed, the same screen as the previous screen is displayed by reading out and applying the previously stored parameters from the storage unit of the own apparatus.

【0004】[0004]

【発明が解決しようとする課題】しかし、この従来の一
般的な技術には、次のような問題点があった。第1の問
題点は、中断したGUIプロセスを起動した場合に、中
断したときの画面を再表示できるクライントがそのGU
Iプロセスを中断したクライントに限定されるというこ
とである。その理由は、画面設定パラメータ情報の保存
がクライアントに局在しているためである。
However, this conventional general technique has the following problems. The first problem is that, when the interrupted GUI process is started, the client that can redisplay the screen at the time of interruption is displayed by the GUI.
It is limited to clients that have interrupted the I process. The reason is that the storage of the screen setting parameter information is localized in the client.

【0005】第2の問題点は、GUIプロセスを中断し
た後に、中断した画面を再表示できるのは、その間に他
のユーザがそのGUIプロセスを起動しなかった場合に
限定されるということである。その理由は、画面設定パ
ラメータ情報の保存がGUIプロセス名単位ごとである
ためである。
[0005] A second problem is that after the GUI process is interrupted, the interrupted screen can be displayed again only when another user does not start the GUI process during that time. . The reason is that the screen setting parameter information is stored for each GUI process name.

【0006】また、特開平10−31513に開示され
た方式では、クライアント毎に内蔵されたパラメータ記
憶部に画面設定パラメータを格納しているため、クライ
アント毎に画面パラメータを管理することになる。すな
わち、UIオブジェクト毎(クライアント毎)に画面レ
イアウトは固定となり、クライアントを使い分けるとい
った操作をする場合、オペレータ毎にUIオブジェクト
を保存できないという問題点がある。
In the method disclosed in Japanese Patent Laid-Open No. 10-31513, since the screen setting parameters are stored in the parameter storage unit built in each client, the screen parameters are managed for each client. That is, the screen layout is fixed for each UI object (for each client), and there is a problem that the UI object cannot be saved for each operator when performing an operation such as using a different client.

【0007】本発明の目的は、オペレータのGUIの利
用した状態および入力した値をオペレータ単位に保存
し、任意のクライアントで業務を効率よく再開できるこ
とにある。すなわち、クライアント/サーバシステムに
おいて、ユーザが任意のクライアントにおいてGUIプ
ロセスを起動した場合、各ユーザが以前GUIプロセス
を起動し終了したクライアントに関わらず、そのGUI
プロセス終了時の画面の状態(座標、サイズ、入力値)
を移動し、画面状態を引き継いでGUIプロセスを起動
できる構成を提供することにある。
[0007] It is an object of the present invention to save the state of use of an operator's GUI and input values for each operator so that any client can efficiently resume business. That is, in the client / server system, when a user starts a GUI process on an arbitrary client, the GUI starts regardless of the client on which the user has started and ended the GUI process before.
Screen status at the end of process (coordinates, size, input values)
And a configuration capable of starting a GUI process while taking over the screen state.

【0008】[0008]

【課題を解決するための手段】上記の目的を達成するた
めに、本発明は、サーバと、複数のクライアントと、前
記サーバと前記クライアントとを接続するネットワーク
とを有した画面設定パラメータ情報の保存方式におい
て、前記クライアントの入力画面からユーザ識別情報と
業務に対応したプロセス名とを入力した場合、前記クラ
イアントは、前記ユーザ識別情報と前記プロセス名とを
キーとした検索要求を前記サーバに行う要求手段と、前
記要求手段に対する前記サーバからの返信情報を受信す
ると前記返信情報を基に画面設定を行いGUI表示する
表示手段とを有し、前記サーバは、画面設定パラメータ
情報を保存したデータベースを備え、前記検索要求を受
信すると前記ユーザ識別情報と前記プロセス名とをキー
として前記デ−タベースを検索する検索手段と、前記検
索手段において前記ユーザ識別情報と前記プロセス名と
が一致する前記画面設定パラメータ情報がある場合に一
致した前記画面パラメータ情報を前記返信情報として要
求元の前記クライアントに返信する返信手段とを有する
ことを含むことを特徴としている。
In order to achieve the above object, the present invention provides a method of storing screen setting parameter information having a server, a plurality of clients, and a network connecting the server and the clients. In the method, when user identification information and a process name corresponding to a job are input from an input screen of the client, the client requests the server to perform a search request using the user identification information and the process name as keys. Means, and display means for setting a screen based on the reply information when receiving reply information from the server to the request means and displaying a GUI, wherein the server includes a database storing screen setting parameter information. Receiving the search request, using the user identification information and the process name as keys, Search means for searching for a search result, and when there is the screen setting parameter information in which the user identification information and the process name match in the search means, the matched screen parameter information is sent to the requesting client as the reply information. And a reply means for replying.

【0009】更に、前記検索手段において前記ユーザ識
別情報と前記プロセス名とが一致する前記画面設定パラ
メータ情報がない場合に予め設定された前記画面パラメ
ータ情報を前記返信情報として要求元の前記クライアン
トに返信することを特徴としている。
Further, when there is no screen setting parameter information in which the user identification information matches the process name in the search means, the screen parameter information set in advance is returned to the requesting client as the reply information. It is characterized by doing.

【0010】更に、前記クライアントは、前記要求手段
に対する前記サーバからの前記返信情報を受信した場合
に自装置のファイルに前記返信情報を保存することを特
徴としている。
Further, the client stores the reply information in its own file when receiving the reply information from the server to the request means.

【0011】また、データベースを備えたサーバと、複
数のクライアントと、前記サーバと前記クライアントと
を接続するネットワークとを有した画面設定パラメータ
情報の保存方式において、終了指示が前記クライアント
の入力画面から入力された場合、前記クライアントは、
画面に現在表示中の画面設定パラメータ情報を前記サー
バに送信する送信手段を有し、前記サーバは、前記画面
設定パラメータ情報を受信すると前記データベースに保
存する保存手段を有することを含むことを特徴としてい
る。
In a method for saving screen setting parameter information having a server having a database, a plurality of clients, and a network connecting the server and the client, an end instruction is input from an input screen of the client. If so, the client:
It has transmission means for transmitting screen setting parameter information currently displayed on the screen to the server, and the server, when receiving the screen setting parameter information, includes a storage means for storing the screen setting parameter information in the database. I have.

【0012】また、データベースを備えたサーバと、複
数のクライアントと、前記サーバと前記クライアントと
を接続するネットワークとを有した画面設定パラメータ
情報の保存方式において、終了指示がクライアントの入
力画面から入力された場合、前記クライアントは、前記
画面で現在表示中の画面設定パラメータ情報とユーザ識
別子とGUIプロセス名とを送信情報として前記サーバ
に送信する送信手段を有し、前記サーバは、前記送信情
報を受信した場合に前記ユーザ識別情報と前記プロセス
名とをキーとして前記デ−タベースに前記画面設定パラ
メータ情報を保存する保存手段を有することを含むこと
を特徴としている。
[0012] In a method of saving screen setting parameter information having a server having a database, a plurality of clients, and a network connecting the server and the client, an end instruction is input from an input screen of the client. The client has transmission means for transmitting the screen setting parameter information, the user identifier, and the GUI process name currently displayed on the screen to the server as transmission information, and the server receives the transmission information. In this case, a storage means for storing the screen setting parameter information in the database using the user identification information and the process name as keys is provided.

【0013】また、複数のクライアントと、データベー
スを備えたサーバと、前記クライアントと前記サーバと
を接続するネットワークとを有した画面設定パラメータ
情報の保存方式において、終了指示がクライアントから
入力された場合、前記クライアントは、前記画面で現在
表示中の画面設定パラメータ情報を自装置のファイルに
保存する第1の保存手段と、前記ファイルに保存した前
記画面設定パラメータ情報とユーザ識別子とGUIプロ
セス名とを送信情報として前記サーバに送信する送信手
段を有し、前記サーバは、前記送信情報を受信した場合
に前記ユーザ識別情報と前記プロセス名とをキーとして
前記デ−タベースに前記画面設定パラメータ情報を保存
する第2の保存手段を有することを含むことを特徴とし
ている。
In a screen setting parameter information storage method including a plurality of clients, a server having a database, and a network connecting the clients and the server, when a termination instruction is input from the client, The client sends first screen setting parameter information currently displayed on the screen to a file of its own device, and transmits the screen setting parameter information, a user identifier, and a GUI process name stored in the file. Transmitting means for transmitting the screen setting parameter information in the database using the user identification information and the process name as keys when receiving the transmission information; It is characterized by including having a second storage means.

【0014】[0014]

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

【0015】図1は、本発明の第1の実施の形態を示す
ブロック図である。
FIG. 1 is a block diagram showing a first embodiment of the present invention.

【0016】図1を参照すると、本発明の第1の実施の
形態例は、ネットワーク3と、ネットワーク3に接続さ
れた複数のクライアント1と、サーバ2とを含む。
Referring to FIG. 1, a first embodiment of the present invention includes a network 3, a plurality of clients 1 connected to the network 3, and a server 2.

【0017】クライアント1は、プログラム制御により
動作するGUIプロセス11とを備えている。
The client 1 has a GUI process 11 that operates under program control.

【0018】GUIプロセス11は、画面設定パラメー
タ検索処理111と、画面設定パラメータ保存処理11
2とを有している。
The GUI process 11 includes a screen setting parameter search processing 111 and a screen setting parameter storage processing 11
And 2.

【0019】サーバ2は、画面設定パラメータデータベ
ース21を備えている。
The server 2 has a screen setting parameter database 21.

【0020】図2は、図1における画面設定パラメータ
データベース21のレコード形式を示す図である。
FIG. 2 is a diagram showing a record format of the screen setting parameter database 21 in FIG.

【0021】図2を参照すると、画面設定パラメータデ
ータベース21は、ユーザ識別子、GUIプロセス名を
検索キーとし、データとして画面設定パラメータ情報
(座標、サイズ、入力値等を含む画面の表示に関するパ
ラメータ情報)を保存するデータベースである。すなわ
ち、画面設定パラメータデータベース21は、表示され
た画面を必要とした場合、前回利用した画面の再表示ま
たは既存(フォーマットして利用する画面)の画面表示
ができるように、ユーザ識別子と、その時の画面表示時
の業務に対応したプロセス名をキーとして保存できるよ
うな情報を保存している。
Referring to FIG. 2, a screen setting parameter database 21 uses a user identifier and a GUI process name as a search key and screen setting parameter information (parameter information relating to screen display including coordinates, size, input values, etc.) as data. Is a database that stores That is, when the displayed screen is required, the screen setting parameter database 21 stores the user identifier and the current user identifier so that the previously used screen can be displayed again or the existing (formatted and used screen) can be displayed. Information that can be saved using the process name corresponding to the job at the time of screen display as a key is stored.

【0022】ユーザは、クライアント1において、ユー
ザ識別子とGUIプロセス名とを入力し、GUIプロセ
ス11を起動する。
A user inputs a user identifier and a GUI process name on the client 1 and activates the GUI process 11.

【0023】画面設定パラメータ検索処理111は、G
UIプロセス11が起動されると、ネットワーク3経由
で画面設定パラメータデータベース21から画面設定パ
ラメータ情報を検索する。
Screen setting parameter search processing 111
When the UI process 11 is started, screen setting parameter information is searched from the screen setting parameter database 21 via the network 3.

【0024】画面設定パラメータ保存処理112は、G
UIプロセス11が終了する際にネットワーク3経由で
画面設定パラメータ情報を画面設定パラメータデータベ
ース21に保存する。
The screen setting parameter saving processing 112
When the UI process 11 ends, the screen setting parameter information is stored in the screen setting parameter database 21 via the network 3.

【0025】次に、図1〜図4を参照して本発明の実施
の形態例の全体の動作について説明する。
Next, the overall operation of the embodiment of the present invention will be described with reference to FIGS.

【0026】先ず、ユーザは、クライアントの画面に表
示したい(例えば、前回終了した画面の再表示)ため
に、クライアント1の入力画面(図1に記載されていな
い)からユーザ識別子と業務に対応したGUIプロセス
名とを入力すると、GUIプロセス11が起動する。こ
の場合、業務に対応したメニュー(プルダウンメニュ
ー)などを利用して起動してもよい。GUIプロセス1
1が起動されると、画面設定パラメータ検索処理111
は、ユーザ識別子とGUIプロセス名をキーとして検索
条件を作成し、ネットワーク3経由でサーバー2に送信
することで画面設定パラメータの検索要求を行う(図3
のステップS1,S2)。サーバ2は、検索要求を受け
ると、画面設定パラメータデータベース21をユーザ識
別子とGUIプロセス名をキーと検索する。このとき画
面設定パラメータデータベース21にユーザ識別子、G
UIプロセス名に検索条件に一致するレコードがある場
合、そのレコードから画面設定パラメータ情報を取り出
し、要求元のクライアント1に画面設定パラメータ情報
を返信する(ステップS3,S4)。また、画面設定パ
ラメータデータベース21にユーザ識別子、GUIプロ
セス名に検索条件に一致するレコードがない場合、予め
用意してあるデフォルトの画面設定パラメータ情報を画
面設定パラメータデータベース21から読み出し、画面
パラメータ情報を送信する(ステップS3,S5)。要
求元のクライアント1の画面設定パラメータ検索処理1
11が受信すると画面の設定を行い、GUIを画面表示
し、処理を終了する(ステップS6)。
First, the user wants to display on the client's screen (for example, redisplay the screen that was previously finished), so that the user corresponds to the user identifier and the business from the input screen (not shown in FIG. 1) of the client 1. When the user inputs the GUI process name, the GUI process 11 starts. In this case, it may be activated using a menu (pull-down menu) corresponding to the business. GUI process 1
1 is activated, the screen setting parameter search processing 111
Creates a search condition using the user identifier and the GUI process name as keys, and sends the search condition to the server 2 via the network 3 to request a screen setting parameter search (FIG. 3).
Steps S1 and S2). Upon receiving the search request, the server 2 searches the screen setting parameter database 21 using the user identifier and the GUI process name as keys. At this time, the user identifier, G
When there is a record that matches the search condition in the UI process name, the screen setting parameter information is extracted from the record, and the screen setting parameter information is returned to the requesting client 1 (steps S3 and S4). If there is no record in the screen setting parameter database 21 that matches the search conditions in the user identifier and the GUI process name, the default screen setting parameter information prepared in advance is read from the screen setting parameter database 21 and the screen parameter information is transmitted. (Steps S3 and S5). Screen setting parameter search processing 1 of client 1 as request source
11 receives the message, sets the screen, displays the GUI on the screen, and ends the process (step S6).

【0027】次に、ユーザが、クライアント1の入力画
面からGUIプロセス11に対して終了指示を行い、G
UIプロセス11が終了指示を受けると、画面設定パラ
メータ保存処理112は、その時における画面設定パラ
メータ情報とユーザ識別子とGUIプロセス名とをキー
とした情報をレコードにまとめ(ステップS11,S1
2)、ネットワーク3経由でサーバ2の画面設定パラメ
ータデータベース21にレコードの保存要求を発行する
(ステップS13)。保存要求を受信したサーバー2の
画面設定パラメータデータベース21は、ユーザ識別子
とGUIプロセス名とをキーとしてレコードを格納し、
格納が終了すると終了報告を要求元のクライアント1に
返す。クライアント1の画面設定パラメータ保存処理1
12は、終了報告をチェックし(ステップS14)、レ
コード格納が正常終了の場合、プロセスを終了する(ス
テップS16)、レコード格納が失敗の場合、エラーを
ダイアログに表示し(ステップS15)、プロセス11
を終了する。
Next, the user gives an end instruction to the GUI process 11 from the input screen of the client 1, and
When the UI process 11 receives the end instruction, the screen setting parameter storage processing 112 summarizes information using the screen setting parameter information, the user identifier, and the GUI process name as keys at that time (steps S11 and S1).
2) Issue a record storage request to the screen setting parameter database 21 of the server 2 via the network 3 (step S13). The screen setting parameter database 21 of the server 2 that has received the save request stores a record using the user identifier and the GUI process name as keys,
When the storage is completed, an end report is returned to the requesting client 1. Screen setting parameter saving processing 1 of client 1
In step S14, the end report is checked (step S14). If the record storage is completed normally, the process is terminated (step S16).
To end.

【0028】上記説明において、オペレータ毎に業務を
遂行する際に、個々のGUIを開く位置、サイズ、各G
UIにおけるデフォルト入力パラメータ、または、最後
の入力したパラメータをその時点で使用しているクライ
アントに依存しないで保存でき、勤務交代や緊急などの
状況において、任意のクライアントに各オペレータが使
用したい形態でGUIを即表示し、業務を再開できる。
クライアントにログインした後、少ないマウス操作でオ
ペレータがいつも作業するGUI表示の状態に復帰でき
る。
In the above description, when performing a task for each operator, the position, size, and G
The default input parameters in the UI or the last input parameters can be saved without depending on the client used at the time. Can be displayed immediately and business can be resumed.
After logging in to the client, it is possible to return to the GUI display state where the operator always works with a few mouse operations.

【0029】次に、本発明の第2の実施の形態例につい
て図面を参照して説明する。
Next, a second embodiment of the present invention will be described with reference to the drawings.

【0030】図5を参照すると、本発明の第2の実施の
形態例は、ネットワーク3と、ネットワーク3に接続さ
れた複数のクライアント4と、サーバ2とを含む。すな
わち、本発明の第2の実施の形態例は、第1の実施の形
態例のネットワーク3に接続されたクライアント1の代
わりにクライアント4が接続されている点で相違してい
る。
Referring to FIG. 5, a second embodiment of the present invention includes a network 3, a plurality of clients 4 connected to the network 3, and a server 2. That is, the second embodiment of the present invention is different from the first embodiment in that a client 4 is connected instead of the client 1 connected to the network 3 of the first embodiment.

【0031】クライアント4は、プログラム制御により
動作するGUIプロセス実行管理11と、GUIプロセ
ス初期設定ファイル42と、プログラム制御により動作
するGUIプロセス43とから構成される。
The client 4 comprises a GUI process execution management 11 operated by program control, a GUI process initialization file 42, and a GUI process 43 operated by program control.

【0032】GUIプロセス実行管理41は、GUI起
動/終了処理411と、画面設定パラメータ検索処理4
12と、画面設定パラメータ保存処理413とから構成
される。
The GUI process execution management 41 includes a GUI start / end process 411 and a screen setting parameter search process 4
12 and a screen setting parameter storage process 413.

【0033】GUIプロセス43は、画面初期設定処理
431と、画面終了処理432とから構成される。
The GUI process 43 includes a screen initial setting process 431 and a screen end process 432.

【0034】サーバ2は、画面設定パラメータデータベ
ース21を備えている。
The server 2 has a screen setting parameter database 21.

【0035】GUIプロセス起動/終了処理411は、
GUIプロセス43の起動、または終了指示を行う。
The GUI process start / end processing 411 is as follows.
The activation or termination of the GUI process 43 is instructed.

【0036】画面設定パラメータ検索処理412は、ネ
ットワーク3経由でサーバ2の画面設定パラメータデー
タベース21を検索し、検索した画面設定パラメータ情
報をGUIプロセス初期設定ファイル42に書き込む。
The screen setting parameter search process 412 searches the screen setting parameter database 21 of the server 2 via the network 3 and writes the searched screen setting parameter information to the GUI process initialization file 42.

【0037】画面設定パラメータ保存処理413は、G
UIプロセス初期設定ファイル42より画面設定パラメ
ータ情報を読み出し、ネットワーク3経由でサーバー2
の画面設定パラメータデータベース21に画面設定パラ
メータ情報を保存する。
The screen setting parameter storage processing 413 is performed by G
The screen setting parameter information is read from the UI process initialization file 42, and is read from the server 2 via the network 3.
The screen setting parameter information is stored in the screen setting parameter database 21 of FIG.

【0038】画面初期設定処理431は、GUIプロセ
ス43が起動されたときに、GUIプロセス初期設定フ
ァイル42から画面設定パラメータ情報を読み出し画面
表示する。
The screen initial setting process 431 reads out the screen setting parameter information from the GUI process initial setting file 42 and displays the screen when the GUI process 43 is started.

【0039】画面終了処理432は、GUIプロセス4
3が終了するときに、画面設定パラメータ情報をGUI
プロセス初期設定ファイル42に保存する。
The screen end process 432 is executed by the GUI process 4
3 ends the screen setting parameter information
It is stored in the process initialization file 42.

【0040】次に、図5を参照して本発明の第2の実施
の形態例の全体の動作について説明する。
Next, the overall operation of the second embodiment of the present invention will be described with reference to FIG.

【0041】ユーザは、クライアント4において、画面
(図5には記載していない)上からユーザ識別子とGU
Iプロセス名とを入力し、GUIプロセス実行管理41
を起動する。すると、GUIプロセス実行管理41は、
先ず、画面設定パラメータ検索処理412を起動させ
る。画面設定パラメータ検索処理412はネットワーク
3経由で、ユーザ識別子とGUIプロセス名を検索キー
とし、サーバ2に送信する(データの保存要求を行
う)。サーバ2は、送信されたユーザ識別子とGUIプ
ロセス名を基にサーバ2の画面設定パラメータデータベ
ース21を検索し、画面設定パラメータ情報を送信元の
クライアント4に返信する。クライアント4の画面設定
パラメータ検索処理412が画面設定パラメータ情報を
受信すると、GUI初期設定ファイル42に書き込む。
次に、GUIプロセス実行管理41のGUI起動/終了
処理411が、GUIプロセス43を起動する。
The user uses the user identifier and GU on the client 4 from a screen (not shown in FIG. 5).
Enter the I process name and enter the GUI process execution management 41
Start Then, the GUI process execution management 41
First, the screen setting parameter search processing 412 is started. The screen setting parameter search process 412 transmits the data to the server 2 via the network 3 using the user identifier and the GUI process name as search keys (performs a data storage request). The server 2 searches the screen setting parameter database 21 of the server 2 based on the transmitted user identifier and the GUI process name, and returns the screen setting parameter information to the client 4 as the transmission source. When the screen setting parameter search processing 412 of the client 4 receives the screen setting parameter information, it writes the screen setting parameter information into the GUI initial setting file 42.
Next, the GUI activation / termination process 411 of the GUI process execution management 41 activates the GUI process 43.

【0042】GUIプロセス43が起動されると、画面
初期設定処理431が、GUI初期設定ファイル42か
ら画面設定パラメータ情報を読み出し、そのパラメータ
により画面を表示する。
When the GUI process 43 is started, a screen initial setting process 431 reads out screen setting parameter information from the GUI initial setting file 42 and displays a screen according to the parameters.

【0043】業務を終了する場合、ユーザは、クライア
ント4において、入力画面からユーザ識別子とGUIプ
ロセス名とを入力すると、GUIプロセス実行管理41
はGUIプロセス43の起動を指示するために、GUI
プロセス実行管理41のGUI起動/終了処理411
が、GUIプロセス43に終了指示する。GUIプロセ
ス43は、終了指示により画面終了処理432が画面設
定パラメータ情報をGUIプロセス初期設定ファイル4
2に書き込み、終了指示応答をGUIプロセス実行管理
41に返す。GUIプロセス実行管理41が終了指示応
答を受信すると、画面設定パラメータ保存処理413が
GUIプロセス初期設定ファイル42から画面設定パラ
メータ情報を読み出し、ネットワーク3経由でGUIプ
ロセス初期設定ファイル42のユーザ識別子とGUIプ
ロセス名とを検索キーとし、画面設定パラメータ情報を
サーバに送信する(データの保存要求を行う)。サーバ
2は受信した画面パラメータ設定パラメータ情報をユー
ザ識別子とGUIプロセス名をキーとし画面設定パラメ
ータデータベース41へ保存する。
In order to end the work, the user inputs a user identifier and a GUI process name from the input screen on the client 4, and the GUI process execution management 41
Is a GUI for instructing the activation of the GUI process 43.
GUI start / end processing 411 of the process execution management 41
Instructs the GUI process 43 to end. The GUI process 43 sends the screen setting parameter information to the GUI process initial setting file 4
2 and returns an end instruction response to the GUI process execution management 41. When the GUI process execution management 41 receives the end instruction response, the screen setting parameter storage processing 413 reads out the screen setting parameter information from the GUI process initialization file 42, and the user identifier and the GUI process of the GUI process initialization file 42 via the network 3. The screen setting parameter information is transmitted to the server using the name as a search key (data storage request is made). The server 2 stores the received screen parameter setting parameter information in the screen setting parameter database 41 using the user identifier and the GUI process name as keys.

【0044】上記の第2の実施の形態例は、第1の実施
の形態例で記述した以外に、GUIプロセス実行管理が
データベースへのアクセス機能を持ち、初期設定ファイ
ルを経由し、オペレータ毎に保存している画面設定パラ
メータをGUIプロセスに引き渡すことで、既存のGU
Iプロセスにデータベースのアクセス機能を追加しプロ
セスを肥大させることを防ぎ、提案の機能を実装するこ
とができる。
In the second embodiment, in addition to the description in the first embodiment, the GUI process execution management has a database access function, passes through an initialization file, and is provided for each operator. By passing the saved screen setting parameters to the GUI process, the existing GUI
The proposed function can be implemented by adding a database access function to the I-process to prevent the process from expanding.

【0045】以上、第1および第2の実施の形態例で示
されるように、ユーザが任意のクライアントでGUIプ
ロセスを起動した場合に、以前にGUIプロセスを起動
し終了したクライアントに関わらず、終了した時点と同
じ画面の表示を可能にする。
As described above, as shown in the first and second embodiments, when a user starts a GUI process on an arbitrary client, the user can start the GUI process and end the GUI process irrespective of the client that has started and ended before. Enables the same screen to be displayed at the point in time.

【0046】すなわち、任意のオペレータが操作するク
ライアントが固定されておらず、複数のクライアントが
ネットワークに接続し分散している作業環境では、クラ
イアント自体にパラメータを保存できなかった点、およ
び違うクライアントで業務(GUI)を再開した場合、
前のクライアントで終了した時の状態に復旧できなかっ
た点が、本発明の構成を取ることにより解消することが
できる。また、クライアントで終了した時点での業務
(GUIへの入力パラメータ)の状態を継続して作業を
したい場合に特定のクライアントでしか継続できない状
況であれば、そのクライアントが他のオペレータに使用
されてしまうと、作業にクライアントの待ちが発生する
点が、本発明の構成を取ることにより解消され、クライ
アントに関係なく効率よく使用できるようになる。
That is, in a work environment in which a client operated by an arbitrary operator is not fixed and a plurality of clients are connected to a network and distributed, parameters cannot be stored in the client itself. When the business (GUI) is resumed,
The fact that it was not possible to restore the state at the time of termination by the previous client can be solved by adopting the configuration of the present invention. Also, if the user wants to continue the work (input parameters to the GUI) at the time of termination at the client and continue the work, if the situation can be continued only with a specific client, the client is used by another operator. In this case, the point that the client waits for the work is eliminated by adopting the configuration of the present invention, and the client can be used efficiently regardless of the client.

【0047】[0047]

【発明の効果】第1の効果は、任意のクライントでGU
Iプロセスを終了し中断した作業を任意のクライアント
で効率よく再開できることにある。その理由は、GUI
プロセス終了時にそのときの画面設定パラメータ情報を
ネットワーク経由でサーバの画面設定パラメータデータ
ベースに保存し、その画面設定パラメータ情報を任意の
クライアントでGUIプロセス起動したときに検索し、
画面を表示する構成のためである。
The first effect is that the GU can be used at any client.
The task is to terminate the I-process and resume the interrupted work efficiently with any client. The reason is GUI
At the end of the process, the screen setting parameter information at that time is saved in the screen setting parameter database of the server via the network, and the screen setting parameter information is searched when the GUI process is started by an arbitrary client,
This is because the screen is displayed.

【0048】第2効果は、GUIプロセスを起動し以前
に終了し中断した画面を表示するクライアントが任意で
あり、ネットワークに配置したクライアントを効率よく
使用できることにある。その理由は、GUIプロセス終
了時にその時点の画面設定パラメータ情報をネットワー
ク経由で画面設定パラメータをネットワーク経由でサー
バの画面設定パラメータデータベースに格納するため、
画面設定パラメータ情報がネットワークを利用し移動で
きるためである。
The second effect is that any client that starts the GUI process and displays a screen which has been terminated before and has been interrupted can be used arbitrarily, and clients arranged on the network can be used efficiently. The reason is that at the end of the GUI process, the screen setting parameter information at that time is stored via the network in the screen setting parameter database of the server via the network.
This is because the screen setting parameter information can be moved using a network.

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

【図1】本発明の第1の実施の形態例を示すブロック図
である。
FIG. 1 is a block diagram showing a first embodiment of the present invention.

【図2】図1の図面設定パラメータデータベースのレコ
ードの形式を示す図である。
FIG. 2 is a diagram showing a record format of a drawing setting parameter database of FIG. 1;

【図3】図1の画面設定パラメータ検索処理の動作と、
それに伴うサーバ2の動作とをフローで示したフローチ
ャートである。
FIG. 3 shows an operation of a screen setting parameter search process of FIG. 1;
It is a flowchart showing the operation of the server 2 with the flow.

【図4】図1の画面設定保存処理の動作と、それに伴う
サーバ2の動作とをフローで示したフローチャートであ
る。
FIG. 4 is a flowchart showing the operation of the screen setting saving process of FIG. 1 and the associated operation of the server 2 in a flow.

【図5】本発明の第2の実施の形態例を示すブロック図
である。
FIG. 5 is a block diagram showing a second embodiment of the present invention.

【図6】従来技術を示すブロック図である。FIG. 6 is a block diagram showing a conventional technique.

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

1,4,5 クライアント 2 サーバ 3 ネットワーク 11,43,51 GUIプロセス 21 画面設定パラメータデータベース 41 GUIプロセス実行管理 42,52 GUIプロセス初期設定ファイル 111,412 画面設定パラメータ検索処理 112,413 画面設定パラメータ保存処理 411 GUI起動/終了処理 431,511 画面初期設定処理 432,512 画面終了処理 1, 4, 5 Client 2 Server 3 Network 11, 43, 51 GUI process 21 Screen setting parameter database 41 GUI process execution management 42, 52 GUI process initial setting file 111, 412 Screen setting parameter search processing 112, 413 Screen setting parameter saving Processing 411 GUI start / end processing 431, 511 Screen initialization processing 432, 512 Screen end processing

フロントページの続き Fターム(参考) 5B069 AA01 KA04 LA03 5B085 AC03 AC17 AE02 BG07 CE06 5B089 GA11 GA21 GB09 HA01 KA01 KB04 KB10 KC14 KC27 LB01 LB14 5C082 AA01 BB01 CA81 CB01 CB06 CB10 DA87 MM09 Continued on front page F term (reference) 5B069 AA01 KA04 LA03 5B085 AC03 AC17 AE02 BG07 CE06 5B089 GA11 GA21 GB09 HA01 KA01 KB04 KB10 KC14 KC27 LB01 LB14 5C082 AA01 BB01 CA81 CB01 CB06 CB10 DA87 MM09

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 サーバと、複数のクライアントと、前記
サーバと前記クライアントとを接続するネットワークと
を有した画面設定パラメータ情報の保存方式において、
前記クライアントの入力画面からユーザ識別情報と業務
に対応したプロセス名とを入力した場合、前記クライア
ントは、前記ユーザ識別情報と前記プロセス名とをキー
とした検索要求を前記サーバに行う要求手段と、前記要
求手段に対する前記サーバからの返信情報を受信すると
前記返信情報を基に画面設定を行いGUI表示する表示
手段とを有し、前記サーバは、画面設定パラメータ情報
を保存したデータベースを備え、前記検索要求を受信す
ると前記ユーザ識別情報と前記プロセス名とをキーとし
て前記デ−タベースを検索する検索手段と、前記検索手
段において前記ユーザ識別情報と前記プロセス名とが一
致する前記画面設定パラメータ情報がある場合に一致し
た前記画面パラメータ情報を前記返信情報として要求元
の前記クライアントに返信する返信手段とを有すること
を含むことを特徴とする画面設定パラメータ情報の保存
方式。
1. A method for storing screen setting parameter information comprising a server, a plurality of clients, and a network connecting the server and the clients,
When inputting user identification information and a process name corresponding to a task from the input screen of the client, the client requests the server to perform a search request to the server using the user identification information and the process name as keys, Display means for setting a screen based on the reply information when the reply information from the server to the request means is received and displaying a GUI, the server includes a database storing screen setting parameter information, When a request is received, there is a search means for searching the database using the user identification information and the process name as keys, and the screen setting parameter information in which the user identification information matches the process name in the search means. The client parameter of the request source using the screen parameter information matching the Storage method of screen setting parameter information, characterized in that it comprises and a return means for returning to.
【請求項2】 前記検索手段において前記ユーザ識別情
報と前記プロセス名とが一致する前記画面設定パラメー
タ情報がない場合に予め設定された前記画面パラメータ
情報を前記返信情報として要求元の前記クライアントに
返信することを特徴とする請求項1記載の画面設定パラ
メータ情報の保存方式。
2. When there is no screen setting parameter information in which the user identification information matches the process name in the search means, the screen parameter information set in advance is returned to the requesting client as the return information. 2. The method for storing screen setting parameter information according to claim 1, wherein:
【請求項3】 データベースを備えたサーバと、複数の
クライアントと、前記サーバと前記クライアントとを接
続するネットワークとを有した画面設定パラメータ情報
の保存方式において、終了指示が前記クライアントの入
力画面から入力された場合、前記クライアントは、画面
に現在表示中の画面設定パラメータ情報を前記サーバに
送信する送信手段を有し、前記サーバは、前記画面設定
パラメータ情報を受信すると前記データベースに保存す
る保存手段を有することを含むことを特徴とする画面設
定パラメータ情報の保存方式。
3. A screen setting parameter information storage method including a server having a database, a plurality of clients, and a network connecting the server and the client, wherein an end instruction is input from an input screen of the client. In the case where the client has received the screen setting parameter information, the client has a transmitting means for transmitting the screen setting parameter information currently displayed on the screen to the server. A method for storing screen setting parameter information, comprising:
【請求項4】 データベースを備えたサーバと、複数の
クライアントと、前記サーバと前記クライアントとを接
続するネットワークとを有した画面設定パラメータ情報
の保存方式において、終了指示がクライアントの入力画
面から入力された場合、前記クライアントは、前記画面
で現在表示中の画面設定パラメータ情報とユーザ識別子
とGUIプロセス名とを送信情報として前記サーバに送
信する送信手段を有し、前記サーバは、前記送信情報を
受信した場合に前記ユーザ識別情報と前記プロセス名と
をキーとして前記デ−タベースに前記画面設定パラメー
タ情報を保存する保存手段を有することを含むことを特
徴とする画面設定パラメータ情報の保存方式。
4. In a method for saving screen setting parameter information including a server having a database, a plurality of clients, and a network connecting the server and the client, an end instruction is input from an input screen of the client. The client has transmission means for transmitting the screen setting parameter information, the user identifier, and the GUI process name currently displayed on the screen to the server as transmission information, and the server receives the transmission information. And storing the screen setting parameter information in the database using the user identification information and the process name as keys.
【請求項5】 前記クライアントは、前記要求手段に対
する前記サーバからの前記返信情報を受信した場合に自
装置のファイルに前記返信情報を保存することを特徴と
する請求項1記載の画面設定パラメータ情報の保存方
式。
5. The screen setting parameter information according to claim 1, wherein when the client receives the reply information from the server to the request unit, the client stores the reply information in its own file. Storage method.
【請求項6】 複数のクライアントと、データベースを
備えたサーバと、前記クライアントと前記サーバとを接
続するネットワークとを有した画面設定パラメータ情報
の保存方式において、終了指示がクライアントから入力
された場合、前記クライアントは、前記画面で現在表示
中の画面設定パラメータ情報を自装置のファイルに保存
する第1の保存手段と、前記ファイルに保存した前記画
面設定パラメータ情報とユーザ識別子とGUIプロセス
名とを送信情報として前記サーバに送信する送信手段を
有し、前記サーバは、前記送信情報を受信した場合に前
記ユーザ識別情報と前記プロセス名とをキーとして前記
デ−タベースに前記画面設定パラメータ情報を保存する
第2の保存手段を有することを含むことを特徴とする画
面設定パラメータ情報の保存方式。
6. A method for storing screen setting parameter information having a plurality of clients, a server having a database, and a network connecting the clients and the server, wherein an end instruction is input from the client. The client sends first screen setting parameter information currently displayed on the screen to a file of its own device, and transmits the screen setting parameter information, a user identifier, and a GUI process name stored in the file. Transmitting means for transmitting the screen setting parameter information in the database using the user identification information and the process name as keys when receiving the transmission information; Screen setting parameter information, including having a second storage means. Information storage method.
JP10182751A 1998-06-29 1998-06-29 System for preserving picture setting parameter information Pending JP2000020464A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10182751A JP2000020464A (en) 1998-06-29 1998-06-29 System for preserving picture setting parameter information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10182751A JP2000020464A (en) 1998-06-29 1998-06-29 System for preserving picture setting parameter information

Publications (1)

Publication Number Publication Date
JP2000020464A true JP2000020464A (en) 2000-01-21

Family

ID=16123807

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10182751A Pending JP2000020464A (en) 1998-06-29 1998-06-29 System for preserving picture setting parameter information

Country Status (1)

Country Link
JP (1) JP2000020464A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000222318A (en) * 1999-01-27 2000-08-11 Nec Corp Network
JP2005521966A (en) * 2002-04-03 2005-07-21 アイエムエス ヘルス インコーポレイテッド Sales and market research data reporting and delivery system and method
JP2008229244A (en) * 2007-03-23 2008-10-02 Konica Minolta Medical & Graphic Inc Medical imaging system
JP2009512947A (en) * 2005-10-18 2009-03-26 ザ・マクレガー・グループ・インコーポレーテッド System and method for displaying data on a thin client
JP2013149165A (en) * 2012-01-20 2013-08-01 Nec Access Technica Ltd Automatic setting system and automatic setting method
JP2013210911A (en) * 2012-03-30 2013-10-10 Fuji Xerox Co Ltd Information processing device, information processing system and program
JP2015008001A (en) * 2014-08-18 2015-01-15 カシオ計算機株式会社 Terminal device, and program
JP2015146413A (en) * 2014-02-04 2015-08-13 株式会社荏原製作所 Display control device and substrate processing apparatus
US9904280B2 (en) 2014-01-07 2018-02-27 Ebara Corporation Substrate treatment apparatus and control device

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000222318A (en) * 1999-01-27 2000-08-11 Nec Corp Network
JP2005521966A (en) * 2002-04-03 2005-07-21 アイエムエス ヘルス インコーポレイテッド Sales and market research data reporting and delivery system and method
JP2009512947A (en) * 2005-10-18 2009-03-26 ザ・マクレガー・グループ・インコーポレーテッド System and method for displaying data on a thin client
JP2008229244A (en) * 2007-03-23 2008-10-02 Konica Minolta Medical & Graphic Inc Medical imaging system
JP2013149165A (en) * 2012-01-20 2013-08-01 Nec Access Technica Ltd Automatic setting system and automatic setting method
JP2013210911A (en) * 2012-03-30 2013-10-10 Fuji Xerox Co Ltd Information processing device, information processing system and program
US9552044B2 (en) 2012-03-30 2017-01-24 Fuji Xerox Co., Ltd. Information processing apparatus, information processing system, information processing method, and non-transitory computer readable medium
US9904280B2 (en) 2014-01-07 2018-02-27 Ebara Corporation Substrate treatment apparatus and control device
JP2015146413A (en) * 2014-02-04 2015-08-13 株式会社荏原製作所 Display control device and substrate processing apparatus
JP2015008001A (en) * 2014-08-18 2015-01-15 カシオ計算機株式会社 Terminal device, and program

Similar Documents

Publication Publication Date Title
US6263365B1 (en) Browser controller
KR20050085164A (en) Real-time web sharing system
KR20080034873A (en) Method and apparatus for generating xhtml data of device
JP3780099B2 (en) Page data generation control device and method, and storage medium storing computer-readable program
JP2000348058A (en) Device and method for image management and computer- readable storage medium
JPH1021023A (en) Data output controller
JP2000020464A (en) System for preserving picture setting parameter information
US20090222607A1 (en) Document management system, document management method, program and storage medium
JP2004110204A (en) Information processor, function expansion program, storage medium storing the same readable in computer, and information processing method
JPH11184742A (en) Image processor and image data processing method in the same
JP3030153B2 (en) App cooperation processing device in file transfer
JP2006277135A (en) Screen output data creating and processing program
JP3425873B2 (en) Data input method for terminal device connected to host computer
US8126896B2 (en) Information processing apparatus, control method therefor, and storage medium
JP2871931B2 (en) Form output control method
JP3294066B2 (en) Distributed instruction slip print editing and processing unit
JPH10320339A (en) Cleint/server system
JPH07160634A (en) Multiwindow display system for on-line screen and image data
JP3144344B2 (en) Remote communication meeting system
JP2008140016A (en) Web system and display data processing method
JPH11338757A (en) File managing device
JPH05165796A (en) Software developing tool starting system in distributed type computer network
JPH04324520A (en) Method for transferring and outputting slip
JP2006031482A (en) Profile management method and management system
JPH07319818A (en) Reprocessing method for on-line application system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20020305