JP2004110736A - Method, device, program of data processing and its recording medium - Google Patents

Method, device, program of data processing and its recording medium Download PDF

Info

Publication number
JP2004110736A
JP2004110736A JP2002275984A JP2002275984A JP2004110736A JP 2004110736 A JP2004110736 A JP 2004110736A JP 2002275984 A JP2002275984 A JP 2002275984A JP 2002275984 A JP2002275984 A JP 2002275984A JP 2004110736 A JP2004110736 A JP 2004110736A
Authority
JP
Japan
Prior art keywords
input
data
items
data processing
storage state
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.)
Granted
Application number
JP2002275984A
Other languages
Japanese (ja)
Other versions
JP4021291B2 (en
Inventor
Soichiro Iga
伊賀 聡一郎
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2002275984A priority Critical patent/JP4021291B2/en
Publication of JP2004110736A publication Critical patent/JP2004110736A/en
Application granted granted Critical
Publication of JP4021291B2 publication Critical patent/JP4021291B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a data processing method, a data processor, a data processing program and its recording medium for making reinput of data from the beginning unnecessary when the data processor is turned off in the midst of the data input process of an input form in order to perform another work, and installation of a temporary storage mechanism in a specific information terminal also unnecessary when a plurality of users edit pieces of the data in the same form. <P>SOLUTION: The data processor is used in distributed network environment and stores the input form for inputting one or more items in a storage means 40 of a server connected with a network. The data processor has; a storage state determination means 32 which discriminates the input states of one or more input items in the input form and determines the storage states according to the discriminated input state; and a data transmission means 36 which transmits the storage states determined by the storage state determination means and the data inputted in the input form to the storage means 40. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、データ処理方法、データ処理装置、データ処理プログラム及びその記録媒体に関し、特に、分散型ネットワーク環境で使用され、一つ以上の項目を入力するための入力フォームをネットワーク上に接続されたサーバの記憶手段に蓄積するデータ処理方法、データ処理装置、データ処理プログラム及びその記録媒体に関する。
【0002】
【従来の技術】
情報処理のためのアプリケーションソフトウェアやインターネットのブラウザでは、ユーザからの情報や命令を情報処理装置に対して入力する場合、データを入力するための入力フォームが頻繁に用いられる。ユーザはキーボードやマウスなどの入力装置を用いて入力フォームが備える項目入力欄に対して文字列や数値を入力する。項目を入力し終わると、ハードディスクなどの記録媒体や、ネットワーク上のデータベースソフトウェアなどの記憶手段に保存する。
【0003】
簡単な項目であれば、入力フォームが要求する項目を全て入力するのは容易であるが、項目数が多い場合や複雑な事項を要求するような項目の場合、入力項目数や入力画面数が増加し、入力途中で他の作業を行ったり、途中までの入力結果を保存することは容易でない。
【0004】
更に、分散型ネットワーク環境においては、入力フォームを保存すると、ネットワーク上の特定サーバのハードディスクやデータベースに登録されてしまうため、入力途中のままのデータが登録されてしまう可能性がある。
【0005】
分散型ネットワーク環境におけるデータ処理装置の問題は以下のようにまとめられる。第一に、ユーザがフォームに対してデータ入力を行っている場合に、データを一時的に保存する手段が提供されていないために、ユーザが他の作業を行うためにデータ処理を終了させた場合には、データを最初から再度入力する必要がある。
【0006】
第二に、分散型ネットワーク環境では、同一のフォームのデータを複数の情報端末あるいは複数のユーザが編集する可能性があり、一時保存の機構を特定の情報端末中に設けたとしても、データ再入力の作業支援の効果が十分に期待できない。
【0007】
上記の問題を改善するような従来技術としては、入力フォーム画面の記入途中の内容をフォームの既定値として保存しておき、保存したフォームのデータを読み出すことによって保存したときと同じ状態のフォーム画面に戻すデータ処理装置がある(例えば、特許文献1参照。)。
【0008】
また、入力手段から入力されたデータを一時的に記憶手段に蓄積していき、データ入力が最後まで行われずに中断した場合、入力再開にあたり前記記憶手段に蓄積されているデータからデータ入力の再開場所を確定するデータ入力システムがある(例えば、特許文献2参照。)。
【0009】
【特許文献1】
特開平10−222494号公報
【特許文献2】
特開2001−34395号公報。
【0010】
【発明が解決しようとする課題】
しかしながら、上記の従来技術においては、一時的な保存のための記憶手段と、データを最終的にデータを登録するための記憶手段との2つの記憶手段を常に必要とし、システムが複雑化してしまう。加えて、分散型ネットワーク環境においては、同一のデータを複数の情報端末から操作する可能性があり、各ユーザの特定の情報端末中の記憶手段にのみ一時保存してしまうと、他の情報端末から入力途中のフォームに対して入力を再開できなくなるという問題があった。
【0011】
更に、従来技術においては、ユーザは入力フォーム中の全ての項目を入力し終わるか、あるいは必須項目を入力し終わり、一時保存とは異なる手段で登録をしなければ最終的に利用可能なデータとして登録することができない。例えば、従来技術を分散型ネットワーク環境において適用しようとすると「一時保存」操作用と「登録」操作用の2つの操作命令形態を必要とすることになり、ユーザにとって操作が煩雑になってしまうという問題があった。これは、即ち従来技術では入力フォーム中で入力が必須な項目がユーザによって入力されたかどうかを判別する手段が備わっていないためである。
【0012】
本発明は、上記の点に鑑みなされたものであり、他の作業を行うために入力フォームのデータ入力途中でデータ処理装置を終了させた場合にデータを最初から再度入力する必要がなく、同一のフォームのデータを複数のユーザが編集する場合に一時保存の機構を特定の情報端末中に設ける必要がないデータ処理方法、データ処理装置、データ処理プログラム及びその記録媒体を提供することを目的とする。
【0013】
【課題を解決するための手段】
本発明は上記の目的を達成するために、請求項1に記載の発明は、分散型ネットワーク環境で使用され、一つ以上の項目を入力するための入力フォームをネットワークに接続されたサーバの記憶手段に蓄積するデータ処理装置において、前記入力フォーム中の一つ以上の入力項目の入力状態を判別して、判別した入力状態にしたがって記憶状態を決定する記憶状態決定手段と、前記記憶状態決定手段によって決定した記憶状態と、前記入力フォーム中に入力したデータとを前記記憶手段に送出するデータ送出手段を有する。
【0014】
また、請求項2に記載の発明は、分散型ネットワーク環境で使用され、一つ以上の項目を入力するための入力フォームをネットワークに接続されたサーバの記憶手段に蓄積するデータ処理装置において、前記入力フォーム中の必須入力項目が全て入力されている状態か否かを判別して、前記必須入力項目のいずれかが入力されていない状態と判別した場合には記憶状態を一時記憶状態とし、前記必須入力項目の全てが入力されている状態と判別した場合には記憶状態を登録状態として決定する記憶状態決定手段と、前記記憶状態決定手段によって決定した記憶状態と、前記入力フォーム中に入力したデータとを前記記憶手段に送出するデータ送出手段を有する。
【0015】
また、請求項8に記載の発明は、分散型ネットワーク環境で使用され、一つ以上の項目を入力するための入力フォームをネットワークに接続されたサーバの記憶手段に蓄積するデータ処理方法において、前記入力フォーム中の必須入力項目が全て入力されている状態か否かを判別して、前記必須入力項目のいずれかが入力されていない状態と判別した場合には記憶状態を一時記憶状態とし、前記必須入力項目の全てが入力されている状態と判別した場合には記憶状態を登録状態として決定し、決定した前記記憶状態と、前記入力フォーム中に入力したデータとを前記記憶手段に送出する。
【0016】
また、請求項9に記載の発明は、分散型ネットワーク環境で使用され、一つ以上の項目を入力するための入力フォームをネットワークに接続されたサーバの記憶手段に蓄積するためにコンピュータを、前記入力フォーム中の必須入力項目が全て入力されている状態か否かを判別して、前記必須入力項目のいずれかが入力されていない状態と判別した場合には記憶状態を一時記憶状態とし、前記必須入力項目の全てが入力されている状態と判別した場合には記憶状態を登録状態として決定する記憶状態決定手段、前記記憶状態決定手段によって決定した記憶状態と、前記入力フォーム中に入力したデータとを前記記憶手段に送出するデータ送出手段、として機能させる。
【0017】
また、請求項11に記載の発明は、分散型ネットワーク環境で使用され、一つ以上の項目を入力するための入力フォームをネットワークに接続されたサーバの記憶手段に蓄積するためにコンピュータを、前記入力フォーム中の必須入力項目が全て入力されている状態か否かを判別して、前記必須入力項目のいずれかが入力されていない状態と判別した場合には記憶状態を一時記憶状態とし、前記必須入力項目の全てが入力されている状態と判別した場合には記憶状態を登録状態として決定する記憶状態決定手段、前記記憶状態決定手段によって決定した記憶状態と、前記入力フォーム中に入力したデータとを前記記憶手段に送出するデータ送出手段、として機能させるためのデータ処理プログラムを記録している。
【0018】
本発明によれば、他の作業を行うためにデータ処理装置を終了させた場合にデータを記憶手段に一時的に保存することができるので、データを最初から再度入力する必要がない。また、同一のフォームのデータを複数のユーザが編集する場合に一時保存の機構を特定の情報端末中に設ける必要がなく、データ再入力の作業支援を行うことができる。
【発明の実施の形態】
以下、本発明の実施の形態について説明する。
【0019】
図1は、本発明に関わる分散型ネットワーク用のデータ処理装置を含むサーバやサーバに接続した記憶手段の主要部の構成を示すブロック図である。同図中、分散型ネットワーク用データ処理装置10とサーバ12とを通信ネットワーク14を介して接続してなるシステム構成を示している。ネットワーク14は主としてLAN(Local Area Network)やインターネットなどからなる。
【0020】
分散型ネットワーク用データ処理装置10は、入力装置20、表示装置22、入力制御ユニット24、データ処理ユニット26、画面制御ユニット28、ネットワーク制御ユニット30、記憶状態決定手段32、データ受信手段34、データ送出手段36から構成されている。
【0021】
入力装置20は、マウスやキーボードといったものから構成する。データ処理ユニット26はCPU、ROM,RAMなどから構成される。データ処理ユニット26中のCPUは、入力制御ユニット24を介しての入力装置20からの入力を常時監視し、ネットワーク制御ユニット30を介してのサーバ12とのデータの送受信を常時監視している。
【0022】
サーバ12からデータを受信した場合は、ネットワーク制御ユニット30はデータ受信手段34を介して受信データをデータ処理ユニット26に送る。サーバ12にデータを送出する場合は、記憶状態決定手段32によって処理を加えたデータはデータ送出手段36を介してネットワーク制御ユニット30に送られ、ネットワーク制御ユニット30がサーバ12に対して実際にデータを送出する。
【0023】
データ処理ユニット26内のROMにはCPUが実行するプログラムを格納している。RAMはCPUが各種処理を実行する際にワーキング領域として使用する。画面制御ユニット28はデータ処理ユニット26から受け取ったデータを画像処理して表示装置22に表示する。
【0024】
図2は、表示装置22に表示されるフォーム画面レイアウトの一実施例を示す。このフォーム画面は、会議室の予約を行うフォーム画面を示しており項目の例として「氏名」、「会議室名」、「会議日」、「開始時刻」、「終了時刻」、「参加者」、「備考」の各項目と、それに対するデータの入力欄が設けられている。更に、画面下部にはデータを保存するための「保存」ボタンが設けられている。
【0025】
上記項目には入力が必須であるものと、そうでないものがある。例えば、この例では、「氏名」、「会議室名」、「会議日」、「開始時刻」、「終了時刻」の項目は入力が必須なものであり、「参加者」、「備考」の項目は入力が必須でないものである。
【0026】
表示装置22のフォーム画面上では、例えば項目名の左端の「*」マークがあるものは入力が必須である状態を示す。ユーザはキーボードやマウスといった入力装置20を用いて各項目の入力欄に対して、文字や数値といったデータを入力する。ユーザが入力を完了したり、一時的に保存する場合には、保存ボタンを押すことで保存処理が実行され、本発明で提供する分散型ネットワーク用データ処理装置10の処理が行われる。
【0027】
図3は、本発明のメイン処理のフローチャートを示す。データ受信手段34はステップS10で、ネットワーク上に接続されたサーバ12からネットワーク制御ユニット30を介してデータを受信し、受信したデータはデータ処理ユニット26に送られる。データ処理ユニット26はデータを受信するとステップS12で、そのデータの内容にしたがって適宜画像処理を行い、表示装置22にフォーム画面として表示する。
【0028】
表示装置22のフォーム画面に対して、ユーザはステップS14で入力装置20を用いて項目を入力する。ユーザが必要な項目の入力を完了したり、あるいは途中までの項目を保存したりする場合にはステップS16で保存命令を入力する。ユーザが保存命令が入力すると、ステップS18でフォーム上の各項目が必須項目であるかを判別し、ステップS20で必須項目の判別状態に従って記憶状態を決定する。
【0029】
記憶状態を決定すると、データ送出手段36はステップS22でネットワーク制御ユニット30を介して、サーバ12に対してユーザがフォーム上に入力したデータと、記憶状態を示すデータを送出する。
【0030】
サーバ12はこのデータを受信すると、図1に示す記憶手段40に保存する。サーバ12の記憶手段40とは、例えばハードディスクなどの記憶媒体であったり、データベースソフトウェアである。
【0031】
図4は、記憶状態決定手段32が実行する処理のフローチャートを示す。説明を簡便にするため、フォームのデータを下記に示すようなC言語の構造体形式の表記にして説明する。

Figure 2004110736
サーバ12と分散型ネットワーク用データ処理装置10の間では、このようなデータ構造を介してデータをやりとりするものとする。データ構造中の要素について説明すると、「name」は個々の項目を識別するためのラベル文字列、「data」にはユーザから入力されるデータが保持される。
【0032】
また、「isNecessary」はこの項目が必須であるかどうかの真偽値を保持する。必須である場合には真(True)、そうでない場合には偽(False)が代入される。「haveDefault」では、初期値として何らかの既定値が「data」中に代入されているかどうかの真偽値を保持する。代入されている場合には真、そうでない場合には偽が代入される。
【0033】
「myForm」は、このような構造体の配列を示しており、「MAXNUMBER」はこの構造体配列の最大インデックス数である。「mstat」は必須項目入力状態の真偽値を保持するための変数である。
【0034】
図4において、処理を開始すると、ステップS30でフォームから入力する全ての項目数「max」を取得する。「max」とはこの場合、構造体配列「myForm」のインデックス数である「MAXNUMBER」を指す。次に、ステップS32でフォーム中の項目の中から入力が必須である項目数smaxを取得する。項目数smaxは「myForm」構造体配列中から「isNecessary」の値が真である項目数を数えることで取得することができる。
【0035】
次に、各必須項目が入力されているかどうかを判定する処理を行う。まず、ステップS34で入力が行われている必須項目の数をカウントするためのカウンタcountの値を0に初期化し、ステップS36で一時的な変数iを0に初期化する。
【0036】
次に、ステップS38でフォーム中のi番目の項目について、入力が必須である項目かどうか(isNecessary=True)を判定する。入力が必須である場合(Yesの場合)、ステップS40でi番目の項目である項目iに値が入力されているかどうかを判定する。項目iに値が入力されている場合(Yesの場合)、ステップS42でカウンタcountの値を1増やす。ステップS40の処理はデータ比較手段の一実施例であり、項目iに値が入力されているかどうかは、例えばフォームを受信した状態では空であった入力欄(data=’’’’)に文字列が代入されている場合には、入力があったと判定できる(data=’’ユーザからの入力’’)。
【0037】
次に、ステップS44で変数iがフォーム中の最大項目数maxに等しいかどうかを判定する。入力が必須でない場合と、入力が必須であっても項目iに値が入力されていない場合にもこの判定処理に移行する。
【0038】
変数iが最大項目数maxに等しくない場合には、ステップS46で変数iの値を一つ増やし、ステップS38に進んで、同様にして次の項目の探索を開始する。
【0039】
ステップS44で変数iが最大項目数maxに達した場合は、ステップS48でカウンタcountの値と必須入力項目数smaxの値が等しいかどうかを判定する。必須入力項目数smaxがカウンタcountに等しい、即ち、全ての必須入力項目に対して入力が行われたと判定した場合(Yesの場合)、ステップS50で必須項目入力状態を示すmstatを真(True)にセットし、そうでない場合にはステップS52でmstatに偽(False)をセットする。mstatは真偽値を保持するbool型のデータである。mstatに値がセットされると処理を終了する。
【0040】
図5は、データ送出手段36が実行する処理のフローチャートを示す。同図中、ステップS60でフォーム中に入力されたデータを取得し、ステップS62でmstatの値を取得する。フォーム中のデータとは前述したようなデータ構造を示しており、ユーザが入力した文字列は各項目のdataという要素に代入されている。そして、ステップS64で、上記フォーム中のデータとmstatの値をネットワーク制御ユニット30を介してサーバ12に対して送出し処理を終了する。
【0041】
次に、データ比較手段の他の実施例について説明する。図6は、表示装置22に表示されるフォーム画面レイアウトの他の実施例を示す。ここで、図2のフォーム画面と異なる点は、「開始時刻」と「終了時刻」それぞれに予め「00:00」という既定値が設定されていて、既定値の右横に配置されている上下のボタンを押すことでその数値が更新されるようになっている点である。上(△)のボタンを押すと数値が上昇し、下(▽)のボタンを押すと数値が下降する。このように既定値が予め代入されているような項目の場合は、単純に文字列が空の状態を判別するだけでは、ユーザが入力を行ったかどうかがわからない。
【0042】
図7は、入力が必須であり、かつ、既定値として予め何らかのデータが代入されている項目を含む場合の記憶状態決定手段32が実行する処理のフローチャートを示す。図7の処理の詳細については図4のものとほぼ同一なため、同一部分には同一符号を付して説明を省略し、ここでは処理の異なる部分についてのみ説明する。
【0043】
図7において、処理が開始すると、図4のものと異なる処理として、ステップS60で編集前の項目データを保持する。これはデータ処理ユニット26中のRAMのメモリバッファに保持することができる。
【0044】
次に、図4と同様にステップS30〜S36でフォームの最大数や必須項目数を取得し、所定の変数を初期化する。
【0045】
ステップS38で項目iが必須入力項目である場合、ステップS62で、その項目は既定値を持つかどうかを判定する。既定値とは、前述のデータ構造中のデータ受信時に予めdata要素に対して何らかの値が入っているため、「haveDefault」の値が真(True)かどうかで判定できる(haveDefault=Trueなら既定値を持つ)。
【0046】
既定値を持たない場合は、図4と同様にステップS40で項目iに値が入力されたかどうかを判定する。既定値を持つ場合には、ステップS64で編集前に保持しておいたデータと編集後の値とを比較して、値が異なった場合にはYes、そうでない場合にはNoと判定する。
【0047】
値が異なるとは例えば図6中の上下ボタンを操作して(00:00)であった値が(00:02)などに更新されている場合を指す。編集前と編集後の値が異なる場合には、図4と同じくステップS42でカウンタcountを1増やす処理を行い、編集前と編集後の値が変わらない場合には、ステップS48のi=maxかどうかの判定処理に移行する。
【0048】
このようにすることで、項目にデータが予め入っているものについても、必須入力項目がユーザによって入力されたかどうかを判定することができる。
【0049】
図8は、記憶状態決定手段32の決定する一時記憶状態と登録状態の2つの状態にしたがって、表示装置22に表示される表示情報を変更する実施例を説明するための図を示す。
【0050】
図8(A)の状態では、必須項目である「会議日」「開始時刻」「終了時刻」が未記入の状態である。この場合、サーバ12への保存を示すボタンのラベルは例えば「保存」として表示する。
【0051】
図8(B)の状態では、全ての必須項目が記入済みである。この場合、サーバ12への保存を示すボタンのラベルは例えば「登録」として表示する。本発明により、ユーザは必須項目に対して全て記入を行ったかどうかを表示装置22に表示されるボタンのラベルにより視覚的に把握することができる。
【0052】
上述した一連の処理は、ワールドワイドウエッブ(World Wide Web)のブラウザ上に表示させることができる。例えば前述したようなデータ構造を基にして、HTML(HyperText Markup Language)形式のフォームを出力するCGI(Common Gateway Interface)プログラムを介することで、上述のようなフォーム画面をブラウザ上に表示できる。
【0053】
HTMLの記述方法やCGIの説明については当業者には容易に推測のつくものであり、ここでは詳細な実施例は省略する。HTMLのFORMタグ、INPUTタグを利用することで、上述のようなフォーム画面を構成できる。例えば、部分的に記述例を挙げるとすると以下のようになる。
<FORM ACTION=’’http://www.hoho.jp/cgi−bin/post.cgi’’ METHOD=’’POST’’>
<INPUT NAME=’’name’’ SIZE=64 VALUE=’’’’>
<INPUT NAME=’’data’’ SIZE=128 VALUE=’’’’>
...
<INPUT TYPE=’’submit’’ VALUE=’’保存’’>
</FORM>
<INPUT TYPE=’’submit’’>で指定したタグに対応する部分はブラウザ上では保存用のボタンが表示され、ボタンを押すことで、ACTIONタグで指定したCGIのプログラムが起動され、ユーザの入力した項目がサーバ12に転送される。
【0054】
次に、上述した一連の処理を実行するプログラムをコンピュータにインストールして実行可能な状態とするために用いられる媒体について説明する。
【0055】
プログラムは例えば図9(A)に示すようにコンピュータ50に内蔵されている記録媒体としてのハードディスク52に、予めインストールした状態で提供できる。
【0056】
また、プログラムは図9(B)に示すように、記録媒体54に一時的あるいは永続的に格納し、コンピュータ56にユニットとして組み込んだり、あるいは着脱式の記録媒体として利用することで、パッケージソフトウェアとして提供できる。
【0057】
また、記録媒体としては、図9(C)に示すように、例えばフレキシブルディスク57、CD−ROM(Compact Disc Read Only Memory)58、MO(Magneto optical)ディスク59、DVD(Digital Versatile Disc)60、磁気ディスク61、半導体メモリ62などを利用できる。
【0058】
また、プログラムは図9(D)に示すように、ダウンロードサイト64から、LAN(Local Area Network)やインターネットといったネットワーク66を介して、有線または無線でコンピュータ68に転送し、そのコンピュータにおいて、内臓するハードディスクなどにダウンロードさせるようにすることができる。
【0059】
本発明によれば、以下のような効果を奏する。第1に、ユーザがフォーム画面に対してデータ入力を行っている場合に、データを一時的に保存することができるので、ユーザが他の作業を行うためにデータ処理装置を終了させた場合にも、データを最初から再度入力する必要がなくなる。
【0060】
第2に、分散型ネットワーク環境において、同一のフォームのデータを複数の情報端末あるいは複数のユーザが編集する場合に、記憶状態と入力フォーム中に入力したデータは記憶手段に記憶されるために、一時保存の機構を特定の情報端末中に設ける必要がなく、データ再入力の作業支援を行うことができる。
【0061】
【発明の効果】
上述の如く、本発明によれば、他の作業を行うためにデータ処理装置を終了させた場合にデータを記憶手段に一時的に保存することができるので、データを最初から再度入力する必要がない。また、同一のフォームのデータを複数のユーザが編集する場合に一時保存の機構を特定の情報端末中に設ける必要がなく、データ再入力の作業支援を行うことができる。
【図面の簡単な説明】
【図1】本発明に関わる分散型ネットワーク用のデータ処理装置を含むサーバやサーバに接続した記憶手段の主要部の構成を示すブロック図である。
【図2】フォーム画面レイアウトの一実施例を示す図である。
【図3】本発明のメイン処理のフローチャートである。
【図4】記憶状態決定手段が実行する処理のフローチャートである。
【図5】データ送出手段が実行する処理のフローチャートである。
【図6】フォーム画面レイアウトの他の実施例を示す図である。
【図7】入力が必須であり、かつ、既定値として予め何らかのデータが代入されている項目を含む場合の記憶状態決定手段が実行する処理のフローチャートである。
【図8】一時記憶状態と登録状態の2つの状態にしたがって表示情報を変更する実施例を説明するための図である。
【図9】プログラムをコンピュータにインストールして実行可能な状態とするために用いられる媒体について説明するための図である。
【符号の説明】
10 分散型ネットワーク用データ処理装置
12 サーバ
14 ネットワーク
20 入力装置
22 表示装置
24 入力制御ユニット
26 データ処理ユニット
28 画面制御ユニット
30 ネットワーク制御ユニット
32 記憶状態決定手段
34 データ受信手段
36 データ送出手段
40 記憶手段[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a data processing method, a data processing device, a data processing program, and a recording medium thereof, and more particularly to a data processing method, a data processing program, and a recording medium used in a distributed network environment in which an input form for inputting one or more items is connected to a network. The present invention relates to a data processing method, a data processing device, a data processing program, and a recording medium for storing data in a storage unit of a server.
[0002]
[Prior art]
In application software for information processing and a browser on the Internet, when inputting information or a command from a user to an information processing apparatus, an input form for inputting data is frequently used. The user inputs a character string or a numerical value to an item input field provided in the input form using an input device such as a keyboard or a mouse. After the items have been input, the data is stored in a storage medium such as a hard disk or a storage means such as database software on a network.
[0003]
For simple items, it is easy to enter all the items required by the input form.However, when the number of items is large or for items that require complex items, the number of input items and input screens However, it is not easy to perform other operations in the middle of the input or to save the input result in the middle.
[0004]
Further, in a distributed network environment, when an input form is saved, it is registered in a hard disk or a database of a specific server on the network, so that data that is being input may be registered.
[0005]
The problems of data processing devices in a distributed network environment can be summarized as follows. First, when a user is inputting data into a form, the means to temporarily save the data is not provided, and the user ends the data processing to perform other work. In such a case, it is necessary to re-enter the data from the beginning.
[0006]
Second, in a distributed network environment, there is a possibility that multiple information terminals or multiple users may edit the same form of data. The effects of input work support cannot be expected sufficiently.
[0007]
As a conventional technique that improves the above-mentioned problem, the contents of the input form screen which is being filled are stored as default values of the form, and the form screen in the same state as when the form screen was saved by reading out the data of the saved form. (For example, refer to Patent Document 1).
[0008]
Further, the data input from the input means is temporarily stored in the storage means, and when the data input is interrupted without being completed, the data input is resumed from the data stored in the storage means when the input is restarted. There is a data input system for determining a place (for example, see Patent Document 2).
[0009]
[Patent Document 1]
JP-A-10-222494
[Patent Document 2]
JP-A-2001-34395.
[0010]
[Problems to be solved by the invention]
However, in the above-described conventional technology, two storage units, a storage unit for temporarily storing data and a storage unit for finally registering data, are always required, and the system becomes complicated. . In addition, in a distributed network environment, there is a possibility that the same data may be operated from a plurality of information terminals, and if the data is temporarily stored only in a storage unit in a specific information terminal of each user, other information terminals may be operated. There was a problem that input could not be resumed for a form in the middle of input.
[0011]
Furthermore, in the prior art, the user has finished entering all the items in the input form, or has completed the required items, and as a finally usable data unless registered by means different from temporary storage. I cannot register. For example, if the conventional technology is applied in a distributed network environment, two operation command forms for a "temporary storage" operation and a "registration" operation are required, which makes the operation complicated for the user. There was a problem. This is because, in the prior art, there is no means for determining whether an item that must be input in the input form has been input by the user.
[0012]
The present invention has been made in view of the above points, and it is not necessary to re-input data from the beginning when the data processing device is terminated during data input of the input form to perform other work, and the same A data processing method, a data processing device, a data processing program, and a recording medium for providing a temporary storage mechanism in a specific information terminal when a plurality of users edit the data of the form. I do.
[0013]
[Means for Solving the Problems]
In order to achieve the above object, the present invention is used in a distributed network environment, and stores an input form for inputting one or more items in a server connected to the network. A data processing device for storing in the means, a storage state determining means for determining an input state of one or more input items in the input form, and determining a storage state according to the determined input state; And a data transmission unit for transmitting the storage state determined by the above and the data input in the input form to the storage unit.
[0014]
The invention according to claim 2 is a data processing apparatus used in a distributed network environment, wherein an input form for inputting one or more items is stored in a storage unit of a server connected to a network. It is determined whether or not all the required input items in the input form have been input.If it is determined that any of the required input items has not been input, the storage state is set to a temporary storage state, When it is determined that all of the required input items have been entered, the storage state is determined as the registered state, the storage state determining means, the storage state determined by the storage state determining means, and the input state is entered in the input form. Data transmitting means for transmitting data to the storage means.
[0015]
The invention according to claim 8 is a data processing method used in a distributed network environment, wherein an input form for inputting one or more items is stored in a storage means of a server connected to a network. It is determined whether or not all the required input items in the input form have been input.If it is determined that any of the required input items has not been input, the storage state is set to a temporary storage state, If it is determined that all the required input items have been entered, the storage state is determined as the registration state, and the determined storage state and the data input in the input form are sent to the storage means.
[0016]
The invention according to claim 9 is used in a distributed network environment, and stores a computer for storing an input form for inputting one or more items in a storage means of a server connected to a network. It is determined whether or not all the required input items in the input form have been input.If it is determined that any of the required input items has not been input, the storage state is set to a temporary storage state, Storage state determining means for determining the storage state as a registered state when it is determined that all of the essential input items have been input, the storage state determined by the storage state determination means, and data input in the input form Function as data transmission means for transmitting to the storage means.
[0017]
Further, the invention according to claim 11, which is used in a distributed network environment, stores a computer for storing an input form for inputting one or more items in a storage means of a server connected to a network. It is determined whether or not all the required input items in the input form have been input.If it is determined that any of the required input items has not been input, the storage state is set to a temporary storage state, Storage state determining means for determining the storage state as a registered state when it is determined that all of the essential input items have been input, the storage state determined by the storage state determination means, and data input in the input form And a data processing program for functioning as a data transmitting means for transmitting the data to the storage means.
[0018]
According to the present invention, data can be temporarily stored in the storage means when the data processing device is terminated to perform another operation, so that there is no need to input data again from the beginning. Further, when a plurality of users edit the same form data, there is no need to provide a temporary storage mechanism in a specific information terminal, and it is possible to support the work of re-inputting data.
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described.
[0019]
FIG. 1 is a block diagram showing a configuration of a main part of a server including a data processing device for a distributed network according to the present invention and storage means connected to the server. FIG. 1 shows a system configuration in which a distributed network data processing device 10 and a server 12 are connected via a communication network 14. The network 14 mainly includes a LAN (Local Area Network) and the Internet.
[0020]
The distributed network data processing device 10 includes an input device 20, a display device 22, an input control unit 24, a data processing unit 26, a screen control unit 28, a network control unit 30, a storage state determination unit 32, a data reception unit 34, The transmission means 36 is constituted.
[0021]
The input device 20 includes a mouse and a keyboard. The data processing unit 26 includes a CPU, a ROM, a RAM, and the like. The CPU in the data processing unit 26 constantly monitors the input from the input device 20 via the input control unit 24, and constantly monitors the transmission and reception of data with the server 12 via the network control unit 30.
[0022]
When data is received from the server 12, the network control unit 30 sends the received data to the data processing unit 26 via the data receiving means 34. When sending data to the server 12, the data processed by the storage state determining means 32 is sent to the network control unit 30 via the data sending means 36, and the network control unit 30 actually sends the data to the server 12. Is sent.
[0023]
The ROM in the data processing unit 26 stores a program to be executed by the CPU. The RAM is used as a working area when the CPU executes various processes. The screen control unit 28 performs image processing on the data received from the data processing unit 26 and displays the processed data on the display device 22.
[0024]
FIG. 2 shows an embodiment of a form screen layout displayed on the display device 22. This form screen shows a form screen for reserving a conference room. Examples of items are “name”, “meeting room name”, “meeting date”, “start time”, “end time”, “participant”. , “Remarks”, and data entry fields for the respective items. Further, a "save" button for saving data is provided at the bottom of the screen.
[0025]
Some of the above items are mandatory and some are not. For example, in this example, the items of “Name”, “Meeting room name”, “Meeting date”, “Start time”, and “End time” are required to be entered, and “Participant”, “Remarks” Items are not required to be entered.
[0026]
On the form screen of the display device 22, for example, those having an “*” mark at the left end of the item name indicate a state where input is required. The user uses the input device 20 such as a keyboard and a mouse to input data such as characters and numerical values into input fields of each item. When the user completes the input or saves temporarily, the save process is executed by pressing the save button, and the process of the distributed network data processing device 10 provided by the present invention is performed.
[0027]
FIG. 3 shows a flowchart of the main processing of the present invention. The data receiving means 34 receives data from the server 12 connected on the network via the network control unit 30 in step S10, and the received data is sent to the data processing unit 26. Upon receiving the data, the data processing unit 26 appropriately performs image processing in accordance with the content of the data in step S12, and displays the image on the display device 22 as a form screen.
[0028]
The user inputs items to the form screen of the display device 22 using the input device 20 in step S14. When the user completes the input of necessary items or saves a partial item, a save command is input in step S16. When the user inputs a save command, it is determined in step S18 whether each item on the form is a required item, and in step S20, the storage state is determined according to the determination state of the required item.
[0029]
When the storage state is determined, the data transmission unit 36 transmits the data input by the user on the form and the data indicating the storage state to the server 12 via the network control unit 30 in step S22.
[0030]
When the server 12 receives this data, it stores it in the storage means 40 shown in FIG. The storage unit 40 of the server 12 is, for example, a storage medium such as a hard disk or database software.
[0031]
FIG. 4 shows a flowchart of the processing executed by the storage state determining means 32. For the sake of simplicity, the description will be made in the case where the data of the form is expressed in a C language structure format as shown below.
Figure 2004110736
It is assumed that data is exchanged between the server 12 and the distributed network data processing device 10 via such a data structure. Describing the elements in the data structure, "name" holds a label character string for identifying each item, and "data" holds data input by the user.
[0032]
“IsNecessary” holds a boolean value indicating whether this item is mandatory. If it is essential, True is substituted; otherwise, False is substituted. “HaveDefault” holds a boolean value as to whether or not any predetermined value is substituted in “data” as an initial value. True if assigned, false otherwise.
[0033]
“MyForm” indicates an array of such a structure, and “MAXNUMBER” is the maximum index number of this structure array. “Mstat” is a variable for holding a boolean value of a required item input state.
[0034]
In FIG. 4, when the process is started, the number of items “max” to be input from the form in step S30 is acquired. In this case, “max” indicates “MAXNUMBER” which is the index number of the structure array “myForm”. Next, in step S32, the number of items smax that must be input is obtained from the items in the form. The number of items smax can be obtained by counting the number of items for which the value of “isNecessary” is true from the “myForm” structure array.
[0035]
Next, a process of determining whether or not each required item has been input is performed. First, in step S34, the value of a counter count for counting the number of required items that have been input is initialized to 0, and in step S36, a temporary variable i is initialized to 0.
[0036]
Next, in step S38, it is determined whether or not the i-th item in the form is an item that must be input (isNecessary = True). If the input is mandatory (Yes), it is determined in step S40 whether a value has been input for the i-th item i. When a value has been input to the item i (in the case of Yes), the value of the counter count is increased by 1 in step S42. The processing in step S40 is an embodiment of the data comparing means. Whether or not a value has been input to the item i is determined, for example, by inputting a character in the input field (data = '''') which was empty when the form was received. When a column is substituted, it can be determined that an input has been made (data = “input from user”).
[0037]
Next, in step S44, it is determined whether or not the variable i is equal to the maximum number of items max in the form. The process shifts to this determination processing also when the input is not essential and when no value is entered in the item i even if the input is essential.
[0038]
If the variable i is not equal to the maximum number of items max, the value of the variable i is incremented by one in step S46, and the process proceeds to step S38 to similarly start searching for the next item.
[0039]
If the variable i has reached the maximum item number max in step S44, it is determined in step S48 whether the value of the counter count is equal to the value of the required input item number smax. If it is determined that the number of required input items smax is equal to the counter count, that is, if it is determined that input has been performed for all the required input items (Yes), mstat indicating the required item input state is set to true (True) in step S50. Otherwise, in step S52, mstat is set to false. mstat is boolean data holding a boolean value. When the value is set in mstat, the process ends.
[0040]
FIG. 5 shows a flowchart of the processing executed by the data sending means 36. In the figure, in step S60, the data input in the form is obtained, and in step S62, the value of mstat is obtained. The data in the form indicates the data structure as described above, and the character string input by the user is assigned to the element “data” of each item. Then, in step S64, the data in the form and the value of mstat are transmitted to the server 12 via the network control unit 30, and the process is terminated.
[0041]
Next, another embodiment of the data comparing means will be described. FIG. 6 shows another embodiment of the form screen layout displayed on the display device 22. Here, the point different from the form screen of FIG. 2 is that a default value of “00:00” is set in advance for each of “start time” and “end time”, and the upper and lower positions arranged on the right side of the default value. The point is that the numerical value is updated by pressing the button. Pressing the upper (△) button increases the numerical value, and pressing the lower (▽) button decreases the numerical value. In the case of such an item in which the default value is substituted in advance as described above, it is not possible to determine whether or not the user has performed the input simply by determining the empty state of the character string.
[0042]
FIG. 7 shows a flowchart of a process executed by the storage state determination unit 32 when an input is required and an item in which some data is previously assigned as a default value is included. Since the details of the processing in FIG. 7 are almost the same as those in FIG. 4, the same parts are denoted by the same reference numerals and description thereof will be omitted, and only different parts will be described here.
[0043]
In FIG. 7, when the process is started, the item data before editing is held in step S60 as a process different from that of FIG. This can be stored in the memory buffer of the RAM in the data processing unit 26.
[0044]
Next, as in FIG. 4, the maximum number of forms and the number of required items are acquired in steps S30 to S36, and predetermined variables are initialized.
[0045]
If item i is a required input item in step S38, it is determined in step S62 whether the item has a default value. The default value is a value that has been entered in advance in the data element at the time of receiving data in the above-described data structure, so that it can be determined whether the value of “haveDefault” is true (True) (if haveDefault = True, the default value can be determined). have).
[0046]
If there is no default value, it is determined whether a value has been input to the item i in step S40 as in FIG. If there is a default value, the data held before the editing is compared with the value after the editing in step S64, and if the values are different, Yes is determined, and if not, No is determined.
[0047]
The difference between the values indicates, for example, a case where the value of (00:00) is updated to (00:02) or the like by operating the up and down buttons in FIG. When the value before and after the editing is different, the process of increasing the counter count by 1 is performed in step S42 as in FIG. 4, and when the value before and after the editing does not change, i = max in step S48. Then, the process proceeds to a determination process.
[0048]
By doing so, it is possible to determine whether or not a mandatory input item has been input by the user even for an item whose data has been entered in advance.
[0049]
FIG. 8 is a diagram for explaining an embodiment in which display information displayed on the display device 22 is changed according to two states, a temporary storage state and a registration state, determined by the storage state determination unit 32.
[0050]
In the state of FIG. 8A, the required items “meeting date”, “start time”, and “end time” are not entered. In this case, the label of the button indicating saving to the server 12 is displayed as, for example, "save".
[0051]
In the state of FIG. 8B, all the required items have been completed. In this case, the label of the button indicating storage in the server 12 is displayed as, for example, “register”. According to the present invention, the user can visually recognize whether or not all required items have been entered, by the label of the button displayed on the display device 22.
[0052]
The series of processes described above can be displayed on a browser of the World Wide Web. For example, the above-described form screen can be displayed on a browser via a CGI (Common Gateway Interface) program that outputs a form in HTML (HyperText Markup Language) format based on the data structure described above.
[0053]
The description method of HTML and the description of CGI can be easily guessed by those skilled in the art, and a detailed embodiment is omitted here. The form screen as described above can be configured by using the HTML FORM tag and the INPUT tag. For example, a partial description example is as follows.
<FORM ACTION = '' http: // www. hoho. jp / cgi-bin / post. cgi "METHOD =" POST ">
<INPUT NAME = ”name” SIZE = 64 VALUE = ””>
<INPUT NAME = ”data” SIZE = 128 VALUE = ””>
. . .
<INPUT TYPE = “submit” VALUE = “Save”>
</ FORM>
A button corresponding to the tag specified by <INPUT TYPE = “submit”> is displayed on the browser as a save button. By pressing the button, the CGI program specified by the ACTION tag is started, and the user is prompted to save. The input item is transferred to the server 12.
[0054]
Next, a description will be given of a medium used to install a program for executing the above-described series of processing in a computer to make it executable.
[0055]
The program can be provided in a state where it is installed in advance on a hard disk 52 as a recording medium built in the computer 50 as shown in FIG. 9A, for example.
[0056]
Further, as shown in FIG. 9B, the program is temporarily or permanently stored in a recording medium 54 and incorporated into the computer 56 as a unit, or is used as a detachable recording medium, so as to be packaged software. Can be provided.
[0057]
As the recording medium, as shown in FIG. 9C, for example, a flexible disk 57, a CD-ROM (Compact Disc Only Only Memory) 58, an MO (Magneto optical) disk 59, a DVD (Digital Versatile Disc) 60, A magnetic disk 61, a semiconductor memory 62 and the like can be used.
[0058]
Further, as shown in FIG. 9D, the program is transferred from a download site 64 to a computer 68 via a network 66 such as a LAN (Local Area Network) or the Internet by wire or wirelessly, and is incorporated in the computer. It can be made to be downloaded to a hard disk or the like.
[0059]
According to the present invention, the following effects can be obtained. First, when the user is performing data entry on the form screen, the data can be temporarily stored, so that when the user terminates the data processing device to perform other work, This eliminates the need to re-enter data from the beginning.
[0060]
Second, in a distributed network environment, when data of the same form is edited by a plurality of information terminals or a plurality of users, the storage state and the data input in the input form are stored in storage means. There is no need to provide a temporary storage mechanism in a specific information terminal, and it is possible to support the work of re-inputting data.
[0061]
【The invention's effect】
As described above, according to the present invention, data can be temporarily stored in the storage means when the data processing device is terminated for performing another operation, so that it is necessary to input data again from the beginning. Absent. Further, when a plurality of users edit the same form data, there is no need to provide a temporary storage mechanism in a specific information terminal, and it is possible to support the work of re-inputting data.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of a main part of a server including a data processing device for a distributed network according to the present invention and a storage unit connected to the server.
FIG. 2 is a diagram showing an embodiment of a form screen layout.
FIG. 3 is a flowchart of a main process of the present invention.
FIG. 4 is a flowchart of a process executed by a storage state determining unit.
FIG. 5 is a flowchart of a process executed by a data sending unit.
FIG. 6 is a diagram showing another embodiment of a form screen layout.
FIG. 7 is a flowchart of a process executed by a storage state determination unit when an input is required and an item in which some data is previously assigned as a default value is included;
FIG. 8 is a diagram for describing an embodiment in which display information is changed according to two states, a temporary storage state and a registration state.
FIG. 9 is a diagram for describing a medium used for installing a program in a computer to make it executable.
[Explanation of symbols]
10 Data processing device for distributed network
12 servers
14 Network
20 Input device
22 Display device
24 Input control unit
26 Data processing unit
28 Screen control unit
30 Network control unit
32 storage state determination means
34 Data receiving means
36 Data transmission means
40 storage means

Claims (11)

分散型ネットワーク環境で使用され、一つ以上の項目を入力するための入力フォームをネットワークに接続されたサーバの記憶手段に蓄積するデータ処理装置において、
前記入力フォーム中の一つ以上の入力項目の入力状態を判別して、判別した入力状態にしたがって記憶状態を決定する記憶状態決定手段と、
前記記憶状態決定手段によって決定した記憶状態と、前記入力フォーム中に入力したデータとを前記記憶手段に送出するデータ送出手段を
有することを特徴とするデータ処理装置。
In a data processing device used in a distributed network environment, an input form for inputting one or more items is stored in storage means of a server connected to the network.
Storage state determination means for determining an input state of one or more input items in the input form, and determining a storage state according to the determined input state;
A data processing apparatus comprising: a data transmission unit that transmits a storage state determined by the storage state determination unit and data input in the input form to the storage unit.
分散型ネットワーク環境で使用され、一つ以上の項目を入力するための入力フォームをネットワークに接続されたサーバの記憶手段に蓄積するデータ処理装置において、
前記入力フォーム中の必須入力項目が全て入力されている状態か否かを判別して、前記必須入力項目のいずれかが入力されていない状態と判別した場合には記憶状態を一時記憶状態とし、前記必須入力項目の全てが入力されている状態と判別した場合には記憶状態を登録状態として決定する記憶状態決定手段と、
前記記憶状態決定手段によって決定した記憶状態と、前記入力フォーム中に入力したデータとを前記記憶手段に送出するデータ送出手段を
有することを特徴とするデータ処理装置。
In a data processing device used in a distributed network environment, an input form for inputting one or more items is stored in storage means of a server connected to the network.
Determine whether or not all the required input items in the input form have been entered, and if it is determined that any of the required input items has not been entered, the storage state is temporarily stored, Storage state determination means for determining a storage state as a registered state when it is determined that all of the essential input items have been input;
A data processing apparatus comprising: a data transmission unit that transmits a storage state determined by the storage state determination unit and data input in the input form to the storage unit.
請求項2記載のデータ処理装置において、
前記記憶状態決定手段は、前記入力フォーム編集前と編集後における必須入力項目の状態を比較して入力の有無を判定するデータ比較手段を有することを特徴とするデータ処理装置。
The data processing device according to claim 2,
The data processing device according to claim 1, wherein the storage state determination unit includes a data comparison unit that compares the states of the required input items before and after editing the input form to determine whether there is an input.
請求項3記載のデータ処理装置において、
前記データ比較手段は、前記入力フォーム編集前の必須入力項目のデータを保持し、前記入力フォーム編集後の必須入力項目のデータを編集前のそれと比較する機能を有することを特徴とするデータ処理装置。
The data processing device according to claim 3,
A data processing unit having a function of holding data of the required input items before editing the input form and comparing data of the required input items after editing the input form with the data before editing. .
請求項3記載のデータ処理装置において、
前記データ比較手段は、前記入力フォーム編集後に編集後の必須入力項目のデータが空文字であるか否かを判別して入力の有無を判定することを特徴とするデータ処理装置。
The data processing device according to claim 3,
The data processing device according to claim 1, wherein the data comparison unit determines whether or not the data of the required input item after the editing of the input form is an empty character to determine whether or not there is an input.
請求項4記載のデータ処理装置において、
前記入力フォームの必須入力項目に、前記入力フォーム編集前の状態として既定値が設定されていることを特徴とするデータ処理装置。
The data processing device according to claim 4,
A data processing apparatus, wherein a default value is set in a required input item of the input form as a state before editing the input form.
請求項2記載のデータ処理装置において、
前記記憶状態決定手段は、前記記憶状態が一時記憶状態と前記登録状態とで、表示手段に標示する表示情報を変更することを特徴とするデータ処理装置。
The data processing device according to claim 2,
The data processing device according to claim 1, wherein the storage state determination unit changes display information to be displayed on a display unit depending on whether the storage state is the temporary storage state or the registration state.
分散型ネットワーク環境で使用され、一つ以上の項目を入力するための入力フォームをネットワークに接続されたサーバの記憶手段に蓄積するデータ処理方法において、
前記入力フォーム中の必須入力項目が全て入力されている状態か否かを判別して、前記必須入力項目のいずれかが入力されていない状態と判別した場合には記憶状態を一時記憶状態とし、前記必須入力項目の全てが入力されている状態と判別した場合には記憶状態を登録状態として決定し、
決定した前記記憶状態と、前記入力フォーム中に入力したデータとを前記記憶手段に送出することを特徴とするデータ処理方法。
In a data processing method used in a distributed network environment, an input form for inputting one or more items is stored in a storage means of a server connected to the network.
Determine whether or not all the required input items in the input form have been entered, and if it is determined that any of the required input items has not been entered, the storage state is temporarily stored, If it is determined that all the required input items have been input, the storage state is determined as the registration state,
A data processing method, wherein the determined storage state and data input in the input form are sent to the storage unit.
分散型ネットワーク環境で使用され、一つ以上の項目を入力するための入力フォームをネットワークに接続されたサーバの記憶手段に蓄積するためにコンピュータを、
前記入力フォーム中の必須入力項目が全て入力されている状態か否かを判別して、前記必須入力項目のいずれかが入力されていない状態と判別した場合には記憶状態を一時記憶状態とし、前記必須入力項目の全てが入力されている状態と判別した場合には記憶状態を登録状態として決定する記憶状態決定手段、
前記記憶状態決定手段によって決定した記憶状態と、前記入力フォーム中に入力したデータとを前記記憶手段に送出するデータ送出手段、
として機能させるためのデータ処理プログラム。
A computer used in a distributed network environment to store an input form for inputting one or more items in a storage means of a server connected to the network;
Determine whether or not all the required input items in the input form have been entered, and if it is determined that any of the required input items has not been entered, the storage state is temporarily stored, A storage state determination unit that determines the storage state as a registration state when it is determined that all of the essential input items have been input,
A data transmission unit that transmits the storage state determined by the storage state determination unit and the data input in the input form to the storage unit;
A data processing program to function as
請求項9記載のデータ処理プログラムは、ワールドワイドウエッブブラウザ上で動作すること特徴とするをデータ処理プログラム。10. The data processing program according to claim 9, wherein the data processing program operates on a world wide web browser. 分散型ネットワーク環境で使用され、一つ以上の項目を入力するための入力フォームをネットワークに接続されたサーバの記憶手段に蓄積するためにコンピュータを、
前記入力フォーム中の必須入力項目が全て入力されている状態か否かを判別して、前記必須入力項目のいずれかが入力されていない状態と判別した場合には記憶状態を一時記憶状態とし、前記必須入力項目の全てが入力されている状態と判別した場合には記憶状態を登録状態として決定する記憶状態決定手段、
前記記憶状態決定手段によって決定した記憶状態と、前記入力フォーム中に入力したデータとを前記記憶手段に送出するデータ送出手段、
として機能させるためのデータ処理プログラムを記録したコンピュータ読み取り可能な記録媒体。
A computer used in a distributed network environment to store an input form for inputting one or more items in a storage means of a server connected to the network;
Determine whether or not all the required input items in the input form have been entered, and if it is determined that any of the required input items has not been entered, the storage state is temporarily stored, A storage state determination unit that determines the storage state as a registration state when it is determined that all of the essential input items have been input,
A data transmission unit that transmits the storage state determined by the storage state determination unit and the data input in the input form to the storage unit;
A computer-readable recording medium in which a data processing program for functioning as a computer is recorded.
JP2002275984A 2002-09-20 2002-09-20 Data processing method and data processing apparatus Expired - Fee Related JP4021291B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002275984A JP4021291B2 (en) 2002-09-20 2002-09-20 Data processing method and data processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002275984A JP4021291B2 (en) 2002-09-20 2002-09-20 Data processing method and data processing apparatus

Publications (2)

Publication Number Publication Date
JP2004110736A true JP2004110736A (en) 2004-04-08
JP4021291B2 JP4021291B2 (en) 2007-12-12

Family

ID=32272011

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002275984A Expired - Fee Related JP4021291B2 (en) 2002-09-20 2002-09-20 Data processing method and data processing apparatus

Country Status (1)

Country Link
JP (1) JP4021291B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8078988B2 (en) 2005-08-31 2011-12-13 Ricoh Company, Ltd. Information display system, apparatus and method of displaying electronic information according to schedule information

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8078988B2 (en) 2005-08-31 2011-12-13 Ricoh Company, Ltd. Information display system, apparatus and method of displaying electronic information according to schedule information

Also Published As

Publication number Publication date
JP4021291B2 (en) 2007-12-12

Similar Documents

Publication Publication Date Title
JP3874071B2 (en) Network device management apparatus, program, information storage medium, and network device management method
US7707316B2 (en) Information processing apparatus and method
US20060101343A1 (en) Image forming apparatus, display screen customization method in image forming apparatus and display screen customization program
KR20190013154A (en) Server and method for supporting production of web site
JP2004287758A (en) Web application integration method/program/storage medium, and portal server
JP3006482B2 (en) Information retrieval apparatus and method
CN103220445A (en) Image processing apparatus that displays icon, method of controlling the same, image processing system, and storage medium
JP3933452B2 (en) Support method and support server for supporting acquisition of information
JP2004110736A (en) Method, device, program of data processing and its recording medium
JP2008226170A (en) Jump destination site determination program, recording medium, jump destination site determination method and jump destination site determination device
JP5076980B2 (en) Information processing program and information processing apparatus
JP2009289107A (en) Information processor
JP2004234380A (en) Table display switching method, text data conversion program, and tagging program
JP2000040115A (en) Firm banking service method
JP6552162B2 (en) Information processing apparatus, information processing method, and program
JP2011013994A (en) Information output device, information output system, information output method, and program
JP2001256100A (en) World wide web browser device and method for notifying update of world wide web
KR19990084142A (en) A control mcthod for antomatically changing the image of home page screen
JP2001249988A (en) Waiting information management system, waiting information management method, and medium recorded with waiting information management program
US7246126B2 (en) Communications system for retrieving instruction files from a server
JP2008021108A (en) Information processor, information processing method and information processing program
JPH11296608A (en) Information provision system used for municipally operated sport
JP2006172195A (en) Application program management device, control method for the same, and storage medium
JPH11312195A (en) Work aiding system
JPH11353379A (en) Work supporting system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050223

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070216

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070306

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070507

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070605

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20070828

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070926

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101005

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111005

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121005

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131005

Year of fee payment: 6

LAPS Cancellation because of no payment of annual fees