JP2002108932A - Recording medium for program for screen information save control - Google Patents

Recording medium for program for screen information save control

Info

Publication number
JP2002108932A
JP2002108932A JP2000297930A JP2000297930A JP2002108932A JP 2002108932 A JP2002108932 A JP 2002108932A JP 2000297930 A JP2000297930 A JP 2000297930A JP 2000297930 A JP2000297930 A JP 2000297930A JP 2002108932 A JP2002108932 A JP 2002108932A
Authority
JP
Japan
Prior art keywords
screen
screen information
transition
database
search
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
JP2000297930A
Other languages
Japanese (ja)
Other versions
JP2002108932A5 (en
Inventor
Yasushi Noguchi
裕史 野口
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2000297930A priority Critical patent/JP2002108932A/en
Publication of JP2002108932A publication Critical patent/JP2002108932A/en
Publication of JP2002108932A5 publication Critical patent/JP2002108932A5/ja
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Digital Computer Display Output (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide picture information save control technology for saving picture information while balancing memory capacity and a processing speed. SOLUTION: When a picture transition is instructed toward the low-order layer of a tree structure in response to the operation of a picture transit button displayed on the display source of picture information, the picture information of a transition destination is saved and when a picture transition is instructed toward the high-order layer of the tree structure, the picture information of a transition source is deleted from the picture information to be saved. At the same time, processing is performed to delete picture information positioned between that transition source picture information and the picture information of the transition destination. When returning the picture information to be displayed to the high-order layer side of the tree structure, by deleting information while considering low possibility to utilize picture information positioned on the low-order layer side again rather than that returned picture information, without exerting a considerable influence upon the processing speed, the capacity of a memory to be used for saving picture information can be reduced.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ツリー構造で遷移
する画面情報の保存を制御するためのプログラムを記録
した画面情報保存制御用プログラムの記録媒体に関し、
特に、メモリ容量と処理速度とのバランスを図りつつ画
面情報を保存できるようにするプログラムを記録した画
面情報保存制御用プログラムの記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a storage medium for a screen information storage control program which stores a program for controlling storage of screen information transitioning in a tree structure.
In particular, the present invention relates to a storage medium for a screen information storage control program that stores a program for storing screen information while balancing memory capacity and processing speed.

【0002】[0002]

【従来の技術】クライアントがブラウザを介して検索条
件を設定することで、サーバに対してデータベースの検
索を指示して、その検索結果を閲覧することが広く行わ
れている。
2. Description of the Related Art It is widely used that a client sets a search condition through a browser, instructs a server to search a database, and browses the search result.

【0003】このような場合、サーバは、データベース
の検索結果をツリー構造の画面構成で表示することが多
い。このツリー構造の画面構成では、各画面に、別画面
(次画面や前画面など)への遷移を指示するボタンを用
意する構成を採って、このボタン操作に応答して、ディ
スプレイに表示する画面を遷移させていくという構成を
採っている。
In such a case, the server often displays the database search results in a tree-structured screen configuration. This tree-structured screen configuration adopts a configuration in which a button for instructing a transition to another screen (the next screen, the previous screen, etc.) is prepared for each screen, and a screen displayed on the display in response to the button operation Is adopted.

【0004】サーバは、ツリー構造の画面構成を用いる
場合、処理速度を高めるために、通常、画面で表示する
データベース検索データなどの情報をキャッシュすると
いう構成を採って、ユーザのボタン操作に応答して前に
表示した画面に戻るときには、そのキャッシュしてある
情報に従って、直ちに、その前に表示した画面を表示す
るという構成を採っている。
When using a screen structure of a tree structure, the server usually responds to a button operation by the user by caching information such as database search data displayed on the screen in order to increase processing speed. When returning to the previously displayed screen, the previously displayed screen is immediately displayed according to the cached information.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、従来技
術のように、各画面で表示する情報をキャッシュすると
いう構成を採っていると、膨大なメモリ容量が必要にな
るという問題点があった。
However, if a configuration in which information displayed on each screen is cached as in the prior art is employed, there is a problem that an enormous memory capacity is required.

【0006】キャッシュした画面情報の内、不要となっ
たものを廃棄していけば、画面情報のキャッシュに必要
となるメモリ容量を削減できるようになるものの、不要
となった画面情報であるのか否かを判断することが難し
く、現在までの所、一度キャッシュした画面情報につい
ては削除するという方法は用いられていない。
Discarding unnecessary cached screen information reduces the memory capacity required for caching the screen information, but determines whether the screen information is unnecessary. It is difficult to judge this, and a method of deleting screen information once cached has not been used so far.

【0007】更に、Web画面では、業務画面の持つ画面
遷移用ボタンの他に、Web画面の持つ画面遷移用ボタン
があり、このWeb画面の持つ画面遷移用ボタンによる画
面遷移の情報については業務プログラムに通知されない
ことから、このキャッシュ情報の削除処理の実現を一層
難しいものにしている。
Further, in the Web screen, in addition to the screen transition button of the business screen, there is a screen transition button of the Web screen. Information on the screen transition by the screen transition button of the Web screen is described in the business program. , It is more difficult to realize the cache information deletion process.

【0008】本発明はかかる事情に鑑みてなされたもの
であって、ツリー構造で遷移する画面情報の保存を制御
する構成を採るときにあって、メモリ容量と処理速度と
のバランスを図りつつ画面情報を保存できるようにする
新たな画面情報保存制御技術の提供を目的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above circumstances, and has a configuration for controlling storage of screen information that transits in a tree structure. It is an object of the present invention to provide a new screen information storage control technology that enables information to be stored.

【0009】[0009]

【課題を解決するための手段】この目的を達成するため
に、本発明のプログラム記録媒体に記録されたプログラ
ムにより実現される画面情報保存制御方法は、ツリー構
造で遷移する画面情報の保存を制御するために、画面情
報の表示元が表示する画面遷移ボタンの操作に応答し
て、ツリー構造の下位層に向かう形で画面遷移が指示さ
れる場合に、遷移先の画面情報を保存する過程と、画面
情報の表示元が表示する画面遷移ボタンの操作に応答し
て、ツリー構造の上位層に向かう形で画面遷移が指示さ
れる場合に、保存される画面情報の中から、遷移元の画
面情報を削除するとともに、その遷移元画面情報と遷移
先の画面情報との間に位置する画面情報を削除する過程
とを備えるように構成する。
In order to achieve the above object, a screen information storage control method implemented by a program recorded on a program recording medium according to the present invention controls the storage of screen information transitioning in a tree structure. In response to the operation of the screen transition button displayed by the screen information display source, when the screen transition is instructed toward the lower layer of the tree structure, the process of saving the transition destination screen information When a screen transition is instructed toward the upper layer of the tree structure in response to the operation of the screen transition button displayed by the display source of the screen information, the screen of the transition source is selected from the stored screen information. Deleting the information and deleting the screen information located between the transition source screen information and the transition destination screen information.

【0010】このとき、画面情報を保存する過程では、
画面情報で表示されるデータベース検索データと、その
データベース検索データの検索条件データとを保存する
ことになるが、データベース検索データについては常に
保存するのではなくて、画面情報に対応付けて定義され
るデータベース検索データを保存するのか否かを示す情
報に従って、データベース検索データを保存するのか否
かを決定するように処理することがある。この処理構成
を採る場合には、データベース検索データが保存されな
い画面情報に遷移する場合に、保存される検索条件デー
タを使ってデータベースを検索する過程が備えられるこ
とになる。
At this time, in the process of saving the screen information,
The database search data displayed in the screen information and the search condition data of the database search data are stored, but the database search data is not always stored, but is defined in association with the screen information. Processing may be performed to determine whether to save database search data according to information indicating whether to save database search data. When this processing configuration is adopted, a step of searching the database using the stored search condition data when transitioning to screen information in which the database search data is not stored is provided.

【0011】そして、データベース検索データを保存す
る構成を採るときには、遷移先の画面情報に対応付けて
定義されるデータベースを再検索するのか否かを示す情
報に従って、データベースを再検索するのか否かを決定
する過程を備えることがある。
When the configuration for storing the database search data is adopted, it is determined whether or not the database is to be searched again according to the information indicating whether or not to search again the database defined in association with the screen information of the transition destination. There may be a step of determining.

【0012】このように構成される本発明のプログラム
記録媒体に記録されたプログラムにより実現される画面
情報保存制御方法では、画面情報を表示するWeb画面に
設けられる画面遷移ボタンの操作には応答せずに、画面
情報の表示元が表示する画面遷移ボタンの操作に応答し
て、ツリー構造の下位層に向かう形で画面遷移が指示さ
れる場合に、遷移先の画面情報を保存する。
In the screen information storage control method realized by the program recorded on the program recording medium according to the present invention having the above-described structure, the screen information storage control method does not respond to the operation of the screen transition button provided on the Web screen displaying the screen information. Instead, when a screen transition is instructed toward the lower layer of the tree structure in response to the operation of the screen transition button displayed by the screen information display source, the screen information of the transition destination is stored.

【0013】そして、画面情報を表示するWeb画面に設
けられる画面遷移ボタンの操作には応答せずに、画面情
報の表示元が表示する画面遷移ボタンの操作に応答し
て、ツリー構造の上位層に向かう形で画面遷移が指示さ
れる場合に、保存される画面情報の中から、遷移元の画
面情報を削除するとともに、その遷移元画面情報と遷移
先の画面情報との間に位置する画面情報を削除する。
In response to the operation of the screen transition button displayed by the display source of the screen information, the upper layer of the tree structure is not responded to the operation of the screen transition button provided on the Web screen for displaying the screen information. When screen transition is instructed in the direction of, the screen information of the transition source is deleted from the saved screen information, and the screen located between the transition source screen information and the screen information of the transition destination is displayed. Delete information.

【0014】このようにして、本発明では、ツリー構造
の画面遷移構成を用いる場合に、画面情報の表示元が表
示する画面遷移ボタンの操作に応答して、表示する画面
情報をツリー構造の上位層側に戻すときには、その戻っ
た画面情報よりも下位層側に位置する画面情報が再度利
用される可能性が低いことを考慮して、その画面情報を
削除することで、処理速度に大きな影響を与えることな
く、画面情報の保存に用いられるメモリの容量が大きく
ならないように制御するのである。
As described above, according to the present invention, when the screen transition configuration of the tree structure is used, the screen information to be displayed is displayed in the upper level of the tree structure in response to the operation of the screen transition button displayed by the display source of the screen information. When returning to the layer side, considering that the screen information located on the lower layer side is less likely to be used again than the returned screen information, deleting the screen information has a large effect on the processing speed The control is performed so that the capacity of the memory used for storing the screen information does not increase without giving the information.

【0015】この画面情報の保存構成を採るときに、処
理速度を犠牲にしてでもメモリ容量の更なる削減が要求
される場合には、画面情報で表示されるデータベース検
索データについては保存せずに、検索条件データのみを
保存する構成を採って、そのデータベース検索データを
保存しない画面情報に戻ってくるときには、その保存す
る検索条件データを使ってデータベースを検索すること
で、その画面情報の表示を実現する。
When this screen information storage configuration is adopted, if a further reduction in the memory capacity is required even at the expense of the processing speed, the database search data displayed in the screen information is not stored. When the system returns to screen information that does not save the database search data by adopting a configuration that saves only the search condition data, the screen information is displayed by searching the database using the saved search condition data. Realize.

【0016】そして、この画面情報の保存構成を採ると
きに、データベースに新規データが登録されることで、
保存するデータベース検索データと整合性がとれなくな
ることがあることを考慮して、遷移先の画面情報に対応
付けて定義されるデータベースの再検索指示に応答し
て、保存する検索条件データを使ってデータベースを再
検索することで、その遷移先の画面情報で表示するデー
タベース検索データに誤りがないことを実現する。
When this screen information storage configuration is adopted, new data is registered in the database,
In consideration of the fact that consistency with the database search data to be saved may not be obtained, in response to the re-search instruction of the database defined in association with the screen information of the transition destination, using the saved search condition data By re-searching the database, it is possible to realize that there is no error in the database search data displayed by the screen information of the transition destination.

【0017】このようにして、本発明によれば、メモリ
容量と処理速度とのバランスを図りつつ画面情報を保存
できるようになる。
As described above, according to the present invention, the screen information can be stored while balancing the memory capacity and the processing speed.

【0018】この本発明による画面情報の保存制御を実
現するにあたって、画面情報の表示元となる業務プログ
ラムは、基本的には、自プログラムの表示する画面遷移
ボタンに対してどの画面情報に遷移するのかということ
を設定するだけでよい。
In realizing the storage control of the screen information according to the present invention, the business program as the display source of the screen information basically transits to any screen information with respect to the screen transition button displayed by the own program. It is only necessary to set whether or not.

【0019】これから、本発明によれば、業務プログラ
ムの開発者に対してに何ら負荷を強いることなく、本発
明による画面情報の保存制御を実現できるようになる。
Thus, according to the present invention, it is possible to realize the screen information storage control according to the present invention without imposing any load on the developer of the business program.

【0020】[0020]

【発明の実施の形態】以下、実施の形態に従って本発明
を詳細に説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the present invention will be described in detail according to embodiments.

【0021】図1に、本発明の適用されるシステムの一
例を図示する。
FIG. 1 shows an example of a system to which the present invention is applied.

【0022】この図に示すように、本発明は、例えば、
ブラウザ30を展開するクライアント3と、ネットワー
ク4を介してクライアント3に接続されて、クライアン
ト3からの要求に応答してデータベース2を検索して、
その検索結果をクライアント3に提供するサーバ1とで
構成されるシステムに適用される。
As shown in this figure, the present invention provides, for example,
A client 3 for deploying a browser 30 and connected to the client 3 via the network 4 to search the database 2 in response to a request from the client 3;
The present invention is applied to a system including the server 1 that provides the search result to the client 3.

【0023】サーバ1は、図中に示すサーバ機構10を
使って、このサービスを提供する処理を行うものであっ
て、ツリー構造の画面遷移を使ってクライアント3にサ
ービスを提供する。
The server 1 performs a process of providing this service by using a server mechanism 10 shown in the figure, and provides a service to the client 3 by using a tree-structured screen transition.

【0024】すなわち、例えば、図2に示すように、
先ず最初に、検索条件入力画面を表示し、続いて、ユ
ーザが検索条件入力画面に検索条件を入力して検索ボタ
ンを押下するとデータベース2を検索して、その検索結
果を表示(この例では、全部で300件がヒットして、
その内の最初の100件を表示することを想定してい
る)し、続いて、ユーザがページセレクタを押下する
と検索結果の次の100件を表示し、続いて、ユーザ
が検索結果の1つを選択してその明細の表示を要求する
と、その明細を表示し、続いて、ユーザが前画面への
戻りボタンを押下すると、その前に表示していた検索結
果の表示画面を表示し、続いて、ユーザが前画面への
戻りボタンを押下すると、その前に表示していた検索条
件入力画面を表示するというような、ツリー構造の画面
遷移を使ってクライアント3にサービスを提供するので
ある。
That is, for example, as shown in FIG.
First, a search condition input screen is displayed. Subsequently, when the user inputs a search condition on the search condition input screen and presses a search button, the database 2 is searched, and the search result is displayed (in this example, 300 hits in all,
It is assumed that the first 100 of the search results are displayed), then, when the user presses the page selector, the next 100 of the search results are displayed, and then the user selects one of the search results. Is selected to request the display of the details, the details are displayed. Subsequently, when the user presses the return button to the previous screen, the display screen of the search result displayed before is displayed. Then, when the user presses the return button to the previous screen, the service is provided to the client 3 using a screen transition of a tree structure such as displaying the search condition input screen displayed before that.

【0025】図3に、サーバ機構10の一実施形態例を
図示する。
FIG. 3 shows an embodiment of the server mechanism 10.

【0026】図中、100は画面情報オブジェクト、1
01はスタックメモリ、102はメモリ管理部、103
は画面処理振分部、104はデータベース2をアクセス
するデータベースアクセス部である。
In the figure, 100 is a screen information object, 1
01 is a stack memory, 102 is a memory management unit, 103
Denotes a screen processing distribution unit, and 104 denotes a database access unit that accesses the database 2.

【0027】ここで、サーバ機構10の持つ機能は具体
的にはプログラムで実現されるものであり、このプログ
ラムは、計算機が読み取り可能な半導体メモリなどの適
当な記録媒体に格納することができる。
Here, the functions of the server mechanism 10 are specifically realized by a program, and this program can be stored in an appropriate recording medium such as a computer-readable semiconductor memory.

【0028】画面情報オブジェクト100は、クライア
ント3に表示する画面に対応付けて用意されて、その画
面における業務処理を実行する業務処理モジュールと、
その業務処理モジュールの処理結果をクライアント3に
表示する描画モジュールと、パラメータの受け渡し処理
を実行するパラメータ受け渡し部とを備える。
The screen information object 100 is prepared in association with a screen to be displayed on the client 3, and executes a business processing module on the screen,
It includes a drawing module for displaying the processing result of the business processing module on the client 3 and a parameter transfer unit for executing a parameter transfer process.

【0029】この業務処理モジュールは、例えば、デー
タベース2の検索条件を設定して、データベースアクセ
ス部104を起動することでデータベース2を検索し、
その検索結果のセットを描画モジュールに提供するとと
もに、その検索結果のセットを開放(削除)する処理な
どを行う。一方、描画モジュールは、業務処理モジュー
ルの処理結果をクライアント3に表示する処理を行う。
This business processing module searches the database 2 by, for example, setting search conditions for the database 2 and activating the database access unit 104.
The search result set is provided to the drawing module, and a process of releasing (deleting) the search result set is performed. On the other hand, the drawing module performs processing for displaying the processing result of the business processing module on the client 3.

【0030】スタックメモリ101は、ユーザ毎に、起
動された画面情報オブジェクト100をその起動の順番
に従いスタック形式で格納する。この図では、最初に、
画面ID“1”(SID=1) の画面情報オブジェクト100
が起動され、それに続いて、画面ID“2”(SID=2) の
画面情報オブジェクト100が起動され、それに続い
て、画面ID“3”(SID=3) の画面情報オブジェクト1
00が起動され、それに続いて、画面ID“4”(SID=
4) の画面情報オブジェクト100が起動されたことを
想定している。
The stack memory 101 stores, for each user, the activated screen information objects 100 in a stack format in the order of activation. In this figure, first,
Screen information object 100 of screen ID “1” (SID = 1)
Is activated, and subsequently, the screen information object 100 having the screen ID “2” (SID = 2) is activated. Subsequently, the screen information object 1 having the screen ID “3” (SID = 3) is activated.
00 is started, and subsequently, the screen ID “4” (SID =
It is assumed that the screen information object 100 of 4) is activated.

【0031】メモリ管理部102は、画面処理振分部1
03からの指示に応答して、画面情報オブジェクト10
0をスタックメモリ101から取得したり、画面情報オ
ブジェクト100をスタックメモリ101に保存した
り、画面情報オブジェクト100をスタックメモリ10
1から削除する処理を実行する。
The memory management unit 102 includes the screen processing distribution unit 1
03, the screen information object 10
0 from the stack memory 101, the screen information object 100 is stored in the stack memory 101, and the screen information object 100 is
A process for deleting from 1 is executed.

【0032】画面処理振分部103は、クライアント3
に表示される画面の持つボタンの操作に応答して通知さ
れてくるパラメータを受け取り、それに応じて以下に説
明する本発明に特徴的な処理を行う。
The screen processing distribution unit 103 is a client 3
Receives the parameter notified in response to the operation of the button of the screen displayed on the screen, and performs a process characteristic of the present invention described below in accordance with the received parameter.

【0033】ここで、画面処理振分部103は、図中に
示すように、大きく説明すると、“共通パラメータ処
理”と、“プログラム振分処理”と、“業務パラメータ
設定呼出処理”と、“業務処理呼出処理”と、“描画処
理呼出処理”という処理を実行する。
Here, as shown in the figure, the screen processing distribution unit 103 roughly describes “common parameter processing”, “program distribution processing”, “business parameter setting call processing”, “ A process called "business process calling process" and a process called "drawing process calling process" are executed.

【0034】画面処理振分部103に通知されるパラメ
ータとしては、通常のWebパラメータの他に、図4に示
すように、遷移先の画面ID(リクエスト画面ID)
と、そのリクエスト画面IDの指す画面情報オブジェク
ト100を新規に作成する必要があるのか、あるいは、
スタックメモリ101から読み出せばよいのかについて
記述する「継続区分」と、そのリクエスト画面IDの指
す画面情報オブジェクト100の業務処理モジュールに
対して、データベース2の再検索を指示する「再検索指
示」とがある。
As parameters notified to the screen processing distribution unit 103, besides ordinary Web parameters, as shown in FIG. 4, a transition destination screen ID (request screen ID)
Whether it is necessary to newly create the screen information object 100 indicated by the request screen ID, or
A “continuation section” that describes whether reading should be performed from the stack memory 101, and a “research instruction” for instructing the business processing module of the screen information object 100 indicated by the request screen ID to search the database 2 again. There is.

【0035】クライアント3に表示される画面の持つボ
タンとしては、次画面への遷移を指示する「次ボタン」
や、その1つ前に表示していた画面への遷移を指示する
「戻りボタン」や、複数ページで構成される検索結果の
別ページへの遷移を指示する「ページセレクトボタン」
や、データベース2への新規データの登録を指示する
「登録ボタン」などがある。
The button of the screen displayed on the client 3 includes a “next button” for instructing a transition to the next screen.
And a "return button" for instructing a transition to the screen displayed immediately before, and a "page select button" for instructing a transition of a search result composed of a plurality of pages to another page.
And a "registration button" for instructing registration of new data in the database 2.

【0036】この「次ボタン」が押下されると、それま
で表示していない画面を表示するように処理することか
ら、この「次ボタン」には、「継続区分」として、画面
情報オブジェクト100を新規に作成する必要があるこ
とを示す“No”が設定され、「再検索指示」として、
データベース2の再検索を行う必要がないことを示す
“No”が設定されることになる。
When the "next button" is pressed, a process is performed to display a screen which has not been displayed so far. Therefore, the "next button" is assigned a screen information object 100 as a "continuation category". “No” is set to indicate that it needs to be newly created.
“No” indicating that there is no need to perform a re-search of the database 2 is set.

【0037】また、この「戻りボタン」が押下される
と、その1つ前に表示していた画面を表示するように処
理することから、この「戻りボタン」には、「継続区
分」として、画面情報オブジェクト100をスタックメ
モリ101から読み出せばよいことを示す“Yes”が
設定され、「再検索指示」として、データベース2の再
検索を行う必要がないことを示す“No”が設定される
ことになる。
When the "return button" is pressed, processing is performed so as to display the screen displayed immediately before the "return button". “Yes” indicating that the screen information object 100 should be read from the stack memory 101 is set, and “No” indicating that there is no need to perform a re-search of the database 2 is set as a “re-search instruction”. Will be.

【0038】また、この「ページセレクトボタン」が押
下されると、複数ページで構成される検索結果の別ペー
ジを表示するように処理することから、この「ページセ
レクトボタン」には、「継続区分」として、画面情報オ
ブジェクト100をスタックメモリ101から読み出せ
ばよいことを示す“Yes”が設定され、「再検索指
示」として、データベース2の再検索を行う必要がない
ことを示す“No”が設定されることになる。
When the "page select button" is depressed, processing is performed so as to display another page of the search result composed of a plurality of pages. Is set as "Yes" indicating that the screen information object 100 should be read from the stack memory 101, and "No" indicating that there is no need to perform a re-search of the database 2 as a "re-search instruction". Will be set.

【0039】また、この「登録ボタン」が押下される
と、前に表示したことのある画面を表示するように処理
することから、この「登録ボタン」には、「継続区分」
として、画面情報オブジェクト100をスタックメモリ
101から読み出せばよいことを示す“Yes”が設定
されるとともに、データベース2の内容が異なることに
なったことに対応させて、「再検索指示」として、デー
タベース2の再検索を行う必要があることを示す“Ye
s”が設定されることになる。
When the "registration button" is depressed, processing is performed so as to display a screen that has been displayed before.
"Yes" indicating that the screen information object 100 should be read from the stack memory 101 is set, and in response to the fact that the contents of the database 2 are different, a "re-search instruction""Ye" indicating that the database 2 needs to be searched again
s "will be set.

【0040】なお、この「継続区分」と「再検索指示」
については、ボタンの持つ意味に応じて、画像情報オブ
ジェクト100の開発者が設定することになる。
The "continuation section" and "re-search instruction"
Is set by the developer of the image information object 100 according to the meaning of the button.

【0041】図5ないし図7に、画面処理振分部103
の実行する処理フローの一実施形態例、図8ないし図1
0に、画面処理振分部103から呼び出されるメモリ管
理部102の実行する処理フローの一実施形態例を図示
する。
FIGS. 5 to 7 show the screen processing distribution unit 103.
8 to 1 of an embodiment of the processing flow executed by
FIG. 0 illustrates an embodiment of a processing flow executed by the memory management unit 102 called from the screen processing distribution unit 103.

【0042】次に、これらの処理フローに従って、この
ように構成される実施形態例の動作処理について詳細に
説明する。先ず最初に、図5及び図6の処理フローにつ
いて説明する。
Next, according to these processing flows, the operation processing of the embodiment configured as described above will be described in detail. First, the processing flow of FIGS. 5 and 6 will be described.

【0043】画面処理振分部103は、画面遷移ボタン
の操作に応答してブラウザ30からパラメータが通知さ
れると、図5及び図6の処理フローに示すように、先ず
最初に、ステップ1で、その通知されるパラメータの中
から上述した「リクエスト画面ID」/「継続区分」/
「再検索指示」を抽出して、それらをそれぞれ変数“P
-sid”/“P-cont"/“P-reexec"にセットする。この
ステップ1の処理が図3に示した“共通パラメータ処
理”に相当する。
When the parameters are notified from the browser 30 in response to the operation of the screen transition button, the screen processing distribution unit 103 firstly performs step 1 in step 1 as shown in the processing flow of FIGS. , “Request screen ID” / “Continuation category” /
"Re-search instructions" are extracted and each of them is
-sid "/" P-cont "/" P-reexec "The processing in step 1 corresponds to the" common parameter processing "shown in FIG.

【0044】続いて、ステップ2で、“P-cont"にセッ
トされた値が“Yes”であるのか否かを判断して、“Y
es”でないことを判断するとき、すなわち、リクエスト
画面IDの指す画面情報オブジェクト100を新規に作
成する必要があることを判断するときは、ステップ3に
進んで、リクエスト画面IDの指す画面情報オブジェク
ト100を新規に作成して、それを変数“scrInfo"に格
納する。
Subsequently, in step 2, it is determined whether or not the value set in "P-cont" is "Yes".
When it is determined that the screen information object 100 is not es ", that is, when it is determined that it is necessary to newly create the screen information object 100 indicated by the request screen ID, the process proceeds to step 3 and the screen information object 100 indicated by the request screen ID is determined. Is newly created and stored in the variable “scrInfo”.

【0045】一方、“P-cont"にセットされた値が“Y
es”であることを判断するとき、すなわち、リクエスト
画面IDの指す画面情報オブジェクト100がスタック
メモリ101に格納されていることを判断するときに
は、ステップ4に進んで、メモリ管理部102に指示す
ることでリクエスト画面IDの指す画面情報オブジェク
ト100をスタックメモリ101から取得して、それを
変数“scrInfo"に格納する。このステップ3,4の処理
が図3に示した“プログラム振分処理”に相当する。
On the other hand, when the value set in "P-cont" is "Y-cont"
When it is determined that es ", that is, when it is determined that the screen information object 100 indicated by the request screen ID is stored in the stack memory 101, the process proceeds to step 4 to instruct the memory management unit 102. To obtain the screen information object 100 indicated by the request screen ID from the stack memory 101 and store it in the variable “scrInfo” .The processing of steps 3 and 4 corresponds to “program distribution processing” shown in FIG. I do.

【0046】続いて、ステップ5で、ステップ3,4で
処理した画面情報オブジェクト100の持つ業務処理モ
ジュールを変数“obj"に格納する。
Subsequently, in step 5, the business processing module of the screen information object 100 processed in steps 3 and 4 is stored in the variable "obj".

【0047】続いて、ステップ6で、その変数“obj"に
格納した業務処理モジュールに対してパラメータの設定
を指示することで、その業務処理モジュールの必要とす
るパラメータの設定処理を実行する。この実施形態例で
は、業務処理モジュールはデータベース2を検索すると
いう処理を実行することを想定しているので、具体的に
は、ここで検索条件データを設定するのである。このス
テップ5の処理が図3に示した“業務パラメータ設定呼
出処理”に相当する。
Subsequently, in step 6, by instructing the business process module stored in the variable "obj" to set parameters, the parameter setting process required by the business process module is executed. In this embodiment, since the business processing module is assumed to execute a process of searching the database 2, specifically, the search condition data is set here. The process in step 5 corresponds to the “business parameter setting calling process” shown in FIG.

【0048】続いて、ステップ7で、“P-reexec"にセ
ットされた値が“Yes”であるのか否かということと、
変数“obj"に格納した業務処理モジュールの内部変数と
して用意される、変数“obj.execFlg"にセットされてい
る値が“true”であるのか否かということを判断する。
Subsequently, in step 7, it is determined whether or not the value set in "P-reexec" is "Yes".
It is determined whether or not the value set in the variable “obj.execFlg” prepared as an internal variable of the business processing module stored in the variable “obj” is “true”.

【0049】ここで、内部変数“obj.execFlg"には、変
数“obj"に格納した業務処理モジュールが処理を実行し
てよいのか否かということを示す値("true"/"false")
がセットされている。この実施形態例では、業務処理モ
ジュールはデータベース2を検索するという処理を実行
することを想定しているので、変数“obj"に格納した業
務処理モジュールが既にデータベース2を検索してい
て、かつ、その検索結果を開放(削除)していない場合
には、内部変数“obj.execFlg"には、その業務処理モジ
ュールが処理を実行する必要がないということを示す値
(“false")がセットされることになる。
Here, in the internal variable “obj.execFlg”, a value (“true” / “false”) indicating whether the business process module stored in the variable “obj” may execute the process.
Is set. In this embodiment, it is assumed that the business processing module executes a process of searching the database 2, so that the business processing module stored in the variable “obj” has already searched the database 2, and If the search result is not released (deleted), a value (“false”) indicating that the business processing module does not need to execute the process is set in the internal variable “obj.execFlg”. Will be.

【0050】このステップ7の判断処理により、“P-r
eexec"にセットされた値が“Yes”を示しているか、内
部変数“obj.execFlg"にセットされている値が“true”
を示していることを判断するときには、ステップ8に進
んで、変数“obj"に格納した業務処理モジュールに対し
て、設定した検索条件データの指すデータをデータベー
ス2から検索することを指示することで、業務処理モジ
ュールの処理を実行し、続くステップ9で、データベー
ス2を検索したことに対応して、内部変数“obj.execFl
g"に“false"をセットする。このステップ8,9の処理
が図3に示した“業務処理呼出処理”に相当する。
By the judgment processing in step 7, "P-r
The value set in "eexec" indicates "Yes" or the value set in the internal variable "obj.execFlg" is "true"
When it is determined that the search condition data is indicated, the process proceeds to step 8 to instruct the business process module stored in the variable “obj” to search the database 2 for the data indicated by the set search condition data. Then, the process of the business processing module is executed, and in the subsequent step 9, in response to the search of the database 2, the internal variable "obj.execFl
"g" is set to "false." The processing of steps 8 and 9 corresponds to "business processing call processing" shown in FIG.

【0051】すなわち、ブラウザ30から変数“obj"に
格納した業務処理モジュールに対して再検索指示が発行
された場合と、その業務処理モジュールで未だデータベ
ース2を検索したことがない場合と、その業務処理モジ
ュールで既にデータベース2を検索したものの、その検
索結果を開放してしまった場合には、データベース2を
検索する必要があるので、その業務処理モジュールに対
して、データベース2を検索することを指示するのであ
る。
That is, when the browser 30 issues a re-search instruction to the business processing module stored in the variable “obj”, when the business processing module has not searched the database 2 yet, If the processing module has already searched the database 2 but has released the search result, it is necessary to search the database 2. Therefore, the business processing module is instructed to search the database 2. You do it.

【0052】一方、ステップ7で、“P-reexec"にセッ
トされた値が“no”であることを判断する場合と、内
部変数“obj.execFlg"にセットされている値が“false"
であることを判断する場合には、このステップ8,9の
処理を省略する。
On the other hand, in step 7, when it is determined that the value set in "P-reexec" is "no", the value set in the internal variable "obj.execFlg" is "false".
If it is determined that the above conditions are satisfied, steps 8 and 9 are omitted.

【0053】すなわち、ブラウザ30から変数“obj"に
格納した業務処理モジュールに対して再検索指示が発行
されない場合と、その業務処理モジュールで既にデータ
ベース2を検索して、かつ、その検索結果を開放してい
ない場合には、データベース2を検索する必要がないの
で、その業務処理モジュールに対して、データベース2
を検索することを指示しないのである。
That is, when the browser 30 does not issue a re-search instruction to the business processing module stored in the variable “obj”, the business processing module already searches the database 2 and releases the search result. If not, there is no need to search the database 2, so the business processing module
It does not tell you to search for.

【0054】続いて、ステップ10で、描画モジュール
に対して描画を指示することで、リクエスト画面IDの
指す画面をクライアント3に表示する。このステップ1
0の処理が図3に示した“描画処理呼出処理”に相当す
る。
Subsequently, in step 10, by instructing the drawing module to draw, a screen indicated by the request screen ID is displayed on the client 3. This step 1
The process 0 corresponds to the “drawing process calling process” shown in FIG.

【0055】続いて、ステップ11で、メモリ管理部1
02に指示することで、処理を行ったリクエスト画面I
Dの指す画面情報オブジェクト100をスタックメモリ
101に書き込む。このとき、処理を行った画面情報オ
ブジェクト100がスタックメモリ101から取得した
ものである場合には、重複した形で格納されるのを防止
するために、後述するように上書きする形でスタックメ
モリ101に書き込むように処理している。
Subsequently, at step 11, the memory management unit 1
02, the request screen I that processed
The screen information object 100 indicated by D is written in the stack memory 101. At this time, if the processed screen information object 100 is obtained from the stack memory 101, in order to prevent the screen information object 100 from being redundantly stored, the stack information is overwritten as described later. It is processed to write to.

【0056】続いて、ステップ12で、変数“obj"に格
納した業務処理モジュールの内部変数として用意され
る、変数“obj.freeFlg"にセットされている値が“tru
e”であるのか否かということを判断する。
Subsequently, in step 12, the value set in the variable "obj.freeFlg" prepared as an internal variable of the business processing module stored in the variable "obj" is set to "tru".
e "is determined.

【0057】ここで、内部変数“obj.freeFlg"には、デ
ータベース2から検索したデータをスタックメモリ10
1に残しておくのか否かということを示す値("true"/"
false") がセットされている。但し、検索条件のデータ
については保存しておく構成を採っているので、その検
索データが再び必要になるときにはデータベース2を再
び検索すればよい。なお、この内部変数“obj.freeFlg"
の値は、画面情報オブジェクト100の開発者が画面情
報オブジェクト100毎に設定することになる。
Here, the data retrieved from the database 2 is stored in the stack memory 10 in the internal variable “obj.freeFlg”.
Value indicating whether to leave it in 1 ("true" / "
false ") is set. However, since the data of the search condition is stored, the database 2 may be searched again when the search data is needed again. Variable “obj.freeFlg”
Is set for each screen information object 100 by the developer of the screen information object 100.

【0058】これから、ステップ12で、内部変数“ob
j.freeFlg"にセットされている値が“true”を示してい
ることを判断するとき、すなわち、検索結果を残さない
ことの指示があるときは、ステップ13に進んで、スタ
ックメモリ101に格納した画像情報オブジェクト10
0の持つ検索結果のデータを開放(削除)し、続くステ
ップ14で、データベース2を検索しなかったことに相
当することを考慮して、内部変数“obj.execFlg"に“tr
ue”をセットして、処理を終了する。
From now on, in step 12, the internal variable "ob
When it is determined that the value set in “j.freeFlg” indicates “true”, that is, when there is an instruction not to leave a search result, the process proceeds to step 13 and is stored in the stack memory 101. Image information object 10
0 is released (deleted), and in the subsequent step 14, the internal variable “obj.execFlg” is set to “tr” in consideration of the fact that the database 2 is not searched.
ue ”is set and the process ends.

【0059】一方、ステップ12で、内部変数“obj.fr
eeFlg"にセットされている値が“false"を示しているこ
とを判断するとき、すなわち、検索結果を残すことの指
示があるときには、ステップ13,14の処理を行わず
に、そのまま処理を終了する。
On the other hand, in step 12, the internal variable "obj.fr
When it is determined that the value set in "eeFlg" indicates "false", that is, when there is an instruction to leave the search result, the processing ends without performing the processing of steps 13 and 14. I do.

【0060】次に、図7の処理フローについて説明す
る。この図7の処理フローは、図5のステップ3で行う
画面情報オブジェクト100の新規作成処理の詳細な処
理フローである。
Next, the processing flow of FIG. 7 will be described. The processing flow of FIG. 7 is a detailed processing flow of the new creation processing of the screen information object 100 performed in step 3 of FIG.

【0061】画面処理振分部103は、画面情報オブジ
ェクト100の新規作成処理に入ると、図7の処理フロ
ーに示すように、先ず最初に、ステップ1で、メモリ管
理部102に指示することで、スタックメモリ101に
格納されている不要な画面情報オブジェクト100の削
除処理を実行するとともに、スタックメモリ101の何
段目まで画像情報オブジェクト100が格納されている
のかの検索処理を行う。
When the screen processing distribution unit 103 enters the process of newly creating the screen information object 100, as shown in the processing flow of FIG. 7, the screen processing distribution unit 103 first instructs the memory management unit 102 in step 1. In addition to executing the process of deleting the unnecessary screen information object 100 stored in the stack memory 101, the search process is performed to determine the number of levels of the image information object 100 stored in the stack memory 101.

【0062】このステップ1で行う処理については、図
8の処理フローで後述するが、簡単に説明するならば、
図11に示すように、スタックメモリ101に格納され
ているリクエスト画面IDの指す画面情報オブジェクト
100の格納位置を検索して、それよりも上にスタック
されている画面情報オブジェクト100を削除する処理
を行うものである。
The processing performed in step 1 will be described later with reference to the processing flow of FIG. 8, but if briefly described,
As shown in FIG. 11, a process of searching for the storage position of the screen information object 100 indicated by the request screen ID stored in the stack memory 101 and deleting the screen information object 100 stacked thereabove is performed. Is what you do.

【0063】続いて、ステップ2以下の処理に示すよう
に、オブジェクト指向のクラス・インスタンスの関係を
使って、変数“P-sid”の指す画面情報オブジェクト1
00を生成する。
Subsequently, as shown in the processing from step 2 on, the screen information object 1 pointed to by the variable “P-sid” is obtained by using the relationship between the object-oriented class and the instance.
00 is generated.

【0064】ここで、リクエスト画面IDの指す画面情
報オブジェクト100よりも上にスタックされている画
像情報オブジェクト100を削除するという構成を採る
のは、図12及び図13に示すように、リクエスト画面
IDの指す画面情報オブジェクト100に戻るときに
は、そこを起点にして遷移した画面情報オブジェクト1
00については、この後に利用される可能性が低いこと
を考慮して、スタックメモリ101から削除するように
したことに、その理由がある。
Here, the structure of deleting the image information object 100 stacked above the screen information object 100 indicated by the request screen ID is adopted as shown in FIG. 12 and FIG. When returning to the screen information object 100 pointed to by the screen information object 1
There is a reason that 00 is deleted from the stack memory 101 in consideration of a low possibility of being used later.

【0065】次に、図8の処理フローについて説明す
る。この図8の処理フローは、図7のステップ1で行わ
れる「不要な画面情報削除と検索処理」の詳細な処理フ
ローである。
Next, the processing flow of FIG. 8 will be described. The processing flow of FIG. 8 is a detailed processing flow of “unnecessary screen information deletion and search processing” performed in step 1 of FIG.

【0066】メモリ管理部102は、「不要な画面情報
削除と検索処理」の実行指示が発行されると、図8の処
理フローに示すように、ステップ1ないしステップ3に
示すループ処理で、スタックメモリ101に格納されて
いるリクエスト画面IDの指す画面情報オブジェクト1
00の格納位置を検索して、格納位置が存在しない場合
には、変数“ret"にその旨を示す“−1 ”をセットし
て、呼び出し元にその旨を通知する。
When an instruction to execute “unnecessary screen information deletion and search processing” is issued, the memory management unit 102 executes the stack processing in steps 1 to 3 as shown in the processing flow of FIG. Screen information object 1 indicated by request screen ID stored in memory 101
When the storage location of 00 is searched, and if the storage location does not exist, "-1" indicating that fact is set to the variable "ret", and the calling source is notified of the fact.

【0067】一方、スタックメモリ101に格納されて
いるリクエスト画面IDの指す画面情報オブジェクト1
00の格納位置iを検索する場合には、変数“ret"にそ
の格納位置をセットするともに、ステップ6ないしステ
ップ8に示すループ処理で、リクエスト画面IDの指す
画面情報オブジェクト100の格納位置よりも上にスタ
ックされる画面情報オブジェクト100を開放(削除)
してから、呼び出し元に格納位置i(変数“idx"に格納
される)を通知する。
On the other hand, the screen information object 1 indicated by the request screen ID stored in the stack memory 101
When searching for the storage position i of 00, the storage position is set to the variable “ret”, and the storage position of the screen information object 100 indicated by the request screen ID is determined by the loop processing shown in steps 6 to 8. Release (delete) the screen information object 100 stacked on top
Then, the storage location i (stored in the variable “idx”) is notified to the caller.

【0068】このようにして、画面処理振分部103
は、メモリ管理部102に指示することで、図11で説
明したように、スタックメモリ101に格納されている
リクエスト画面IDの指す画面情報オブジェクト100
の格納位置を検索して、それよりも上にスタックされて
いる画面情報オブジェクト100を削除する処理を行う
ことになる。
As described above, the screen processing distribution unit 103
Is, by instructing the memory management unit 102, the screen information object 100 indicated by the request screen ID stored in the stack memory 101 as described with reference to FIG.
Is searched for, and the process of deleting the screen information object 100 stacked thereabove is performed.

【0069】次に、図9の処理フローについて説明す
る。この図9の処理フローは、図5のステップ4で行わ
れる「スタックメモリ101からの画像情報オブジェク
ト100の取得処理」の詳細な処理フローである。
Next, the processing flow of FIG. 9 will be described. The processing flow of FIG. 9 is a detailed processing flow of “processing for obtaining image information object 100 from stack memory 101” performed in step 4 of FIG.

【0070】メモリ管理部102は、「スタックメモリ
101からの画像情報オブジェクト100の取得処理」
の実行指示が発行されると、図9の処理フローに示すよ
うに、図8の処理フローで説明した「不要な画面情報削
除と検索処理」を実行して、リクエスト画面IDの指す
画面情報オブジェクト100の格納位置(“idx")を得
て、それを呼び出し元である画面処理振分部103に通
知する。
The memory management unit 102 performs a process for obtaining the image information object 100 from the stack memory 101.
When the execution instruction is issued, as shown in the processing flow of FIG. 9, the “unnecessary screen information deletion and search processing” described in the processing flow of FIG. 8 is executed, and the screen information object indicated by the request screen ID is executed. The storage location (“idx”) of 100 is obtained, and this is notified to the screen processing distribution unit 103 that is the calling source.

【0071】この通知を受けて、画面処理振分部103
は、通知された格納位置の指す画面情報オブジェクト1
00を取得することで、リクエスト画面IDの指す画面
情報オブジェクト100を取得する。
Upon receiving this notification, the screen processing distribution unit 103
Is the screen information object 1 pointed to by the notified storage location.
By obtaining 00, the screen information object 100 indicated by the request screen ID is obtained.

【0072】次に、図10の処理フローについて説明す
る。この図10の処理フローは、図5のステップ11で
行われる「画像情報オブジェクト100のスタックメモ
リ101への格納処理」の詳細な処理フローである。
Next, the processing flow of FIG. 10 will be described. The processing flow of FIG. 10 is a detailed processing flow of the “processing of storing the image information object 100 in the stack memory 101” performed in step 11 of FIG.

【0073】メモリ管理部102は、「画像情報オブジ
ェクト100のスタックメモリ101への格納処理」の
実行指示が発行されると、図10の処理フローに示すよ
うに、先ず最初に、ステップ1で、図8の処理フローで
説明した「不要な画面情報削除と検索処理」を実行す
る。
When the instruction to execute the “processing for storing the image information object 100 in the stack memory 101” is issued, the memory management unit 102 firstly executes step 1 as shown in the processing flow of FIG. The “unnecessary screen information deletion and search processing” described in the processing flow of FIG. 8 is executed.

【0074】続いて、ステップ2で、その処理により得
られたリクエスト画面IDの指す画面情報オブジェクト
100の格納位置“idx"の値が“−1”を示しているの
か否かを判断する。上述したように、“idx"の値が“−
1”を示しているときには、リクエスト画面IDの指す
画面情報オブジェクト100がスタックメモリ101に
格納されていないことを示している。
Subsequently, in step 2, it is determined whether or not the value of the storage position “idx” of the screen information object 100 indicated by the request screen ID obtained by the processing indicates “−1”. As described above, the value of “idx” is “−
When “1” is indicated, it indicates that the screen information object 100 indicated by the request screen ID is not stored in the stack memory 101.

【0075】このステップ2の判断処理により、“idx"
の値が“−1”を示していることを判断するときには、
リクエスト画面IDの指す画面情報オブジェクト100
が新規に作成されたものであることを判断して、ステッ
プ3に進んで、スタックメモリ101の一番上の格納位
置をリクエスト画面IDの指す画面情報オブジェクト1
00の格納位置“idx"として設定し、続くステップ4
で、その設定したスタックメモリ101の格納位置“id
x"に、リクエスト画面IDの指す画面情報オブジェクト
100(新規に作成したもの)を格納する。
As a result of the determination processing in step 2, "idx"
Is determined to indicate "-1",
Screen information object 100 indicated by request screen ID
Is determined to have been newly created, the process proceeds to step 3, and the top storage position of the stack memory 101 is set to the screen information object 1 indicated by the request screen ID.
00 is set as the storage location “idx” and the following step 4
Then, the storage location “id” of the set stack memory 101
The screen information object 100 (newly created one) indicated by the request screen ID is stored in “x”.

【0076】一方、ステップ2の判断処理により、“id
x"の値が“−1”でないものを示しているときには、リ
クエスト画面IDの指す画面情報オブジェクト100を
ステップ1で得た格納位置“idx"に格納すればよいこと
を判断して、直ちにステップ4に進んで、ステップ1で
得た格納位置“idx"に、リクエスト画面IDの指す画面
情報オブジェクト100(スタックメモリ101から取
得したもの)を上書きする形で格納する。
On the other hand, the “id”
If the value of "x" indicates something other than "-1", it is determined that the screen information object 100 indicated by the request screen ID should be stored in the storage position "idx" obtained in step 1, and the step immediately proceeds. Proceeding to step 4, the screen information object 100 (acquired from the stack memory 101) indicated by the request screen ID is stored in the storage position "idx" obtained in step 1 in an overwriting manner.

【0077】図14に、以上に説明した処理を一覧表に
して示す。この一覧表では、データベース2の検索結果
を開放しない場合と開放する場合とに分け、更に、その
2つのそれぞれを、画像情報オブジェクト100を新規
に作成する場合の「初回」と、画像情報オブジェクト1
00をスタックメモリ100から取得する場合の「継
続」と、画像情報オブジェクト100をスタックメモリ
100から取得するとともに、再検索を実行する場合の
「再検索」という3つに分けて、それらがどのような処
理を行う(丸印を付けたものを行う)のかを図示してい
る。
FIG. 14 shows a list of the processes described above. The list is divided into a case where the search result of the database 2 is not released and a case where the search result is released. Further, each of the two is referred to as “first time” when a new image information object 100 is created, and
00 is acquired from the stack memory 100, and the image information object 100 is acquired from the stack memory 100, and the re-search is executed when the re-search is executed. (Indicated by a circle) is shown in FIG.

【0078】このようにして、本発明では、例えば、図
15に示すように、メニュー画面からA検索画面に遷移
し、A検索画面からA2一覧画面に遷移し、A2一覧画
面からA明細画面に遷移し、A明細画面からA登録画面
に遷移し、A登録画面からA2一覧画面に戻る場合に
は、A検索画面に遷移するときに、A検索画面の情報
をスタックメモリ101に保存し、A2一覧画面に遷
移するときに、A2一覧画面の情報をスタックメモリ1
01に保存し、A明細画面に遷移するときに、A明細
画面の情報をスタックメモリ101に保存し、A登録
画面に遷移するときに、A登録画面の情報をスタックメ
モリ101に保存し、A2一覧画面に戻るときに、A
登録画面及びA明細画面をスタックメモリ101から削
除していくように処理するのである。
Thus, in the present invention, for example, as shown in FIG. 15, the menu screen is changed to the A search screen, the A search screen is changed to the A2 list screen, and the A2 list screen is changed to the A detail screen. When transitioning from the A detail screen to the A registration screen and returning from the A registration screen to the A2 list screen, when transitioning to the A search screen, the information of the A search screen is stored in the stack memory 101, and the A2 When transitioning to the list screen, the information on the A2 list screen is stored in the stack memory 1
01, the information on the A description screen is stored in the stack memory 101 when the screen transitions to the A description screen, and the information on the A registration screen is stored in the stack memory 101 when the screen transitions to the A registration screen. When returning to the list screen,
Processing is performed so that the registration screen and the A detail screen are deleted from the stack memory 101.

【0079】なお、この図には示していないが、A登録
画面ではデータベース2に新規にデータを登録する処理
を行うので、A登録画面からA2一覧画面に戻るときに
は、画面処理振分部103に対して、データベース2を
再検索することを指示する上述の「再検索指示」が通知
されることになる。
Although not shown in the figure, a process for newly registering data in the database 2 is performed on the A registration screen. Therefore, when returning to the A2 list screen from the A registration screen, the screen processing distribution unit 103 is required. On the other hand, the above-mentioned "re-search instruction" for instructing the database 2 to be searched again is notified.

【0080】図16及び図17に、各画像情報オブジェ
クト100の持つ上述した内部変数“obj.freeFlg"に
“false"が設定されることで、データベース2の検索結
果を開放しないように設定される場合の処理の一例を図
示する。
In FIGS. 16 and 17, by setting “false” to the above-mentioned internal variable “obj.freeFlg” of each image information object 100, the search result of the database 2 is set not to be released. An example of the processing in the case is illustrated.

【0081】この場合、先ず最初に、検索条件の入力に
用いる検索画面(画面ID=S1)を新規に作成したこ
とで、図16(a)に示すように、その画面情報オブジ
ェクト100がスタックメモリ101に格納される。続
いて、検索条件を入力してデータベース2を検索しその
検索結果を表示する検索一覧画面(画面ID=S2)を
新規に作成したことで、図16(b)に示すように、そ
の画面情報オブジェクト100がスタックメモリ101
に格納される。このときには、検索結果の第1ページを
表示していることを想定している。
In this case, first, a search screen (screen ID = S1) used for inputting search conditions is newly created, so that the screen information object 100 is stored in the stack memory as shown in FIG. 101 is stored. Subsequently, a search list screen (screen ID = S2) for inputting search conditions and searching the database 2 and displaying the search results is newly created, and as shown in FIG. The object 100 is the stack memory 101
Is stored in At this time, it is assumed that the first page of the search result is displayed.

【0082】続いて、検索結果の第2ページの表示要求
に応答してその第2ページを検索一覧画面(画面ID=
S2)に表示したことで、図16(c)に示すように、
その画面情報オブジェクト100がスタックメモリ10
1に格納される。続いて、検索結果の一覧から選択され
る項目の明細を表示する明細画面(画面ID=S3)を
新規に作成したことで、図17(a)に示すように、そ
の画面情報オブジェクト100がスタックメモリ101
に格納される。
Subsequently, in response to the display request of the second page of the search result, the second page is displayed on the search list screen (screen ID =
By displaying in S2), as shown in FIG.
The screen information object 100 is stored in the stack memory 10
1 is stored. Subsequently, by newly creating a detail screen (screen ID = S3) for displaying details of an item selected from the list of search results, the screen information object 100 is stacked as shown in FIG. Memory 101
Is stored in

【0083】続いて、検索結果の第2ページを表示する
検索一覧画面(画面ID=S2)に戻ったことで、図1
7(b)に示すように、明細画面(画面ID=S3)を
スタックメモリ101から削除する。続いて、検索画面
(画面ID=S1)に戻ったことで、図17(c)に示
すように、検索一覧画面(画面ID=S2)をスタック
メモリ101から削除する。
Subsequently, when the display returns to the search list screen (screen ID = S2) displaying the second page of the search results, FIG.
As shown in FIG. 7B, the detail screen (screen ID = S3) is deleted from the stack memory 101. Subsequently, by returning to the search screen (screen ID = S1), the search list screen (screen ID = S2) is deleted from the stack memory 101, as shown in FIG.

【0084】図18及び図19に、各画像情報オブジェ
クト100の持つ上述した内部変数“obj.freeFlg"に
“true" が設定されることで、データベース2の検索結
果を開放するように設定される場合の処理の一例を図示
する。但し、この例では、明細画面(画面ID=S3)
については、データベース2の検索結果を開放しないよ
うに設定されていることを想定している。
In FIGS. 18 and 19, by setting “true” to the above-described internal variable “obj.freeFlg” of each image information object 100, the search result of the database 2 is set to be released. An example of the processing in the case is illustrated. However, in this example, the detail screen (screen ID = S3)
It is assumed that is set so that the search result of the database 2 is not released.

【0085】この場合、先ず最初に、上述の検索画面
(画面ID=S1)を新規に作成したことで、図18
(a)に示すように、その画面情報オブジェクト100
がスタックメモリ101に格納される。続いて、上述の
検索一覧画面(画面ID=S2)を新規に作成したこと
で、図18(b)に示すように、その画面情報オブジェ
クト100がスタックメモリ101に格納(但し、検索
結果については保持しない)される。このときには、検
索結果の第1ページを表示していることを想定してい
る。
In this case, first, the above-described search screen (screen ID = S1) is newly created.
As shown in (a), the screen information object 100
Is stored in the stack memory 101. Subsequently, by newly creating the above-described search list screen (screen ID = S2), the screen information object 100 is stored in the stack memory 101 as shown in FIG. Not retained). At this time, it is assumed that the first page of the search result is displayed.

【0086】続いて、検索結果の第2ページの表示要求
に応答してその第2ページを検索一覧画面(画面ID=
S2)に表示したことで、図18(c)に示すように、
その画面情報オブジェクト100がスタックメモリ10
1に格納(但し、検索結果については保持しない)され
る。続いて、上述の明細画面(画面ID=S3)を新規
に作成したことで、図19(a)に示すように、その画
面情報オブジェクト100がスタックメモリ101に格
納(この画面では検索結果についても保持する)され
る。
Subsequently, in response to the request for displaying the second page of the search result, the second page is displayed on the search list screen (screen ID =
By displaying in S2), as shown in FIG.
The screen information object 100 is stored in the stack memory 10
1 (however, the search result is not stored). Subsequently, by newly creating the above-mentioned detailed screen (screen ID = S3), the screen information object 100 is stored in the stack memory 101 as shown in FIG. Hold).

【0087】続いて、検索結果の第2ページを表示する
検索一覧画面(画面ID=S2)に戻ったことで、図1
9(b)に示すように、明細画面(画面ID=S3)を
スタックメモリ101から削除する。続いて、検索画面
(画面ID=S1)に戻ったことで、図19(c)に示
すように、検索一覧画面(画面ID=S2)をスタック
メモリ101から削除する。
Subsequently, by returning to the search list screen (screen ID = S2) displaying the second page of the search results, FIG.
As shown in FIG. 9B, the detail screen (screen ID = S3) is deleted from the stack memory 101. Subsequently, by returning to the search screen (screen ID = S1), the search list screen (screen ID = S2) is deleted from the stack memory 101 as shown in FIG.

【0088】図18及び図19に示す処理例のように、
データベース2の検索結果を開放するようにすると、ス
タックメモリ101の容量を大幅に削減できるようにな
る。この場合にも、データベース2の検索に用いる検索
条件データについては削除しないようにしていることか
ら、検索結果を開放した画面に戻るようなことがあって
も、その画面でデータベース2を再び検索できることに
なるので、何ら不都合は起こらない。
As in the processing example shown in FIGS. 18 and 19,
If the search results of the database 2 are released, the capacity of the stack memory 101 can be significantly reduced. Also in this case, since the search condition data used for searching the database 2 is not deleted, even if the screen returns to the screen in which the search result is opened, the database 2 can be searched again on the screen. Therefore, no inconvenience occurs.

【0089】(付記1)ツリー構造で遷移する画面情報
の保存を制御するためのプログラムを記録した記録媒体
であって、画面情報の表示元が表示する画面遷移ボタン
の操作に応答して、上記ツリー構造の下位層に向かう形
で画面遷移が指示される場合に、遷移先の画面情報を保
存する処理と、画面情報の表示元が表示する画面遷移ボ
タンの操作に応答して、上記ツリー構造の上位層に向か
う形で画面遷移が指示される場合に、上記保存される画
面情報の中から、遷移元の画面情報を削除するととも
に、該遷移元画面情報と遷移先の画面情報との間に位置
する画面情報を削除する処理とをコンピュータに実行さ
せるプログラムを記録したことを、特徴とする画面情報
保存制御用プログラムの記録媒体。
(Supplementary Note 1) A recording medium which records a program for controlling storage of screen information which transits in a tree structure, and responds to an operation of a screen transition button displayed by a display source of the screen information. When the screen transition is instructed toward the lower layer of the tree structure, the tree structure is stored in response to the operation of saving the screen information of the transition destination and the operation of the screen transition button displayed by the display source of the screen information. When a screen transition is instructed toward the upper layer of, the screen information of the transition source is deleted from the stored screen information, and the screen information of the transition source and the screen information of the transition destination are deleted. A program for causing a computer to execute a process of deleting screen information located in a storage medium for a screen information storage control program.

【0090】(付記2)付記1に記載される画面情報保
存制御用プログラムの記録媒体において、上記画面情報
を保存する処理では、複数ページで構成される画面情報
については、最終表示されるページの画面情報を保存す
るように処理することを、特徴とする画面情報保存制御
用プログラムの記録媒体。
(Supplementary Note 2) In the screen information saving control program recording medium described in Supplementary Note 1, in the process of saving the screen information, the screen information composed of a plurality of pages includes the screen information of the last displayed page. A recording medium for a screen information storage control program characterized by processing to save screen information.

【0091】(付記3)付記1又は2に記載される画面
情報保存制御用プログラムの記録媒体において、上記画
面情報を保存する処理では、画面情報で表示されるデー
タベース検索データと、該データベース検索データの検
索条件データとを保存するように処理することを、特徴
とする画面情報保存制御用プログラムの記録媒体。
(Supplementary Note 3) In the recording medium of the screen information storage control program described in Supplementary Note 1 or 2, in the process of saving the screen information, the database search data displayed by the screen information and the database search data A storage medium for a screen information storage control program, characterized by processing to store the search condition data.

【0092】(付記4)付記3に記載される画面情報保
存制御用プログラムの記録媒体において、上記画面情報
を保存する処理では、画面情報に対応付けて定義される
データベース検索データを保存するのか否かを示す情報
に従って、データベース検索データを保存するのか否か
を決定するように処理することを、特徴とする画面情報
保存制御用プログラムの記録媒体。
(Supplementary Note 4) In the recording medium of the screen information saving control program described in Supplementary Note 3, in the process of saving the screen information, whether the database search data defined in association with the screen information is saved or not. A storage medium for a screen information storage control program, characterized in that processing is performed so as to determine whether or not to store database search data in accordance with the information indicating the above.

【0093】(付記5)付記4に記載される画面情報保
存制御用プログラムの記録媒体において、データベース
検索データが保存されない画面情報に遷移する場合に、
上記保存される検索条件データを使ってデータベースを
検索する処理をコンピュータに実行させるプログラムを
記録したことを、特徴とする画面情報保存制御用プログ
ラムの記録媒体。
(Supplementary Note 5) In the recording medium of the screen information storage control program described in Supplementary Note 4, when transitioning to screen information in which database search data is not saved,
A recording medium for a screen information storage control program, wherein a program for causing a computer to execute a process of searching a database using the stored search condition data is recorded.

【0094】(付記6)付記3ないし5のいずれか1項
に記載される画面情報保存制御用プログラムの記録媒体
において、遷移先の画面情報に対応付けて定義されるデ
ータベースを再検索するのか否かを示す情報に従って、
データベースを再検索するのか否かを決定する処理をコ
ンピュータに実行させるプログラムを記録したことを、
特徴とする画面情報保存制御用プログラムの記録媒体。
(Supplementary Note 6) Whether to re-search the database defined in association with the transition destination screen information in the recording medium of the screen information storage control program described in any one of Supplementary Notes 3 to 5 According to the information indicating
That a program that causes the computer to execute the process of determining whether to re-search the database is recorded,
A recording medium for a screen information storage control program, which is a feature.

【0095】(付記7)ツリー構造で遷移する画面情報
の保存を制御する画面情報保存制御方法であって、画面
情報の表示元が表示する画面遷移ボタンの操作に応答し
て、上記ツリー構造の下位層に向かう形で画面遷移が指
示される場合に、遷移先の画面情報を保存する過程と、
画面情報の表示元が表示する画面遷移ボタンの操作に応
答して、上記ツリー構造の上位層に向かう形で画面遷移
が指示される場合に、上記保存される画面情報の中か
ら、遷移元の画面情報を削除するとともに、該遷移元画
面情報と遷移先の画面情報との間に位置する画面情報を
削除する過程とを備えることを、特徴とする画面情報保
存制御方法。
(Supplementary Note 7) A screen information storage control method for controlling storage of screen information that transits in a tree structure, wherein the screen information display source responds to an operation of a screen transition button displayed by a screen information display source. When a screen transition is instructed toward a lower layer, a step of saving screen information of the transition destination,
In response to the operation of the screen transition button displayed by the screen information display source, when the screen transition is instructed toward the upper layer of the tree structure, from among the stored screen information, Deleting the screen information and deleting the screen information located between the transition source screen information and the transition destination screen information.

【0096】[0096]

【発明の効果】以上説明したように、本発明では、ツリ
ー構造の画面遷移構成を用いる場合に、画面情報の表示
元が表示する画面遷移ボタンの操作に応答して、表示す
る画面情報をツリー構造の上位層側に戻すときには、そ
の戻った画面情報よりも下位層側に位置する画面情報が
再度利用される可能性が低いことを考慮して、その画面
情報を削除することで、処理速度に大きな影響を与える
ことなく、画面情報の保存に用いられるメモリの容量が
大きくならないように制御するのである。
As described above, according to the present invention, when a screen transition configuration of a tree structure is used, the screen information to be displayed is displayed in a tree in response to the operation of the screen transition button displayed by the display source of the screen information. When returning to the upper layer side of the structure, the processing speed is reduced by deleting the screen information, considering that the screen information located in the lower layer side is less likely to be used again than the returned screen information. The control is performed so that the capacity of the memory used for storing the screen information does not increase without greatly affecting the image data.

【0097】この画面情報の保存構成を採るときに、処
理速度を犠牲にしてでもメモリ容量の更なる削減が要求
される場合には、画面情報で表示されるデータベース検
索データについては保存せずに、検索条件データのみを
保存する構成を採って、そのデータベース検索データを
保存しない画面情報に戻ってくるときには、その保存す
る検索条件データを使ってデータベースを検索すること
で、その画面情報の表示を実現する。
When this screen information storage configuration is adopted, if a further reduction in the memory capacity is required even at the expense of processing speed, the database search data displayed in the screen information is not stored. When the system returns to screen information that does not save the database search data by adopting a configuration that saves only the search condition data, the screen information is displayed by searching the database using the saved search condition data. Realize.

【0098】そして、この画面情報の保存構成を採ると
きに、データベースに新規データが登録されることで、
保存するデータベース検索データと整合性がとれなくな
ることがあることを考慮して、遷移先の画面情報に対応
付けて定義されるデータベースの再検索指示に応答し
て、保存する検索条件データを使ってデータベースを再
検索することで、その遷移先の画面情報で表示するデー
タベース検索データに誤りがないことを実現する。
When this screen information storage configuration is adopted, new data is registered in the database,
In consideration of the fact that consistency with the database search data to be saved may not be obtained, in response to the re-search instruction of the database defined in association with the screen information of the transition destination, using the saved search condition data By re-searching the database, it is possible to realize that there is no error in the database search data displayed by the screen information of the transition destination.

【0099】このようにして、本発明によれば、メモリ
容量と処理速度とのバランスを図りつつ画面情報を保存
できるようになる。
As described above, according to the present invention, the screen information can be stored while balancing the memory capacity and the processing speed.

【0100】この本発明による画面情報の保存制御を実
現するにあたって、画面情報の表示元となる業務プログ
ラムは、基本的には、自プログラムの表示する画面遷移
ボタンに対してどの画面情報に遷移するのかということ
を設定するだけでよい。
In realizing the screen information storage control according to the present invention, the business program which is the display source of the screen information basically transits to any screen information with respect to the screen transition button displayed by the own program. It is only necessary to set whether or not.

【0101】これから、本発明によれば、業務プログラ
ムの開発者に対して何ら負荷を強いることなく、本発明
による画面情報の保存制御を実現できるようになる。
Thus, according to the present invention, it is possible to realize the screen information storage control according to the present invention without imposing any load on the developer of the business program.

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

【図1】本発明の適用されるシステムの一例である。FIG. 1 is an example of a system to which the present invention is applied.

【図2】ツリー構造の画面遷移の説明図である。FIG. 2 is an explanatory diagram of a screen transition of a tree structure.

【図3】サーバ機構の一実施形態例である。FIG. 3 is an example of an embodiment of a server mechanism.

【図4】クライアントから通知されるパラメータの説明
図である。
FIG. 4 is an explanatory diagram of parameters notified from a client.

【図5】画面処理振分部の実行する処理フローの一実施
形態例である。
FIG. 5 is an embodiment of a processing flow executed by a screen processing distribution unit.

【図6】画面処理振分部の実行する処理フローの一実施
形態例である。
FIG. 6 is an embodiment of a processing flow executed by a screen processing distribution unit.

【図7】画面処理振分部の実行する処理フローの一実施
形態例である。
FIG. 7 is an embodiment of a processing flow executed by a screen processing distribution unit.

【図8】メモリ管理部の実行する処理フローの一実施形
態例である。
FIG. 8 is an example of a processing flow executed by a memory management unit;

【図9】メモリ管理部の実行する処理フローの一実施形
態例である。
FIG. 9 is an embodiment of a processing flow executed by a memory management unit;

【図10】メモリ管理部の実行する処理フローの一実施
形態例である。
FIG. 10 is an example of a processing flow executed by a memory management unit;

【図11】画面情報オブジェクトの削除処理の説明図で
ある。
FIG. 11 is an explanatory diagram of a deletion process of a screen information object.

【図12】画面情報オブジェクトの削除処理の説明図で
ある。
FIG. 12 is an explanatory diagram of a deletion process of a screen information object.

【図13】画面情報オブジェクトの削除処理の説明図で
ある。
FIG. 13 is an explanatory diagram of a deletion process of a screen information object.

【図14】本発明で実行する処理の説明図である。FIG. 14 is an explanatory diagram of a process executed in the present invention.

【図15】本発明による処理の説明図である。FIG. 15 is an explanatory diagram of a process according to the present invention.

【図16】本発明による処理の一例である。FIG. 16 is an example of a process according to the present invention.

【図17】本発明による処理の一例である。FIG. 17 is an example of a process according to the present invention.

【図18】本発明による処理の一例である。FIG. 18 is an example of a process according to the present invention.

【図19】本発明による処理の一例である。FIG. 19 is an example of a process according to the present invention.

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

1 サーバ 2 データベース 3 クライアント 4 ネットワーク 10 サーバ機構 30 ブラウザ 100 画面情報オブジェクト 101 スタックメモリ 102 メモリ管理部 103 画面処理振分部 104 データベースアクセス部 1 server 2 database 3 client 4 network 10 server mechanism 30 browser 100 screen information object 101 stack memory 102 memory management unit 103 screen processing distribution unit 104 database access unit

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) G06F 13/00 540 G06F 13/00 540B ──────────────────────────────────────────────────続 き Continued on the front page (51) Int.Cl. 7 Identification symbol FI Theme coat ゛ (Reference) G06F 13/00 540 G06F 13/00 540B

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 ツリー構造で遷移する画面情報の保存を
制御するためのプログラムを記録した記録媒体であっ
て、 画面情報の表示元が表示する画面遷移ボタンの操作に応
答して、上記ツリー構造の下位層に向かう形で画面遷移
が指示される場合に、遷移先の画面情報を保存する処理
と、 画面情報の表示元が表示する画面遷移ボタンの操作に応
答して、上記ツリー構造の上位層に向かう形で画面遷移
が指示される場合に、上記保存される画面情報の中か
ら、遷移元の画面情報を削除するとともに、該遷移元画
面情報と遷移先の画面情報との間に位置する画面情報を
削除する処理とをコンピュータに実行させるプログラム
を記録したことを、 特徴とする画面情報保存制御用プログラムの記録媒体。
1. A recording medium storing a program for controlling storage of screen information that transitions in a tree structure, wherein the tree structure responds to an operation of a screen transition button displayed by a screen information display source. When the screen transition is instructed toward the lower layer of the tree structure, in response to the operation of the screen transition button displayed by the screen transition button displayed by the screen information display source, When the screen transition is instructed toward the layer, the screen information of the transition source is deleted from the stored screen information, and the position between the screen information of the transition source and the screen information of the transition destination is determined. A program for causing a computer to execute a process of deleting screen information to be performed, and a recording medium for a screen information storage control program.
【請求項2】 請求項1に記載される画面情報保存制御
用プログラムの記録媒体において、 上記画面情報を保存する処理では、画面情報で表示され
るデータベース検索データと、該データベース検索デー
タの検索条件データとを保存するように処理すること
を、 特徴とする画面情報保存制御用プログラムの記録媒体。
2. The recording medium for a screen information storage control program according to claim 1, wherein, in the processing of saving the screen information, database search data displayed as screen information and search conditions of the database search data. A storage medium for a screen information storage control program, characterized by processing to store data.
【請求項3】 請求項2に記載される画面情報保存制御
用プログラムの記録媒体において、 上記画面情報を保存する処理では、画面情報に対応付け
て定義されるデータベース検索データを保存するのか否
かを示す情報に従って、データベース検索データを保存
するのか否かを決定するように処理することを、 特徴とする画面情報保存制御用プログラムの記録媒体。
3. The recording medium for a screen information storage control program according to claim 2, wherein, in the processing of saving the screen information, whether database search data defined in association with the screen information is saved or not. A storage medium for storing a screen information storage control program, which performs processing to determine whether to save database search data in accordance with information indicating the following.
【請求項4】 請求項3に記載される画面情報保存制御
用プログラムの記録媒体において、 データベース検索データが保存されない画面情報に遷移
する場合に、上記保存される検索条件データを使ってデ
ータベースを検索する処理をコンピュータに実行させる
プログラムを記録したことを、 特徴とする画面情報保存制御用プログラムの記録媒体。
4. A recording medium for a screen information storage control program according to claim 3, wherein when the screen information changes to screen information in which database search data is not stored, a database is searched using the stored search condition data. A recording medium for a screen information storage control program, characterized by recording a program for causing a computer to execute a process to be performed.
【請求項5】 請求項2ないし4のいずれか1項に記載
される画面情報保存制御用プログラムの記録媒体におい
て、 遷移先の画面情報に対応付けて定義されるデータベース
を再検索するのか否かを示す情報に従って、データベー
スを再検索するのか否かを決定する処理をコンピュータ
に実行させるプログラムを記録したことを、 特徴とする画面情報保存制御用プログラムの記録媒体。
5. The recording medium for a screen information storage control program according to claim 2, wherein a database defined in association with the transition destination screen information is searched again. A program for causing a computer to execute a process of determining whether or not to re-search the database according to the information indicating the screen information storage program.
JP2000297930A 2000-09-29 2000-09-29 Recording medium for program for screen information save control Pending JP2002108932A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000297930A JP2002108932A (en) 2000-09-29 2000-09-29 Recording medium for program for screen information save control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000297930A JP2002108932A (en) 2000-09-29 2000-09-29 Recording medium for program for screen information save control

Publications (2)

Publication Number Publication Date
JP2002108932A true JP2002108932A (en) 2002-04-12
JP2002108932A5 JP2002108932A5 (en) 2004-12-09

Family

ID=18779967

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000297930A Pending JP2002108932A (en) 2000-09-29 2000-09-29 Recording medium for program for screen information save control

Country Status (1)

Country Link
JP (1) JP2002108932A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006011787A (en) * 2004-06-25 2006-01-12 Nomura Research Institute Ltd Database use system and database use program
JP2006079200A (en) * 2004-09-07 2006-03-23 Nomura Research Institute Ltd Database utilization system and database utilization program
JP2006092186A (en) * 2004-09-22 2006-04-06 Nomura Research Institute Ltd Database utilization system and database utilization program
JP2006277135A (en) * 2005-03-28 2006-10-12 Fujitsu Ltd Screen output data creating and processing program
JP2008059221A (en) * 2006-08-30 2008-03-13 Fujitsu Ltd Screen transition control method, screen providing system, transition execution device, and computer program
JP2009070295A (en) * 2007-09-14 2009-04-02 Ricoh Co Ltd Information processor, information processing method, information processing program, and recording medium
KR101083184B1 (en) * 2004-04-05 2011-11-11 파나소닉 주식회사 Screen transition control device
JP2012053565A (en) * 2010-08-31 2012-03-15 Toshiba Tec Corp Information processor, information processing system and program
JP2012088940A (en) * 2010-10-20 2012-05-10 Nec System Technologies Ltd Information processor, information processing method, and program
WO2017078132A1 (en) * 2015-11-06 2017-05-11 大日本印刷株式会社 Mobile terminal and application program
US11100187B2 (en) 2016-03-25 2021-08-24 Alibaba Group Holding Limited Method and device for jumping between pages

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101083184B1 (en) * 2004-04-05 2011-11-11 파나소닉 주식회사 Screen transition control device
JP2006011787A (en) * 2004-06-25 2006-01-12 Nomura Research Institute Ltd Database use system and database use program
JP4495783B2 (en) * 2004-06-25 2010-07-07 株式会社野村総合研究所 Database usage system
JP2006079200A (en) * 2004-09-07 2006-03-23 Nomura Research Institute Ltd Database utilization system and database utilization program
JP4502752B2 (en) * 2004-09-07 2010-07-14 株式会社野村総合研究所 Database usage system
JP4502763B2 (en) * 2004-09-22 2010-07-14 株式会社野村総合研究所 Database usage system
JP2006092186A (en) * 2004-09-22 2006-04-06 Nomura Research Institute Ltd Database utilization system and database utilization program
JP2006277135A (en) * 2005-03-28 2006-10-12 Fujitsu Ltd Screen output data creating and processing program
JP2008059221A (en) * 2006-08-30 2008-03-13 Fujitsu Ltd Screen transition control method, screen providing system, transition execution device, and computer program
JP2009070295A (en) * 2007-09-14 2009-04-02 Ricoh Co Ltd Information processor, information processing method, information processing program, and recording medium
JP2012053565A (en) * 2010-08-31 2012-03-15 Toshiba Tec Corp Information processor, information processing system and program
JP2012088940A (en) * 2010-10-20 2012-05-10 Nec System Technologies Ltd Information processor, information processing method, and program
WO2017078132A1 (en) * 2015-11-06 2017-05-11 大日本印刷株式会社 Mobile terminal and application program
CN108351757A (en) * 2015-11-06 2018-07-31 大日本印刷株式会社 Mobile terminal and application program
CN108351757B (en) * 2015-11-06 2021-08-20 大日本印刷株式会社 Mobile terminal and application program
US11100187B2 (en) 2016-03-25 2021-08-24 Alibaba Group Holding Limited Method and device for jumping between pages

Similar Documents

Publication Publication Date Title
JP5882813B2 (en) Method, system and apparatus for providing document preview
KR100760227B1 (en) Image file management apparatus and method and storage medium
JP5075920B2 (en) Web data usage platform
JP3630721B2 (en) Multimedia data processing method, multimedia data processing device, attribute information registration device, and attribute information registration method
US5625771A (en) Method for making cursor form
JP2003523568A (en) Control device and control method for starting application software in computer, multi-monitor computer, client server system and storage medium using the same
JP3668041B2 (en) Data search device and computer-readable recording medium storing data search program
WO2021135578A1 (en) Page processing method and apparatus, and storage medium and terminal device
JP2002108932A (en) Recording medium for program for screen information save control
CN111124411A (en) Method and system for personalized setting of form based on dynamic page
KR100663655B1 (en) Data processing
US20020035643A1 (en) Search support device and method, and recording medium storing program for computer to carry out operation with said search support device
JP2002352219A (en) Display of a plurality of linked information objects in virtual space according to visual field data
KR100652465B1 (en) Animation of video special effects
US7237197B2 (en) Method and system for presenting a video stream of a video streaming device
JPH09223063A (en) Hypermedia document management device
KR100764479B1 (en) Communication terminal consisting file manager having content previewer and content preview method
JPH0362167A (en) Distributed information retrieval system
JPH07249032A (en) Electronic filing device
JPH06251078A (en) Information processor
CN107943987B (en) Method and system for quickly reading graph
JP2002215446A (en) Device and method for displaying web page, and device for generating data for web page
JP2002312215A (en) Data linking device and data linking program
JP2001034515A (en) Document management method, and storage medium storing the document management method
JPH05342269A (en) Document management system

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061107

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070109

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070220

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070529

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070725