JPH1031668A - Meeting record managing device - Google Patents
Meeting record managing deviceInfo
- Publication number
- JPH1031668A JPH1031668A JP8189062A JP18906296A JPH1031668A JP H1031668 A JPH1031668 A JP H1031668A JP 8189062 A JP8189062 A JP 8189062A JP 18906296 A JP18906296 A JP 18906296A JP H1031668 A JPH1031668 A JP H1031668A
- Authority
- JP
- Japan
- Prior art keywords
- document
- document data
- database
- editing
- code
- 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
Links
Landscapes
- Document Processing Apparatus (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、表形式で情報を管
理するデータベース(RDB等)の、テキスト形式で文
書の作成・登録・管理を行う文書処理システムにおい
て、個々のセルの一部について権限の有無と内容の正し
さを判断し、データベースへの更新を制御するユーザ管
理方式に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a document processing system for creating, registering, and managing a document in a text format in a database (RDB, etc.) for managing information in a tabular format. The present invention relates to a user management method for judging the presence / absence and correctness of contents and controlling updating to a database.
【0002】[0002]
【従来の技術】従来、ユーザごとにファイルを割り当
て、ファイル単位で、その内容の正しさと権限の有無を
判断し、処理の実行を制御する方式は、特開平4-271466
号公報に記載されている。2. Description of the Related Art Conventionally, a method of allocating a file for each user, judging the correctness of the contents and the presence or absence of authority for each file, and controlling the execution of processing is disclosed in Japanese Patent Application Laid-Open No.
No., published in Japanese Unexamined Patent Publication No.
【0003】[0003]
【発明が解決しようとする課題】多数のレコードを扱う
データベースにおいて、それぞれのレコードに複数のユ
ーザが文書を作成・登録・変更を行う場合、第1の方法
として、ユーザごとに文書用のセルを割り当て権限の管
理をする方法が考えられる。しかしこの方法では、レコ
ードごとに使用するユーザ数が違う場合、あらかじめ使
用するユーザ数を見積もってデータベースにセルを作成
する必要がある。そして、ユーザ数が見積もり以上にな
った場合、データベースにセルを追加するという作業が
発生してしまう。また、文書用のセルが複数できるた
め、一例としてユーザの作成した文書を日付ごとに並べ
るなどの、文書として統一した管理をしたいような場合
には、別に管理用のシステムが必要である。In a database handling a large number of records, when a plurality of users create, register, or change a document in each record, as a first method, a document cell is created for each user. A method of managing the assignment authority can be considered. However, in this method, when the number of users to be used differs for each record, it is necessary to estimate the number of users to be used in advance and create a cell in the database. Then, when the number of users exceeds the estimate, an operation of adding a cell to the database occurs. In addition, since a plurality of document cells can be provided, a separate management system is required in a case where unified management of documents is desired, such as arranging documents created by the user by date, for example.
【0004】第2の方法として、ユーザが文書の作成・
登録・変更を行うセルを1つに統一し、そのセルの中で
権限のある部分とない部分の管理をする方法も考えられ
る。この方法では、セルに書き込むことのできる文字数
の最大値に達するまでは、ユーザ数に関りなく権限の管
理ができる。また、文書用のセルが一つになるため、文
書としても統一した管理が可能である。[0004] As a second method, a user creates a document.
It is also conceivable to unify the cells to be registered / changed into one and manage the authorized and non-authorized parts in the cell. In this method, authority can be managed regardless of the number of users until the maximum number of characters that can be written in the cell is reached. In addition, since there is only one cell for documents, uniform management is possible as documents.
【0005】従来の技術では、表形式で管理するRDB
のようなDBでは、文書データはセル単位でしか読み込
めないため、個々のセル単位でしか権限の有無と内容の
正しさを判断できない。そのため、前記第2の方法のよ
うにセルの中で権限のある部分とない部分の判定をした
い場合には、対応できないという問題があった。[0005] In the prior art, an RDB managed in a table format is used.
In such a DB, since the document data can be read only in units of cells, the presence or absence of authority and the correctness of the contents can be determined only in individual cells. Therefore, there is a problem that it is not possible to determine an authorized part and a non-authorized part in a cell as in the second method.
【0006】[0006]
【課題を解決するための手段】上記問題を解決するた
め、本発明では表形式で情報を管理するデータベース
(RDB等)の、テキスト形式で文書の作成・登録・管
理を行う文書処理システムにおいて、データベースの個
々のセルの文書データの構成を、1つ以上の権限情報を
含む符号と、文書本来のデータとする。そして文書編集
前にユーザにパスワードを入力させ、文書編集時は文書
の追加・削除・修正作業を行うごとに前記符号をパスワ
ードから生成して文書データに挿入し、文書編集後にパ
スワードと符号を比較することにより文書データを権限
のある部分とない部分に分け、権限のない部分について
は、その内容が正しいかを判定するために、その部分の
編集前の文書データと編集後のその部分の文書データが
一致するかを判定し、一致すれば内容が正しいとして文
書データをデータベースを更新するとした。According to the present invention, there is provided a document processing system for creating, registering, and managing a document in a text format in a database (RDB or the like) for managing information in a table format. The structure of the document data of each cell of the database is assumed to be a code including one or more pieces of authority information and original data of the document. Then, the user is required to input a password before editing the document, and when editing the document, the code is generated from the password and inserted into the document data each time the document is added, deleted, or corrected. After the document is edited, the password and the code are compared. The document data is divided into an authorized part and a non-authorized part, and for the unauthorized part, in order to determine whether the contents are correct, the document data before the editing of the part and the document of the part after the editing are determined. It is determined whether the data match, and if so, the content is correct and the document data is updated in the database.
【0007】[0007]
(実施例1)図1は、本実施例のシステム構成を示す図
である。(Embodiment 1) FIG. 1 is a diagram showing a system configuration of this embodiment.
【0008】10は、表形式で情報を管理するデータベ
ース(RDB等)であり、テキスト形式の文書データ1
1のセルを含んでいる。[0010] Reference numeral 10 denotes a database (RDB or the like) for managing information in a table format.
1 cell.
【0009】20はRAM等で構成される主メモリであ
り、入力されたID21、変更前の文書データを一時的
に保管する保管文書22、区切り文字A23、区切り文
字B24、比較A25、比較B26などが格納され、ま
た、文書編集等各種の作業領域を有している。Reference numeral 20 denotes a main memory constituted by a RAM or the like, which includes an input ID 21, a storage document 22 for temporarily storing document data before change, a delimiter A23, a delimiter B24, a comparison A25, a comparison B26, and the like. Is stored, and has various work areas such as document editing.
【0010】30は、コンソールであり、計算機へ入力
するための装置(例えばキーボード)と、計算機からの
応答を表示できる装置(例えばCRT)等を備えたもの
である。Reference numeral 30 denotes a console, which includes a device (for example, a keyboard) for inputting to a computer, a device (for example, a CRT) capable of displaying a response from the computer, and the like.
【0011】次に、本実施例のデータ構成について説明
する。Next, the data structure of this embodiment will be described.
【0012】図6は、1単位の文書データの例であり、
A,B,Cは各人のIDを含む開始文字であり、編集前
の文書データ、及び保管文書22の例とする。開始文字
は部分の開始を表す文字(例えば“*kaisi*”)とID
から構成され、終了文字は部分の終了を表す文字(例え
ば“*syuryou*”)から構成される。FIG. 6 shows an example of one unit of document data.
A, B, and C are start characters including the ID of each person, and are examples of the document data before editing and the archive document 22. The start character is the character that indicates the start of the part (for example, “* kaisi *”) and the ID
, And the end character is composed of a character (for example, “* syuryou *”) representing the end of the part.
【0013】図7〜図8は、変更等の編集作業後の文書
データの例であり、IDがAの文書作成者が作業をした
場合、図7は権限外の部分の修正、図8は文書データの
追加を表している。FIGS. 7 and 8 show examples of document data after an editing operation such as a change. When a document creator with an ID of A works, FIG. Represents the addition of document data.
【0014】次に、本実施例の処理の流れについて説明
する。Next, the flow of the processing of this embodiment will be described.
【0015】図3〜図5は、フローチャートである。FIGS. 3 to 5 are flowcharts.
【0016】始めに、ステップS31で、文書作成者
は、コンソール30を用いてIDを入力し、入力された
IDは、ID21に格納される。First, in step S31, the document creator inputs an ID using the console 30, and the input ID is stored in the ID 21.
【0017】次に、 S32で文書作成者が、文書デー
タ11をメモリの作業領域に読み込み、S33で、作業
領域の文書データをメモリの保管文書22にコピーす
る。保管文書22は、作業領域の文書データの編集作業
が終了し、後述のチェック処理が終了するまで、このま
ま保存される。Next, in step S32, the document creator reads the document data 11 into the work area of the memory, and in step S33, copies the document data in the work area to the stored document 22 in the memory. The stored document 22 is kept as it is until the editing work of the document data in the work area is completed and the check processing described later is completed.
【0018】S34で文書作成者は、コンソール30を
用いて文書を作成、編集する。In step S34, the document creator creates and edits a document using the console 30.
【0019】S35でチェック処理が行われる。このチ
ェック処理について、図4を用いて説明する。A check process is performed in S35. This check processing will be described with reference to FIG.
【0020】S3501からチェック処理が始まる。The check process starts from S3501.
【0021】S3502で、文書データの次の開始文字
を、区切り文字A23へ格納する。In step S3502, the next start character of the document data is stored in the delimiter character A23.
【0022】S3503で、ID21と、区切り文字A
23に含まれるIDを比較し、一致すればS3502へ
戻り、不一致ならばS3504へ進む。At S3503, ID 21 and delimiter A
The IDs included in 23 are compared. If they match, the process returns to S3502, and if they do not match, the process proceeds to S3504.
【0023】S3504で、開始文字の後から、次の終
了文字の前までの文書データを、比較A25へ格納す
る。In S3504, the document data from after the start character to before the next end character is stored in the comparison A25.
【0024】S3505で、保管文書の次の開始文字
を、区切り文字B24へ格納する。In step S3505, the next start character of the stored document is stored in the delimiter B24.
【0025】S3506で、ID21と、区切り文字B
24に含まれるIDを比較し、一致すればS3505へ
戻り、不一致ならばS3507へ進む。At S3506, ID 21 and delimiter B
The IDs included in 24 are compared. If they match, the process returns to S3505, and if they do not match, the process proceeds to S3507.
【0026】S3507で、開始文字の後から、次の終
了文字の前までの文書データを、比較B26へ格納す
る。In step S3507, the document data from after the start character to before the next end character is stored in the comparison B26.
【0027】S3508で、区切り文字A23と区切り
文字B24を比較し、一致すればS3509へ進み、不
一致ならばS3511へ進み、更新不可としてチェック
処理を終了する。In step S3508, the delimiter character A23 and the delimiter character B24 are compared. If they match, the process proceeds to S3509. If they do not match, the process proceeds to S3511.
【0028】S3509で、比較A25と比較B26を
比較し、一致すれば、更新可としてS3510へ進む。
不一致ならば、更新不可として、S3512でチェック
処理を終了する。In step S3509, the comparison A25 and the comparison B26 are compared. If they match, the process proceeds to step S3510 as renewable.
If they do not match, it is determined that updating is not possible, and the check processing ends in S3512.
【0029】S3510で、文書データの最後に達した
かを判定し、最後ならばS3512でチェック処理を終
了し、最後でないならばS3502へ戻り、チェック処
理を繰り返す。In step S3510, it is determined whether the end of the document data has been reached. If it is the last, the check processing ends in step S3512. If not, the processing returns to step S3502, and the check processing is repeated.
【0030】図7の例では、IDがAの文書作成者が作
業をした場合、区切り文字の含むIDがCの部分を修正
しており、権限外の部分の修正である。これは、S35
09で不一致となり、更新不可である。In the example shown in FIG. 7, when the document creator with the ID A works, the ID including the delimiter is corrected in the portion C, and the portion outside the authority is corrected. This is S35
At 09, they do not match and cannot be updated.
【0031】S35のチェック処理で更新可・不可の判
定がされ、S36で、更新可の場合、S37の更新処理
へ進み、更新不可の場合、S38でエラーメッセージを
表示し、メイン処理を終了する。In the check process of S35, it is determined whether the update is possible or not. If the update is possible in S36, the process proceeds to the update process in S37. If the update is not possible, an error message is displayed in S38 and the main process ends. .
【0032】S37で更新処理が行われる。この更新処
理について、図5を用いて説明する。An update process is performed in S37. This updating process will be described with reference to FIG.
【0033】S3701で、ID21より、開始文字を
作成する。In step S3701, a start character is created from ID21.
【0034】S3702で、開始文字を、文書データの
最後の終了文字の後ろに、終了文字を、文書データの最
後に付加する。これにより、図8のように文書データに
追加があったときに、適正なIDを含む開始文字、終了
文字が付加される。In step S3702, a start character is added after the last end character of the document data, and an end character is added at the end of the document data. As a result, when the document data is added as shown in FIG. 8, a start character and an end character including an appropriate ID are added.
【0035】S3703で、文書データを更新し、メイ
ン処理を終了する。In step S3703, the document data is updated, and the main processing ends.
【0036】(実施例2)本実施例は、追加・修正・削
除の編集作業を行うごとに、編集作業対象部分の前後
に、IDを含む開始文字と、終了文字を付加した場合、
権限のある部分以外では開始文字が2回続かないことか
ら、権限外の部分に編集作業が行われたかを判定するも
のである。(Embodiment 2) In this embodiment, a start character including an ID and an end character are added before and after a portion to be edited each time an edit operation of addition, correction and deletion is performed.
Since the start character does not continue twice except for the part having the authority, it is determined whether the editing operation has been performed on the part other than the authority.
【0037】図2は、本実施例のシステム構成を示す図
である。FIG. 2 is a diagram showing a system configuration of this embodiment.
【0038】10は、表形式で情報を管理するデータベ
ース(RDB等)であり、テキスト形式の文書データ1
1をのセルを含んでいる。Reference numeral 10 denotes a database (RDB or the like) for managing information in a table format.
One cell is included.
【0039】20はRAM等で構成される主メモリであ
り、入力されたID21、区切り文字A23などが格納
され、また、文書編集等各種の作業領域を有している。Reference numeral 20 denotes a main memory constituted by a RAM or the like, which stores an input ID 21, a delimiter A23, and the like, and has various work areas such as document editing.
【0040】30は、コンソールであり、計算機へ入力
するための装置(例えばキーボード)と、計算機からの
応答を表示できる装置(例えばCRT)等を備えたもの
である。Reference numeral 30 denotes a console, which includes a device (for example, a keyboard) for inputting to a computer, a device (for example, a CRT) capable of displaying a response from the computer, and the like.
【0041】次に、本実施例のデータ構成について説明
する。Next, the data structure of this embodiment will be described.
【0042】図13は、1単位の文書データの例であ
り、A,B,Cは各人のIDを含む開始文字であり、編
集前の文書データ、及び保管文書22の例とする。開始
文字は部分の開始を表す文字(例えば“*kaisi*”)と
IDから構成され、終了文字は部分の終了を表す文字
(例えば“*syuryou*”)から構成される。FIG. 13 is an example of one unit of document data. A, B, and C are start characters including the ID of each person, and are examples of the document data before editing and the archive document 22. The start character is composed of a character (eg, “* kaisi *”) indicating the start of the part and an ID, and the end character is composed of a character (eg, “* syuryou *”) indicating the end of the part.
【0043】図14〜図16は、変更等の編集作業後の
文書データの例であり、IDがAの文書作成者が作業を
した場合、図14は権限外の部分の修正、図15は権限
外の部分の削除、図16は文書データの追加を表してい
る。FIGS. 14 to 16 show examples of document data after editing work such as change. FIG. 14 shows a case where a document creator having an ID A works, and FIG. Deletion of a part other than the authority, and FIG. 16 shows addition of document data.
【0044】次に、本実施例の処理の流れについて説明
する。Next, the flow of processing in this embodiment will be described.
【0045】図9〜図12は、フローチャートである。FIGS. 9 to 12 are flowcharts.
【0046】始めに、ステップS91で、文書作成者
は、コンソール30を用いてIDを入力し、入力された
IDは、ID21に格納される。First, in step S91, the document creator inputs an ID using the console 30, and the input ID is stored in the ID 21.
【0047】次に、S92で文書作成者が、文書データ
11をメモリの作業領域に読み込む。Next, in step S92, the document creator reads the document data 11 into the work area of the memory.
【0048】S93で文書データの編集時処理が行われ
る。この処理について、図10を用いて説明する。At S93, a process at the time of editing the document data is performed. This processing will be described with reference to FIG.
【0049】S9301で、ID21から、開始を表す
文字(例えば“*kaisi*”)とID21から構成される
開始文字を作成する。In step S9301, a start character composed of a character indicating the start (for example, “* kaisi *”) and the ID 21 is created from the ID 21.
【0050】S9302で、ユーザが文書情報の追加・
修正・削除の編集作業を行ったとき、その前後に開始文
字と終了文字(例えば*syuryou*”)を、付加する。In step S9302, the user adds document information.
When an editing operation for correction / deletion is performed, a start character and an end character (for example, * syuryou * ”) are added before and after the editing operation.
【0051】S94でチェック処理が行われる。このチ
ェック処理について、図11を用いて説明する。At S94, a check process is performed. This check processing will be described with reference to FIG.
【0052】S9401より、文書データの最後、又は
更新不可の判定が出るまで、以下の処理を繰り返す。From S9401, the following processing is repeated until the end of the document data or until it is determined that updating is impossible.
【0053】まず、S9402で文書データの次の区切
り文字(開始文字か終了文字。以下同様)を、区切り文
字A23へ格納する。First, in S9402, the next delimiter character (start character or end character; the same applies hereinafter) of the document data is stored in the delimiter character A23.
【0054】S9403で、ID21と、区切り文字A
23に含まれるIDを比較し、一致すればS9404へ
進み、不一致ならばS9405へ進む。In S9403, ID 21 and delimiter A
The IDs included in 23 are compared, and if they match, the process proceeds to S9404, and if they do not match, the process proceeds to S9405.
【0055】S9404では、ネスト処理を行う。ネス
ト処理は、修正した部分を再度修正した場合など、開始
文字と終了文字が入れ子状態に配置された場合(図17
参照)の処理である。ネスト処理はについては、図12
を用いて説明する。In S9404, a nesting process is performed. The nesting process is performed when the start character and the end character are arranged in a nested state, such as when the corrected part is corrected again (FIG. 17).
Reference). The nesting process is described in FIG.
This will be described with reference to FIG.
【0056】図12では、開始文字と終了文字の数が一
致したときに入れ子状態が終了することから、一例とし
て変数「Ncnt」を用いて開始文字・終了文字の数の
判定し、「Ncnt=0」のときにネスト処理を終了し
ている。In FIG. 12, since the nesting state ends when the number of start characters matches the number of end characters, the number of start characters and end characters is determined using the variable “Ncnt” as an example. When it is "0", the nesting process has been completed.
【0057】S9404.1でNcntに“1”を設定
する。In step S9404.1, “1” is set to Ncnt.
【0058】S9404.3で区切り文字を区切り文字
A23へ格納し、S9404.4で区切り文字A23が
終了文字かを判定する。区切り文字が終了文字ならば、
Ncntから“1”を引きS9404.9へ進む。区切
り文字が開始文字ならば、S9404.6でID21
と、区切り文字A23に含まれるIDを比較し、一致す
ればNcntに“1”を足してS9404.9へ進み、
不一致ならば更新不可として、ネスト処理を終了する。In S9404.3, the delimiter is stored in the delimiter A23, and in S9404.4, it is determined whether the delimiter A23 is an end character. If the delimiter is a terminator,
“1” is subtracted from Ncnt, and the flow advances to S9404.9. If the delimiter is a start character, ID21 is determined in S9404.6.
And the ID included in the delimiter character A23, and if they match, add “1” to Ncnt and proceed to S9404.9.
If they do not match, it is determined that updating is not possible, and the nesting process ends.
【0059】S9404.9では、Ncntが“0”か
を判定し、“0”ならばネスト処理を終了し、“0”で
なければS9404.3へ戻ってネスト処理を繰り返
す。。In S9404.9, it is determined whether Ncnt is "0". If "Ncnt" is "0", the nesting process is terminated. If not, the process returns to S9404.3 and repeats the nesting process. .
【0060】S9409では、ネスト処理の結果が更新
不可かを判定し、更新不可ならチェック処理を終了し、
更新可ならS9402へ戻る。In S9409, it is determined whether or not the result of the nesting process cannot be updated. If the result cannot be updated, the checking process is terminated.
If updating is possible, the process returns to S9402.
【0061】S9405では、文書データの次の区切り
文字を、区切り文字A23へ格納する。In S9405, the next delimiter of the document data is stored in the delimiter A23.
【0062】S9406で、区切り文字A23が終了文
字であるかを判定し、開始文字ならばS9407へ進ん
で更新不可としてチェック処理を終了する。終了文字な
らばS9407へ進み、文書データの最後化を判定し
て、最後ならばチェック処理を終了し、最後でないなら
ばS9402へ戻ってチェック処理を繰り返す。In S9406, it is determined whether or not the delimiter character A23 is an end character. If it is a start character, the flow advances to S9407 to determine that updating is not possible and ends the check processing. If it is the end character, the flow advances to S9407 to determine the end of the document data. If it is the last, the check processing ends. If it is not the last, the flow returns to S9402 to repeat the check processing.
【0063】図14・15の例では、S9402とS9
405で開始文字が2回続いており、S9406で更新
不可となる。In the examples of FIGS. 14 and 15, S9402 and S9
The start character continues twice at 405 and cannot be updated at S9406.
【0064】[0064]
【発明の効果】以上説明したように、本発明によれば、
表形式で管理するデータベースのテキスト形式の文書情
報において、セルという単位にとらわれずに、セルの中
を複数の部分に分け、個々の部分に対してその部分の内
容が書換えられているか、書換える権限があるかどうか
を確認し、データベースの更新を制御することができ
る。これによって、セル単位に分けることが困難な文書
情報において、文書情報の部分ごとに、権限のないユー
ザによる書換えを判定し、データベースの更新を制御す
ることができるという効果がある。As described above, according to the present invention,
In textual document information of a database managed in a table format, the cell is divided into a plurality of parts, regardless of the unit of cell, and the contents of each part are rewritten for each part. You can check whether you are authorized and control database updates. As a result, in document information that is difficult to be divided into cells, it is possible to determine rewriting by an unauthorized user for each part of the document information and control updating of the database.
【図1】第1の実施例のシステム構成図である。FIG. 1 is a system configuration diagram of a first embodiment.
【図2】第2の実施例のシステム構成図である。FIG. 2 is a system configuration diagram of a second embodiment.
【図3】第1の実施例のメイン処理のフローチャートで
ある。FIG. 3 is a flowchart of a main process according to the first embodiment.
【図4】第1の実施例のチェック処理のフローチャート
である。FIG. 4 is a flowchart of a check process according to the first embodiment.
【図5】第1の実施例の更新処理のフローチャートであ
る。FIG. 5 is a flowchart of an update process according to the first embodiment.
【図6】図3の文書データの例を示す図である。FIG. 6 is a diagram showing an example of the document data of FIG. 3;
【図7】第1の実施例の権限外修正のデータ例を示す図
である。FIG. 7 is a diagram illustrating an example of data of an unauthorized modification according to the first embodiment;
【図8】第1の実施例の追加のデータ例を示す図であ
る。FIG. 8 is a diagram illustrating an example of additional data of the first embodiment.
【図9】第2の実施例のメイン処理のフローチャートで
ある。FIG. 9 is a flowchart of a main process according to the second embodiment.
【図10】第2の実施例の文書データの編集時処理のフ
ローチャートである。FIG. 10 is a flowchart of a process at the time of editing document data according to the second embodiment.
【図11】第2の実施例のチェック処理のフローチャー
トである。FIG. 11 is a flowchart of a check process according to the second embodiment.
【図12】第2の実施例のネスト処理のフローチャート
である。FIG. 12 is a flowchart of a nesting process according to the second embodiment.
【図13】第2の実施例の編集前の文書データの例を示
す図である。FIG. 13 is a diagram illustrating an example of document data before editing according to the second embodiment.
【図14】第2の実施例の権限外修正の例を示す図であ
る。FIG. 14 is a diagram illustrating an example of an unauthorized modification according to the second embodiment;
【図15】第2の実施例の権限外削除の例を示す図であ
る。FIG. 15 is a diagram illustrating an example of unauthorized deletion according to the second embodiment;
【図16】第2の実施例の追加の例を示す図である。FIG. 16 is a diagram showing an additional example of the second embodiment.
【図17】第2の実施例の修正の例を示す図である。FIG. 17 is a diagram illustrating an example of a modification of the second embodiment.
10…表形式で管理するデータベース、11…テキスト
形式の文書データ、20…主メモリ、
21…ID、22…保管文書(編集前の文書を保
管)、23…区切り文字A、24…区切り文字B、25
…比較A(文書情報に含まれている区切り文字を格納す
る)、26…比較B(同上)、 30…コ
ンソール。10: a database managed in a table format; 11: document data in a text format; 20: a main memory;
21: ID, 22: Archived document (stores the document before editing), 23: Delimiter A, 24 ... Delimiter B, 25
... Comparison A (stores delimiters contained in document information), 26. Comparison B (same as above), 30. Console.
Claims (2)
DB等)の、テキスト形式で文書の作成・登録・管理を
行う文書処理システムであって、データベースのセルか
ら文書データを取得するデータ取得手段と、編集前の文
書データを保管する保管手段と、パスワードを入力する
入力手段と、入力されたパスワードから符号を生成し文
書データの編集時に符号を挿入する編集手段と、編集さ
れた文書データを検索して符号を抽出する符号抽出手段
と、抽出された符号に含まれるパスワードと前記入力手
段により入力されたパスワードとを比較するパスワード
比較手段と、パスワード比較手段の結果に応じて処理を
制御する第1の制御手段と、前記編集手段により編集さ
れた文書データと、前期保管手段により保管された文書
データの所定の部分を比較する文書比較手段と、文書比
較手段の結果に応じて処理を制御する第2の制御手段
と、編集後の文書データをデータベースに書き込むデー
タベース更新手段、及びそれらを実現する手段の組合わ
せを設けたことを特徴とするユーザ管理装置。1. A database (R) for managing information in a table format.
A document processing system for creating, registering, and managing a document in a text format (DB, etc.), a data acquisition unit for acquiring document data from a cell of a database, a storage unit for storing document data before editing, Input means for inputting a password, editing means for generating a code from the input password and inserting the code when editing the document data, code extracting means for searching the edited document data and extracting the code, Password comparing means for comparing the password included in the code and the password input by the input means, first control means for controlling the processing according to the result of the password comparing means, and edited by the editing means. Document comparison means for comparing the document data with a predetermined portion of the document data stored by the storage means, and responding to the result of the document comparison means. A second control means for controlling the processing Te, database update means for writing the document data edited in the database, and the user management apparatus characterized in that a combination of means for realizing them.
し、前記文書データを編集権限ごとに分け、権限のない
部分に編集がされたかを判定し、権限のない部分に編集
がされなかった場合、データベースに前記文書データを
更新することを特徴とする、請求項1を制御するユーザ
管理装置。2. Acquiring document data from a cell of a database, classifying the document data for each editing authority, determining whether an unauthorized portion has been edited, and if the unauthorized portion has not been edited, 2. The user management device according to claim 1, wherein said document data is updated in a database.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8189062A JPH1031668A (en) | 1996-07-18 | 1996-07-18 | Meeting record managing device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8189062A JPH1031668A (en) | 1996-07-18 | 1996-07-18 | Meeting record managing device |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH1031668A true JPH1031668A (en) | 1998-02-03 |
Family
ID=16234664
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP8189062A Pending JPH1031668A (en) | 1996-07-18 | 1996-07-18 | Meeting record managing device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH1031668A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7716308B2 (en) | 2006-06-20 | 2010-05-11 | Ricoh Company, Ltd. | Server, client, and method of storing shared text data |
-
1996
- 1996-07-18 JP JP8189062A patent/JPH1031668A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7716308B2 (en) | 2006-06-20 | 2010-05-11 | Ricoh Company, Ltd. | Server, client, and method of storing shared text data |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5699524A (en) | System for transferring character information between two processing systems having different coding schemes by building a conversion table of corresponding character code addresses | |
CN112650766A (en) | Database data operation method, system and server | |
CN101675415B (en) | Program pattern analyzer, pattern appearance status information production method, pattern information generating device, and program | |
WO1995021529A1 (en) | Multilingual operation and maintenance interface for a telecommunication exchange | |
JPH1031668A (en) | Meeting record managing device | |
JPS62177654A (en) | Document producer | |
JPH0962247A (en) | Information processing device, method, and computer control device | |
JPH11250039A (en) | Editing supporting method using database and recording medium storing program for the same | |
CN115827040A (en) | Method and system for generating unique number for software service system | |
WO1990004227A1 (en) | Software manufacturing system | |
JP3150323B2 (en) | Document processing method and apparatus | |
JPH05120092A (en) | File deletion controlling method for file device | |
JP2000047859A (en) | Automatic program generator and mechanically readable recording medium recorded with program | |
JP2000231593A (en) | Method for outputting dump list for database | |
JPH04275626A (en) | General purpose form output device for decentralized processing | |
JPH05210681A (en) | Document correction backup system | |
JPH04271465A (en) | System for deciding document | |
JPH08202769A (en) | Document preparing device | |
JPH05257775A (en) | Data processor | |
JP2798777B2 (en) | Word processor | |
JP2959490B2 (en) | String addition method | |
JPH01245353A (en) | Section number forming system | |
JPH05241922A (en) | Data processor | |
JPH07295870A (en) | History management method for data base file | |
JP2003271384A (en) | Software specification managing method and software specification managing device and its program |