JP3049192B2 - How to save forms - Google Patents
How to save formsInfo
- Publication number
- JP3049192B2 JP3049192B2 JP6230847A JP23084794A JP3049192B2 JP 3049192 B2 JP3049192 B2 JP 3049192B2 JP 6230847 A JP6230847 A JP 6230847A JP 23084794 A JP23084794 A JP 23084794A JP 3049192 B2 JP3049192 B2 JP 3049192B2
- Authority
- JP
- Japan
- Prior art keywords
- format
- storage
- information
- file
- stored
- 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.)
- Expired - Lifetime
Links
- 238000000034 method Methods 0.000 claims description 27
- 230000002194 synthesizing effect Effects 0.000 claims description 2
- 238000007726 management method Methods 0.000 description 12
- 238000010586 diagram Methods 0.000 description 5
- 238000013500 data storage Methods 0.000 description 2
- 239000000284 extract Substances 0.000 description 2
- 238000007906 compression Methods 0.000 description 1
- 230000006835 compression Effects 0.000 description 1
- 238000013144 data compression Methods 0.000 description 1
- 238000013523 data management Methods 0.000 description 1
- 230000003203 everyday effect Effects 0.000 description 1
- 230000014759 maintenance of location Effects 0.000 description 1
Landscapes
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Description
【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION
【0001】[0001]
【産業上の利用分野】本発明は、帳票の印刷データと帳
票の書式情報とを合成して印刷する計算機システムにお
いて、帳票の印刷データに対応する帳票の書式情報の保
存方法に係り、特に帳票作成元での書式情報の世代や保
存期限を意識することなく書式情報を効率的に保存する
方法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of storing form information corresponding to form print data in a computer system that prints the form print data and the form information of the form. The present invention relates to a method for efficiently storing format information without being aware of the generation and storage period of the format information at the source.
【0002】[0002]
【従来の技術】レーザビームプリンタによる帳票印刷の
実用化により、帳票の印刷データに加え、オーバレイに
より罫線等を付加したり、文字の形式を変更したりする
ことが可能となってきた。このオーバレイや文字の形式
や印刷ピッチ等の情報を書式情報と呼ぶが、レーザビー
ムプリンタによる帳票印刷やディスプレイ画面からの帳
票参照では、帳票データと帳票で使用する書式との同期
確保が重要になる。2. Description of the Related Art With the practical use of form printing by a laser beam printer, it has become possible to add ruled lines and the like and change the character format by overlay in addition to form print data. Information on the overlay, character format, print pitch, and the like is called format information. When printing a form using a laser beam printer or referencing a form from a display screen, it is important to ensure synchronization between the form data and the format used in the form. .
【0003】この書式の作成や変更は、一般に帳票を作
成する計算機システムの業務プログラムの作成や変更の
際に同時に行い、帳票を作成するシステムに対しては業
務プログラムのリリースと共に作成や変更を加えられた
書式がリリースされる。In general, this form is created or changed simultaneously with the creation or change of a business program of a computer system for creating a form. The released form is released.
【0004】つまり、帳票作成元においては業務のリリ
ースを契機として帳票とその帳票で使用する書式との同
期が確保される。[0004] In other words, at the source of the form, synchronization between the form and the format used in the form is ensured when the business is released.
【0005】しかし、帳票を計算機システム内で保存す
る場合、特に保存期間が長期に及ぶ場合、帳票を保存し
ている間に帳票を作成する業務プログラムの変更がある
と、帳票で使用していた書式情報にも変更が加えられ、
書式の世代が変わってしまうので、帳票の印刷データを
保存する際には、当該帳票で使用していた書式情報も合
わせて保存しておく必要がある。つまり、保存する帳票
の印刷データと書式情報との同期が必要となる。However, when a form is stored in a computer system, particularly when the storage period is long, if the business program for creating the form is changed while the form is being stored, the form is used in the form. The format information has also been changed,
Since the format generation changes, it is necessary to also save the format information used in the form when storing the print data of the form. That is, it is necessary to synchronize the print data of the form to be saved with the format information.
【0006】この書式の同期を確保する方法としては、
帳票の保存の際に書式を管理せずに、帳票の印刷データ
と書式を合成した上でイメージデータとして保存する第
1の方法、帳票の印刷データをファイルに保存する際、
同時に書式ファイルも保存し、帳票ごとに書式ファイル
を持たせる第2の方法がある。As a method for ensuring the synchronization of the format,
The first method of combining the print data of a form and a format without storing the form when saving the form, and saving it as image data. When saving the form print data to a file,
At the same time, there is a second method in which a format file is also stored and a format file is provided for each form.
【0007】前者の方法では、帳票の保存の際、帳票の
印刷データと書式を合成するための負荷が大きくかか
り、また、保存データがイメージデータ形式となるた
め、保存ファイルの容量が増大するという欠点がある。In the former method, when a form is stored, a large load is required for synthesizing the print data of the form and the format, and since the stored data is in an image data format, the capacity of the stored file is increased. There are drawbacks.
【0008】この場合、保存ファイルの容量を減らすに
は、データ圧縮という手段があるものの、圧縮や復元の
ための負荷が増大する。したがって、少量帳票の保存に
は耐えられても、多量の帳票、あるいは多数の帳票の保
存には適さない。In this case, although there is a means of data compression to reduce the capacity of the stored file, the load for compression and restoration increases. Therefore, it is not suitable for storing a large number of forms or a large number of forms, even though it can withstand storing a small amount of forms.
【0009】また、後者の方法では、ファイル単位の保
存であるため、少なくとも業務プログラムの変更の都
度、保存するファイルを分ける必要があり、一般的には
毎日保存ファイルを分けることになり、帳票で実際に使
用した書式以外の書式についても同時に保存対象とな
り、保存ファイルの容量が増大するという欠点がある。
このファイル単位の保存方法のは、「VOS3データ管
理機能/階層制御DMF/HSS解説、日立製作所HI
TACマニュアル、6180−3−321」に記載され
ている。In the latter method, since files are stored in file units, it is necessary to divide the files to be stored at least every time a business program is changed. Generally, the files to be stored are separated every day. Formats other than the format actually used are also saved at the same time, and there is a disadvantage that the capacity of the saved file increases.
The method of saving files is described in "VOS3 Data Management Function / Hierarchical Control DMF / HSS Description, Hitachi HI
TAC Manual, 6180-3-321 ".
【0010】この場合、保存ファイルの容量増大の問題
を解決する方法として、帳票の印刷データを保存する際
に、帳票で使用した書式のみを抽出し、該当書式だけを
保存ファイルに格納する方法が考えられる。In this case, as a method for solving the problem of an increase in the capacity of the storage file, there is a method of extracting only the format used in the form when storing the print data of the form, and storing only the corresponding format in the storage file. Conceivable.
【0011】[0011]
【発明が解決しようとする課題】しかし、帳票の印刷デ
ータファイル保存の際に、帳票で使用する書式のみを抽
出した書式ファイルを保存する方法によっても、帳票の
印刷データを保存する都度、必要な書式情報を抽出せね
ばならず、煩雑な管理が必要となる。However, when saving a form print data file, a method of saving a form file that extracts only the form used in the form is required every time the form print data is saved. Format information must be extracted, and complicated management is required.
【0012】また、ファイル単位の保存の為、保存の都
度同一の書式を重複して保存してしまうことになり、フ
ァイル容量の無駄が発生する。さらに、帳票と書式保存
ファイルとの対応管理も必要となる。Further, since the file is stored in file units, the same format is redundantly stored every time the file is stored, and the file capacity is wasted. Further, it is necessary to manage the correspondence between the form and the format storage file.
【0013】本発明の目的は、保存する帳票の印刷デー
タと書式情報との同期を確保したまま、同一書式情報の
重複保存を避け、しかも帳票と書式保存ファイルとの対
応管理という煩わしさから解放され、さらに不要な書式
情報の保存を回避できる帳票の書式保存方法を提供する
ことにある。An object of the present invention is to avoid the duplicate storage of the same format information while maintaining the synchronization between the print data of the form to be stored and the format information, and to release the troublesome management of the correspondence between the form and the format storage file. It is another object of the present invention to provide a method for saving a form format that can avoid unnecessary storage of format information.
【0014】[0014]
【課題を解決するための手段】上記目的を達成するため
に、本発明の帳票の書式保存方法は、帳票の印刷データ
を帳票保存ファイルに保存する際に、保存する帳票で使
用する書式情報と共に、帳票の印刷データを作成した時
点の世代情報および保存期限の情報を前記書式情報に付
加して書式保存ファイルに保存し、その保存に際し、世
代情報の一致する書式情報が既に書式保存ファイルに格
納されているかを判断し、保存されてない時に限り、該
当書式情報を書式保存ファイルに保存するようにしたこ
とを特徴とする。In order to achieve the above object, a form storage method according to the present invention provides a method for storing print data of a form in a form storage file together with format information used in the form to be stored. In addition, the generation information at the time when the form print data is created and the information of the storage expiration date are added to the format information and saved in the format storage file, and at the time of the storage, the format information matching the generation information is already stored in the format storage file. It is characterized in that the format information is stored in a format storage file only if the format information is not stored.
【0015】[0015]
【作用】本発明によれば、帳票の印刷データを帳票作成
元から帳票保存ファイルに格納する際、その帳票で使用
する書式情報に対し世代情報と保存期限情報とを付加し
て書式保存ファイルに格納する。According to the present invention, when print data of a form is stored in a form storage file from a form creation source, generation information and a storage expiration date information are added to the format information used in the form and the format storage file is added to the form storage file. Store.
【0016】書式の世代情報としては、作成・更新番号
である世代番号を使用してもよいが、作成・更新日時を
使用してもよい。作成・更新日時ではなく、作成・更新
日付でも業務プログラムのリリース間隔が1日以上であ
れば、実用に耐え得る。As the generation information of the format, a generation number which is a creation / update number may be used, or a creation / update date and time may be used. If the release interval of the business program is not less than one day, not the creation / update date but the creation / update date, it can be put to practical use.
【0017】また、書式情報を保存する場合、世代情報
の一致する書式が既に書式保存ファイルに格納されてい
るかを判断し、保存されてない時に限り、該当書式情報
を書式保存ファイルに保存する。この時、保存した書式
情報は、世代情報で識別できるようにし、保存期限は該
当する帳票の印刷データの保存期限を用いる。そして、
既に世代情報の一致する書式情報が書式保存ファイルに
格納されていた場合、書式保存ファイルにある該当書式
情報の保存期限と保存しようとする帳票の印刷データの
保存期限とを比較し、印刷データの保存期限の方が後の
時に、書式保存ファイルにある該当書式情報の保存期限
を帳票印刷データの保存期限で置き換える。When the format information is stored, it is determined whether a format that matches the generation information is already stored in the format storage file, and only when the format information is not stored, the format information is stored in the format storage file. At this time, the stored format information can be identified by generation information, and the storage period is the storage period of the print data of the corresponding form. And
If format information that matches the generation information has already been stored in the format storage file, the storage time limit of the format information in the format storage file is compared with the storage time limit of the print data of the form to be saved. When the storage period is later, the storage period of the corresponding format information in the format storage file is replaced with the storage period of the form print data.
【0018】従って、世代情報の一致する書式情報が書
式保存ファイルに格納されてない場合のみの追加格納さ
れるため、同一世代の書式情報が重複保存されることは
ない。Therefore, additional format information is stored only when the format information with the matching generation information is not stored in the format storage file, so that format information of the same generation is not redundantly stored.
【0019】また、保存する帳票の印刷データと書式情
報との同期が完全に確保される。Further, the synchronization between the print data of the form to be stored and the format information is completely ensured.
【0020】さらに、保存する書式情報の保存期限を帳
票の印刷データの保存期限に対応して設定することによ
り、保存してある帳票の印刷データの保存期限が過ぎて
不要となったとき、同時に対応する書式情報も削除で
き、書式保存ファイルの容量を最低限にできる。Further, by setting the storage period of the format information to be stored in accordance with the storage period of the print data of the form, when the storage period of the print data of the stored form has passed and becomes unnecessary, The corresponding format information can also be deleted, minimizing the size of the format storage file.
【0021】[0021]
【実施例】以下、本発明を図示する実施例に基づき詳細
に説明する。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described in detail below with reference to the illustrated embodiments.
【0022】図1は、本発明の帳票の書式保存方法を適
用した計算機システムの構成図であり、業務プログラム
を実行して帳票データ(印刷データ)を作成する帳票作
成部1と、当該帳票データを一時格納する帳票データフ
ァイル2、各種の帳票の書式情報を格納した書式ライブ
ラリ3、帳票データの保存要求従い、帳票データファイ
ル2内の帳票データを帳票保存ファイル4に保存すると
共に、その帳票で使用する書式情報に世代情報と保存期
限情報とを付加して書式保存ファイル6に格納する帳票
保存部5、保存した帳票データの保存期限および世代を
管理し、保存期限の過ぎた帳票データを帳票保存ファイ
ル4から削除する帳票保存期限管理部7とで構成されて
いる。FIG. 1 is a block diagram of a computer system to which a form storage method according to the present invention is applied. A form creation unit 1 for executing a business program to create form data (print data), and the form data Data file 2 for temporarily storing the form data, a format library 3 for storing format information of various forms, and a form data storage request. According to the form data storage request, the form data in the form data file 2 is stored in the form storage file 4, and the form A form storage unit 5 that adds generation information and storage expiration information to the format information to be used and stores it in a format storage file 6, manages the storage expiration date and generation of the stored form data, and stores the form data whose storage expiration date has passed. The form storage period management unit 7 deletes the form from the storage file 4.
【0023】図2は、帳票データファイル4の構成を示
すものであり、帳票データ8には当該帳票データが使用
する書式情報の識別名9および保存期限10が帳票デー
タ別に付加されて帳票データファイル2内に格納される
ようになっている。FIG. 2 shows the structure of the form data file 4. The form data 8 includes an identification name 9 of the format information used by the form data and a storage term 10 for each form data. 2 are stored.
【0024】図3は、書式ライブラリ5の構成を示すも
のであり、書式情報別に、識別名11、書式の世代情報
12、書式情報14へのポインタ13とが格納されるよ
うになっている。FIG. 3 shows the structure of the format library 5, in which an identification name 11, format generation information 12, and a pointer 13 to format information 14 are stored for each format information.
【0025】図4は、書式保存ファイル6の構成を示す
ものであり、書式の識別名15、書式の世代情報16、
帳票データ8の保存期限10に対応する保存期限17の
各情報および書式情報19へのポインタ18が格納され
るようになっている。FIG. 4 shows the structure of the format storage file 6. The format identification file 15, the format generation information 16,
Each information of the storage term 17 corresponding to the storage term 10 of the form data 8 and the pointer 18 to the format information 19 are stored.
【0026】この構成において、帳票作成部1は、業務
プログラムを実行して作成した帳票データをスプールフ
ァイル等から成る帳票データファイル2に順次出力す
る。In this configuration, the form creation unit 1 sequentially outputs form data created by executing a business program to a form data file 2 composed of a spool file or the like.
【0027】これに対し、帳票保存部2は、帳票データ
の保存が要求されると、帳票データファイル2より帳票
データ8を取り出して帳票保存ファイル4に図2と同様
の形式で格納していく。On the other hand, when storage of the form data is requested, the form storage unit 2 extracts the form data 8 from the form data file 2 and stores it in the form storage file 4 in the same format as that of FIG. .
【0028】この際、帳票データ8に、書式を指定する
情報として識別情報9が付加されていた場合、その識別
名9を使用して書式ライブラリ3を検索し、書式の識別
名9と一致する識別名11と共に格納されている世代情
報12を求め、この世代情報12を帳票データ8に付加
し、書式保存ファイル6に図4に示すような形式で保存
する。At this time, if identification information 9 is added to the form data 8 as information for designating the format, the format library 3 is searched using the identification name 9 and matches the identification name 9 of the format. The generation information 12 stored together with the identification name 11 is obtained, and the generation information 12 is added to the form data 8 and stored in the format storage file 6 in a format as shown in FIG.
【0029】この時、識別名11と書式の世代情報12
を使用して、書式保存ファイル7を検索し、書式の識別
名11と書式の世代情報12の両方が一致する書式情報
が既に書式保存ファイル6に保存されているか否かを調
べ、保存されていた場合は、その書式情報の保存期限1
7が今回新たに保存しようとする帳票データの保存期限
より前のとき、保存期限17を新たな帳票データの保存
期限に置き換える。At this time, the identifier 11 and the format generation information 12
Is used to search the format storage file 7 to check whether or not the format information in which both the format identifier 11 and the format generation information 12 match have already been stored in the format storage file 6. When the format information is stored, the expiration date is 1
When 7 is earlier than the storage period of the form data to be newly stored this time, the storage period 17 is replaced with the storage period of the new form data.
【0030】なお、書式の識別名11と書式の世代情報
12が一致する書式情報が存在しないときは、書式ライ
ブラリ3の書式情報ポインタ13より書式情報14を求
め、書式保存ファイル6に複写して書式情報19を追加
保存する。この場合、書式情報19のポインタを設定し
ておく。If there is no format information in which the format identification name 11 and the format generation information 12 match, the format information 14 is obtained from the format information pointer 13 of the format library 3 and copied to the format storage file 6. The format information 19 is additionally stored. In this case, a pointer of the format information 19 is set.
【0031】一方、帳票保存期限管理部7は、通常1日
に1回の期限管理を実行し、帳票保存ファイル4から保
存期限の過ぎた帳票データを探して削除するとともに、
書式保存ファイル6から保存期限の過ぎた書式情報19
を探して削除する。On the other hand, the form storage period management unit 7 usually executes the period management once a day, searches the form storage file 4 for form data whose storage period has passed, deletes it,
Format information 19 whose storage period has expired from the format storage file 6
Look for and delete.
【0032】このような方法で帳票データと書式情報と
を保存することにより、帳票データと書式情報との同期
を確保したまま同一書式の重複保存を避け、しかも帳票
データと保存ファイルとの対応管理という煩わしさから
完全に開放される。By storing the form data and the format information in this manner, it is possible to avoid duplicative storage of the same format while ensuring synchronization between the form data and the format information, and to manage the correspondence between the form data and the storage file. It is completely relieved from the hassle of that.
【0033】なお、帳票保存期限管理部7で書式情報を
削除しようとしたとき、最新世代の書式情報であれば保
存期限が過ぎていても一定の期間内であれば削除しない
ことで、再度、同一書式の保存動作が発生しないように
することが可能である。When the form storage period management unit 7 attempts to delete format information, the format information of the latest generation is not deleted within a certain period even if the storage period has expired. It is possible to prevent a save operation of the same format from occurring.
【0034】なお、特開昭63−296169号公報に
は、書式、帳票データ、世代データを管理する方法が示
されているが、これは本発明とは目的および構成が全く
異なるものである。Japanese Patent Application Laid-Open No. 63-296169 discloses a method for managing format, form data, and generation data, which is completely different from the present invention in terms of purpose and configuration.
【0035】図5は、帳票保存部5が実行する帳票の書
式保存手順を示すフローチャートであり、帳票の保存が
必要となり、帳票保存部5が動作を開始すると、ステッ
プ20で保存対象となる帳票データが格納されている帳
票データファイル2を割り当てると共に、帳票データの
保存期限や当該帳票データで使用する書式の識別名等の
帳票属性を入力し、書式等を指定するレコードを作成す
る(ステップ21)。FIG. 5 is a flowchart showing a procedure for saving the form of a form executed by the form storage unit 5. When the form needs to be saved and the form storage unit 5 starts operating, the form to be saved is determined in step 20. In addition to allocating the form data file 2 in which data is stored, a form attribute such as a storage term of the form data and an identification name of a format used in the form data is input, and a record for designating the format is created (step 21) ).
【0036】次に、ステップ22で書式ライブラリ3を
書式の識別名9を使用して検索し、該当書式の世代情報
12を求め、この世代情報12を書式等を指定するレコ
ードに付加する。Next, in step 22, the format library 3 is searched using the format identification name 9, the generation information 12 of the corresponding format is obtained, and this generation information 12 is added to a record specifying a format or the like.
【0037】次に、ステップ23で書式保存ファイル6
から書式の識別名9と世代情報12を使用して書式情報
19を検索する。この結果、ステップ24で該当書式が
ないと判断すると、該当書式情報を書式ライブラリ3か
ら書式保存ファイル4に複写し、書式保存ファイル6の
保存期限17には帳票データ8の保存期限10を設定す
る。Next, at step 23, the format storage file 6
, The format information 19 is searched using the format identifier 9 and the generation information 12. As a result, if it is determined in step 24 that there is no corresponding format, the corresponding format information is copied from the format library 3 to the format storage file 4, and the storage period 10 of the form data 8 is set as the storage period 17 of the format storage file 6. .
【0038】しかし、ステップ24で該当書式ありと判
断したときは、さらにステップ26で書式情報の保存期
限17と帳票データの保存期限10を比較し、帳票デー
タの保存期限10の方が後の場合、ステップ27で書式
情報の保存期限17を帳票データ8の保存期限10に変
更する。However, if it is determined in step 24 that there is a corresponding format, the storage period 17 of the format information is compared with the storage period 10 of the form data in step 26, and the storage period 10 of the form data is later. In step 27, the storage term 17 of the format information is changed to the storage term 10 of the form data 8.
【0039】この後、ステップ28で書式保存ファイル
6に世代情報や保存期限の情報が設定されたレコードを
出力し、ステップ29で帳票データを帳票データファイ
ル2より入力して格納する。Thereafter, at step 28, a record in which the generation information and the information of the storage term are set is output to the format storage file 6, and at step 29, the form data is inputted from the form data file 2 and stored.
【0040】この後、ステップ30で、入力した帳票デ
ータレコードが存在するとステップ21の書式指定有無
判断の後、ステップ22以降を再度実行する。Thereafter, in step 30, if the input form data record exists, after step 21 determines whether or not there is a format specification, step 22 and subsequent steps are executed again.
【0041】なお、ステップ21で書式指定がないと判
断したときは、ステップ28より再度実行する。また、
ステップ20で帳票データファイル2に格納してある全
帳票データレコードを処理したと判断すると、ステップ
31で帳票データファイル2の割当てを解除するととも
に、帳票保存ファイル4のインデクスに当該帳票に対す
るエントリを追加して処理を終了する。If it is determined in step 21 that there is no format specification, the process is executed again from step 28. Also,
If it is determined in step 20 that all the form data records stored in the form data file 2 have been processed, the assignment of the form data file 2 is canceled in step 31 and an entry for the form is added to the index of the form storage file 4. And terminate the processing.
【0042】図6は、帳票保存期限管理部7が実行する
保存期限管理の手順を示すフローチャートである。FIG. 6 is a flowchart showing the procedure of the storage term management executed by the form storage term management unit 7.
【0043】帳票保存期限管理部7は通常1日に1回起
動され、処理を開始すると、まず、ステップ32で帳票
保存ファイル4のインデクスの先頭エントリに位置付け
する。The form storage period management unit 7 is normally activated once a day, and when the processing is started, first, in step 32, the form storage file management unit 7 is positioned at the head entry of the index of the form storage file 4.
【0044】位置付けたエントリが存在すると、ステッ
プ33で当該帳票データの保存期限10が満了している
か否かを判断し、満了している時はステップ34で該当
帳票データ8を削除する。If the positioned entry exists, it is determined in step 33 whether or not the storage term 10 of the form data has expired, and if it has expired, the corresponding form data 8 is deleted in step 34.
【0045】次に、ステップ35で次のインデクスのエ
ントリに位置付け、ステップ36で位置付けたエントリ
が存在すると判断したとき、ステップ33からの処理を
繰り返す。Next, at step 35, the next index entry is positioned, and when it is determined at step 36 that the positioned entry exists, the processing from step 33 is repeated.
【0046】ステップ36で最後のインデクスのエント
リまで処理したと判断すると、ステップ37で書式保存
ファイル6のインデクスの先頭エントリに位置付けす
る。位置付けたエントリが存在すると、ステップ38で
当該書式情報の保存期限17が満了しているか否かを判
断し、満了しているとき、ステップ39で該当書式情報
を削除する。If it is determined in step 36 that the processing has been performed up to the entry of the last index, the process proceeds to step 37 to position the index in the format storage file 6 at the head entry. If the positioned entry exists, it is determined in step 38 whether or not the storage period 17 of the format information has expired, and if it has expired, the format information is deleted in step 39.
【0047】次に、ステップ40で次のインデクスのエ
ントリに位置付け、ステップ41で位置付けたエントリ
が存在すると判断したとき、ステップ38からの処理を
繰り返す。Next, in step 40, the next index entry is positioned. When it is determined in step 41 that the positioned entry exists, the processing from step 38 is repeated.
【0048】ステップ41で最後のインデクスのエント
リまで処理したと判断すると、処理を終了する。If it is determined in step 41 that the processing has been performed up to the entry of the last index, the processing is terminated.
【0049】本実施例では、帳票保存ファイル4の処理
の後、書式保存ファイル6の処理を行うように記述して
あるが、処理順が逆でも良いことは言うまでもない。ま
た、削除しようとした書式情報が最新世代の場合、保存
期限満了後でも一定期間を経過するまで削除しない方法
を取る場合には、ステップ38の保存期限満了判断処理
に最新世代か否か及び、さらに一定期間を経過している
か否かの判断を加えればよい。In this embodiment, the processing of the form storage file 6 is described after the processing of the form storage file 4, but it goes without saying that the processing order may be reversed. If the format information to be deleted is the latest generation, and if a method of not deleting until a fixed period has elapsed even after the expiration of the storage expiration is adopted, whether the storage expiration is determined to be the latest generation in the storage expiration determination processing in step 38, Further, a determination as to whether a predetermined period has elapsed may be added.
【0050】なお、本実施例では、業務帳票で作成する
帳票の属性や帳票データに含まれる書式の識別名に対応
して書式の世代情報を付加する方式で示しているが、書
式の識別名と書式の世代情報との対応を帳票データに含
めず独立して管理する方法でもよいことは言うまでもな
い。In this embodiment, the format generation information is added in correspondence with the attribute of the form created in the business form and the format identification name included in the form data. Needless to say, a method of independently managing the correspondence between the format information and the generation information of the format without including it in the form data may be used.
【0051】[0051]
【発明の効果】以上の説明から明らかなように、本発明
によれば、帳票データの保存の際に、帳票データで使用
する書式情報に世代情報と保存期限の情報とを付加して
書式保存ファイルに保存するようにしたため、帳票デー
タと書式情報の同期を確保したまま、同一書式の二重保
存を避け、帳票データと書式保存ファイルとの対応管理
を不要とすることができる。As is apparent from the above description, according to the present invention, at the time of saving form data, the format information used for the form data is added with the generation information and the storage term information to save the format. Since the data is stored in a file, double storage of the same format can be avoided while synchronizing the form data and the format information, and the correspondence management between the form data and the format storage file can be eliminated.
【0052】また、保存する書式情報の保存期限を帳票
の保存期限に対応したものとすることにより、保存の必
要のない書式情報の保存を避け、書式保存ファイルの容
量を最低限とすることが可能となる。By setting the storage period of the format information to be stored to correspond to the storage period of the form, it is possible to avoid storing the format information that does not need to be stored and to minimize the size of the format storage file. It becomes possible.
【図1】本発明の帳票の書式保存方法を適用した計算機
システムの一実施例を示す構成図である。FIG. 1 is a configuration diagram showing one embodiment of a computer system to which a form storage method of the present invention is applied.
【図2】帳票データファイルの構成図である。FIG. 2 is a configuration diagram of a form data file.
【図3】書式ライブラリの構成図である。FIG. 3 is a configuration diagram of a format library.
【図4】書式保存ファイルの構成図である。FIG. 4 is a configuration diagram of a format storage file.
【図5】書式保存手順を示すフローチャートである。FIG. 5 is a flowchart showing a format storage procedure.
【図6】帳票の保存期限管理処理手順を示すフローチャ
ートである。FIG. 6 is a flowchart showing a procedure for managing a form retention period;
1…帳票作成部、2…帳票データファイル、3…書式ラ
イブラリ、4…帳票保存ファイル、5…帳票保存部、6
…書式保存ファイル、7…帳票保存期限管理部、8…帳
票データ、9…書式の識別名、10…帳票の保存期限、
11…書式の識別名、12…書式の世代情報、14…書
式情報、15…書式の識別名、16…書式の世代情報、
17…書式の保存期限、19…書式情報。DESCRIPTION OF SYMBOLS 1 ... Form preparation part, 2 ... Form data file, 3 ... Format library, 4 ... Form storage file, 5 ... Form storage part, 6
... Form storage file, 7 ... Form storage term management unit, 8 ... Form data, 9 ... Form identification name, 10 ... Form storage term,
11 ... format identification name, 12 ... format generation information, 14 ... format information, 15 ... format identification name, 16 ... format generation information,
17: format storage term, 19: format information.
フロントページの続き (56)参考文献 特開 昭63−296169(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 19/00 G06F 17/40 (56) References JP-A-63-296169 (JP, A) (58) Fields investigated (Int. Cl. 7 , DB name) G06F 19/00 G06F 17/40
Claims (2)
合成して印刷する計算機システムにおいて、帳票の印刷
データを帳票保存ファイルに保存する際に、保存する帳
票で使用する書式情報と共に、帳票の印刷データを作成
した時点の世代情報および保存期限の情報を前記書式情
報に付加して書式保存ファイルに保存し、その保存に際
し、世代情報の一致する書式情報が既に書式保存ファイ
ルに格納されているかを判断し、保存されてない時に限
り、該当書式情報を書式保存ファイルに保存することを
特徴とする帳票の書式保存方法。In a computer system for synthesizing print data of a form and form information of the form and printing the form data, when the form print data is stored in a form storage file, the form information is used together with the format information used in the form to be stored. The generation information at the time of creating the print data and the information of the storage expiration date are added to the format information and saved in the format storage file, and at the time of the saving, the format information matching the generation information is already stored in the format storage file. A form storage method for determining whether or not the form information is stored in a form storage file only when the form information is not stored.
タの保存期間に対応して決定することを特徴とする請求
項1記載の帳票の書式保存方法。2. The form storage method according to claim 1, wherein the storage period information is determined in accordance with a storage period of the form print data.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6230847A JP3049192B2 (en) | 1994-09-27 | 1994-09-27 | How to save forms |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6230847A JP3049192B2 (en) | 1994-09-27 | 1994-09-27 | How to save forms |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH0896046A JPH0896046A (en) | 1996-04-12 |
JP3049192B2 true JP3049192B2 (en) | 2000-06-05 |
Family
ID=16914227
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP6230847A Expired - Lifetime JP3049192B2 (en) | 1994-09-27 | 1994-09-27 | How to save forms |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3049192B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4817968B2 (en) | 2006-05-30 | 2011-11-16 | キヤノン株式会社 | Form processing apparatus and method |
JP4790789B2 (en) * | 2008-12-26 | 2011-10-12 | 株式会社ワークスアプリケーションズ | Form management device, form management program, and form management method |
-
1994
- 1994-09-27 JP JP6230847A patent/JP3049192B2/en not_active Expired - Lifetime
Also Published As
Publication number | Publication date |
---|---|
JPH0896046A (en) | 1996-04-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7254593B2 (en) | System and method for tracking annotations of data sources | |
US20080256137A1 (en) | Method and system for data processing with data replication for the same | |
US20080005189A1 (en) | Computer readable recording medium having stored therein database synchronizing process program, and apparatus for and method of performing database synchronizing process | |
JP2001282593A (en) | Method and device of database-file cooperation | |
US7194486B2 (en) | Method and system for data processing with data replication for the same | |
JP2853608B2 (en) | File access control method of parallel processing system | |
JP3042600B2 (en) | Distributed file synchronization method | |
JP3049192B2 (en) | How to save forms | |
JP2003317078A (en) | Image managing method, program, and recording medium | |
JP2002318717A (en) | Database system | |
JP2830826B2 (en) | Distributed file synchronization system and method | |
JP3484440B2 (en) | Distributed database update method | |
JPH0394377A (en) | Map file updating system | |
JP2000155706A (en) | Method and device for mapping object-oriented and relational data base and its storage medium | |
JP2610972B2 (en) | Database data integrity method | |
JPH11102362A (en) | Composition system using computer network | |
JPS63298443A (en) | Data saving system | |
JP2002342137A (en) | Device and method for managing document and recording medium | |
JPH0749803A (en) | File management system and file deleting method | |
JP3027782B2 (en) | Database recovery method | |
JPH06332777A (en) | Transaction processing system | |
JP2003076593A (en) | Database management method and system | |
JPH11282738A (en) | Device and method for file management | |
JP2002268930A (en) | Device, method for modifying data base configuration and recording medium | |
JPS60217466A (en) | Electronic filing system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090324 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120324 Year of fee payment: 12 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140324 Year of fee payment: 14 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
EXPY | Cancellation because of completion of term |