JPH04251320A - System for inputting user input information - Google Patents

System for inputting user input information

Info

Publication number
JPH04251320A
JPH04251320A JP3000873A JP87391A JPH04251320A JP H04251320 A JPH04251320 A JP H04251320A JP 3000873 A JP3000873 A JP 3000873A JP 87391 A JP87391 A JP 87391A JP H04251320 A JPH04251320 A JP H04251320A
Authority
JP
Japan
Prior art keywords
input information
input
information
user
information table
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP3000873A
Other languages
Japanese (ja)
Inventor
Makoto Saito
誠 齋藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Solution Innovators Ltd
Original Assignee
NEC Software Chubu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Software Chubu Ltd filed Critical NEC Software Chubu Ltd
Priority to JP3000873A priority Critical patent/JPH04251320A/en
Publication of JPH04251320A publication Critical patent/JPH04251320A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To make once inputted input information reusable, to reuse the information and to attain an efficient input work since the input of the whole sentence of the input information is not necessary by storing user input information into an input information table. CONSTITUTION:User input information is inputted in response to an input information request from a program 8 and, at the same time, the user input information is stored on an input information table 7. When the once inputted user input information is again inputted, the input information is retrieved and read out from the table 7 and inputted against the program 8.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、情報処理システムに情
報を入力する情報入力方式に関し、特に情報処理システ
ム上で動作するプログラムの要求に応じて利用者が情報
を入力する利用者入力情報入力方式に関する。
[Field of Industrial Application] The present invention relates to an information input method for inputting information into an information processing system, and in particular, a user input information input method in which a user inputs information in response to a request of a program running on an information processing system. Regarding the method.

【0002】0002

【従来の技術】従来、情報処理システム上で動作してい
るプログラムへ入力装置から情報を入力する時には、毎
回利用者に全文の入力を要求し、その情報をプログラム
へ入力していた。
2. Description of the Related Art Conventionally, when inputting information from an input device to a program running on an information processing system, a user is required to input the entire text each time, and the information is input into the program.

【0003】0003

【発明が解決しようとする課題】上述した従来の入力方
式は、入力装置から利用者が直接入力した情報しか入力
できなかった。そのため、利用者は似通った、或いは全
く同一の情報を入力する際にも、常にその入力情報の全
文を直接入力する必要があった。
[Problems to be Solved by the Invention] The conventional input methods described above can only input information directly input by the user from the input device. Therefore, even when users input similar or identical information, they always have to directly input the entire text of the input information.

【0004】本発明の目的は、一旦利用者が入力した情
報を入力情報テーブルに格納し、その入力情報テーブル
からの入力を入力装置から直接入力されたものと同等に
扱い、入力情報の再利用を可能とした情報、入力方式を
提供することにある。
[0004] An object of the present invention is to store information input by a user in an input information table, treat the input from the input information table as the same as that directly input from an input device, and reuse the input information. The goal is to provide information and input methods that make it possible.

【0005】[0005]

【課題を解決するための手段】本発明による利用者入力
情報入力方式においては、プログラムからの入力情報要
求に応じて、利用者入力情報を入力するとともに、その
利用者入力情報を入力情報テーブルに格納する。そして
以前入力した利用者入力情報と同じ入力情報を入力する
場合には、入力情報テーブルを検索して読み出し、プロ
グラムに対して入力する。
[Means for Solving the Problems] In the user input information input method according to the present invention, user input information is input in response to an input information request from a program, and the user input information is stored in an input information table. Store. When inputting the same input information as previously inputted user input information, the input information table is searched and read out, and the input information is input to the program.

【0006】[0006]

【実施例】次に、本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be explained with reference to the drawings.

【0007】図1は本発明の一実施例の構成を表す図、
図2は本実施例における動作を説明するフローチャート
、図3は入力情報テーブルの構成を表す図である。
FIG. 1 is a diagram showing the configuration of an embodiment of the present invention.
FIG. 2 is a flowchart explaining the operation in this embodiment, and FIG. 3 is a diagram showing the structure of an input information table.

【0008】本実施例は、利用者入力情報を入力するた
めのキーボード1と、入力情報を取得する入力情報取得
部2と、入力情報の内容により以後の処理を制御する入
力情報制御部3と、入力情報を入力情報テーブルに格納
する入力情報テーブル格納部4と、入力情報テーブルを
利用者の指示により更新する入力情報テーブル更新部5
と、入力情報テーブルを参照し入力情報を取り出す入力
情報テーブル参照部6と、入力情報テーブル7と、入力
情報を要求するプログラム8とから構成されている。
This embodiment includes a keyboard 1 for inputting user input information, an input information acquisition section 2 for acquiring input information, and an input information control section 3 for controlling subsequent processing according to the contents of the input information. , an input information table storage unit 4 that stores input information in an input information table, and an input information table update unit 5 that updates the input information table according to user instructions.
, an input information table reference section 6 that refers to the input information table and retrieves input information, an input information table 7, and a program 8 that requests input information.

【0009】次に、図2により本実施例の動作を説明す
る。
Next, the operation of this embodiment will be explained with reference to FIG.

【0010】まず、プログラム8より入力要求(ステッ
プ21)を受けた利用者は、キーボード1を操作して直
接入力情報の全文(コマンド,データ等)を入力する。 そして入力情報取得部2は、この入力情報を取得する(
ステップ22)。次に入力情報制御部3が、入力情報取
得部2から入力情報を受け取り、入力情報の内容を解析
する(ステップ23)。入力情報はプログラム8への情
報であるため、入力情報テーブル格納部4により、入力
情報テーブル7内に格納される(ステップ28)。その
後、入力情報はプログラム8へと入力される(ステップ
29)。
First, a user who receives an input request from the program 8 (step 21) operates the keyboard 1 to directly input the entire text of input information (commands, data, etc.). The input information acquisition unit 2 then acquires this input information (
Step 22). Next, the input information control unit 3 receives the input information from the input information acquisition unit 2 and analyzes the content of the input information (step 23). Since the input information is information for the program 8, it is stored in the input information table 7 by the input information table storage section 4 (step 28). The input information is then input into the program 8 (step 29).

【0011】次に利用者が、またプログラム8より入力
要求を受けた場合、前回と同じ内容の入力情報を入力す
る際には、キーボード1を操作して入力情報テーブルへ
の参照要求を入力する(例えば特殊キーの押下など)。 すると入力情報制御部3により入力情報が入力情報テー
ブル7に対する参照要求であることを判断し、入力情報
テーブル7内の既に入力されていた入力情報を端末のデ
ィスプレイ上に表示する(ステップ24)。利用者はキ
ーボード1の操作で、ディスプレイ上の入力情報の中か
ら、任意の情報を選択する。すると、選択した入力情報
は一旦ディスプレイ上に表示され、キーボード1による
修正が可能となる(ステップ25)。そして入力情報テ
ーブル格納部4により新しい入力情報として入力情報テ
ーブル7に格納され(ステップ28)、同時にプログラ
ム8へと入力される(ステップ29)。
Next, when the user receives an input request from the program 8 again and inputs the same input information as the previous time, he operates the keyboard 1 to input a reference request to the input information table. (e.g. pressing a special key). Then, the input information control unit 3 determines that the input information is a reference request to the input information table 7, and displays the input information that has already been input in the input information table 7 on the display of the terminal (step 24). The user operates the keyboard 1 to select arbitrary information from among the input information on the display. Then, the selected input information is temporarily displayed on the display and can be modified using the keyboard 1 (step 25). Then, the input information table storage unit 4 stores the new input information in the input information table 7 (step 28), and simultaneously inputs it to the program 8 (step 29).

【0012】利用者がプログラム8より入力要求を受け
ている時点で、現在の入力情報テーブル7の内容を更新
したい場合には、キーボード1を操作して入力情報テー
ブルへの更新要求を入力する(例えば特殊キーの押下な
ど)。すると入力情報制御部3により入力情報が入力情
報テーブル7に対する更新要求であることを判断し、入
力情報テーブル7内の既に入力されていた入力情報を端
末のディスプレイ上に表示する(ステップ26)。利用
者はキーボード1の操作で、ディスプレイ上の入力情報
を任意の内容に更新する(ステップ27)。その後、処
理はキーボード1からの再入力へと遷移する。
[0012] When the user receives an input request from the program 8, if he wishes to update the contents of the current input information table 7, he operates the keyboard 1 to input an update request to the input information table ( (for example, pressing a special key). Then, the input information control unit 3 determines that the input information is an update request for the input information table 7, and displays the input information that has already been input in the input information table 7 on the display of the terminal (step 26). The user updates the input information on the display to arbitrary content by operating the keyboard 1 (step 27). Thereafter, the process transitions to re-input from the keyboard 1.

【0013】したがって、同じ内容の入力情報を再入力
する場合は、入力情報テーブル7を参照することにより
、入力情報の全文をキーボード1から入力する事無く、
特殊キーと入力情報の選択操作で行えることになる。
[0013] Therefore, when re-entering input information with the same contents, by referring to the input information table 7, the entire input information can be input without inputting the entire text from the keyboard 1.
This can be done by using special keys and selecting input information.

【0014】次に図3により入力情報テーブル7の詳細
について説明する。
Next, details of the input information table 7 will be explained with reference to FIG.

【0015】入力情報テーブル7は、管理情報31,入
力情報の内容32、及び参照回数33により構成されて
いる。管理情報の番号は入力順であり、管理情報番号#
1の“EXEC…”が一番最初に入力された入力情報で
あり、現在#10の“RUN…”までが格納されている
。また入力情報テーブル7の大きさは任意であるが、仮
に10個の入力情報が格納できるとして説明する。
The input information table 7 is composed of management information 31, input information contents 32, and reference counts 33. Management information numbers are in the order of input, and management information number #
1 "EXEC..." is the first input information, and information up to #10 "RUN..." is currently stored. Furthermore, although the size of the input information table 7 is arbitrary, the description will be made assuming that it can store 10 pieces of input information.

【0016】まず、入力情報テーブル格納部4により、
入力情報を管理番号順に入力情報テーブル7に格納する
。もし入力情報テーブル7に空き領域が存在しない場合
は、参照回数が最も少なく最も古い入力情報である#2
の“1200”を削除して、新しい入力情報を格納する
。次に、入力情報テーブル参照部6によるディスプレイ
への表示は、入力情報テーブル7内の入力情報の内容を
、管理情報の番号順に表示する(ステップ24)。その
後、入力したい情報の選択を、該当する番号をキーボー
ド1の操作で選ぶことにより行う(ステップ25)。 例えば#5を選べば、“COPY  A,B”と入力し
たことになる。
First, the input information table storage unit 4
The input information is stored in the input information table 7 in order of management number. If there is no free space in the input information table 7, #2 is the oldest input information with the least number of references.
"1200" is deleted and new input information is stored. Next, the input information table reference section 6 displays the contents of the input information in the input information table 7 in numerical order of the management information (step 24). Thereafter, the user selects the information to be input by selecting the corresponding number by operating the keyboard 1 (step 25). For example, if you select #5, you are inputting "COPY A, B".

【0017】また、入力情報テーブル更新部5による入
力情報テーブルの更新では、入力情報テーブル7内の全
ての情報をディスプレイへ表示する(ステップ26)。 その後、更新したい情報の選択や修正をキーボード1の
操作により行う。例えば#8を選び、“RENAME 
 B,A”を“RENAME  B’,A’”とするこ
とが出来る(ステップ27)。また新しい入力情報が格
納されても、#2の“1200”を残したいときには、
#2を選び参照回数を1以上にすることにより可能とな
る。
Furthermore, when updating the input information table by the input information table updating section 5, all information in the input information table 7 is displayed on the display (step 26). Thereafter, the user operates the keyboard 1 to select and modify information to be updated. For example, select #8 and select “RENAME”.
B, A" can be changed to "RENAME B', A'" (step 27).Also, even if new input information is stored, if you want to leave "1200" in #2,
This is possible by selecting #2 and setting the number of references to 1 or more.

【0018】[0018]

【発明の効果】以上説明したように本発明は、利用者入
力情報を入力情報テーブルに格納することにより、一度
入力した入力情報を無駄にせず、再利用することができ
る。そのため、利用者が入力情報の全文を入力する必要
がないので、効率のよい入力作業ができるという効果が
ある。
As described above, according to the present invention, by storing user input information in an input information table, input information once input can be reused without wasting it. Therefore, the user does not have to input the entire text of the input information, which has the effect of allowing efficient input work.

【図面の簡単な説明】[Brief explanation of the drawing]

【図1】本発明の一実施例の構成を表す図である。FIG. 1 is a diagram showing the configuration of an embodiment of the present invention.

【図2】図1に示す実施例の動作を示すフローチャート
である。
FIG. 2 is a flowchart showing the operation of the embodiment shown in FIG. 1;

【図3】入力情報テーブル7の構造を示す図である。FIG. 3 is a diagram showing the structure of an input information table 7. FIG.

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

1    キーボード 2    入力情報取得部 3    入力情報制御部 4    入力情報テーブル格納部 5    入力情報テーブル更新部 6    入力情報テーブル参照部 7    入力情報テーブル 8    プログラム 1 Keyboard 2 Input information acquisition section 3 Input information control section 4 Input information table storage section 5 Input information table update section 6 Input information table reference section 7 Input information table 8 Program

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】  プログラムの要求に応じて利用者が入
力した情報を前記プログラムに入力するとともに入力情
報テーブルに格納し、利用者が指定した時は入力情報テ
ーブルに格納された情報を表示し、この表示した情報の
うち利用者が選択したものを前記プログラムに入力する
ことを特徴とする利用者入力情報入力方式。
1. Inputting information input by a user in response to a program request into the program and storing it in an input information table, and displaying the information stored in the input information table when specified by the user, A user input information input method characterized in that a user selects one of the displayed information and inputs it into the program.
【請求項2】  プログラムの要求に応じて利用者が入
力した情報を前記プログラムに入力するとともに入力情
報テーブルに格納し、利用者が指定した時は入力情報テ
ーブルに格納された情報を表示し、この表示した情報の
うち利用者が選択したものまたは前記表示した情報のう
ち利用者が選択して訂正したものを前記プログラムに入
力することを特徴とする利用者入力情報入力方式。
2. Inputting information input by a user in response to a program request into the program and storing it in an input information table, and displaying the information stored in the input information table when specified by the user; A user input information input method characterized in that information selected by the user out of the displayed information or information selected and corrected by the user out of the displayed information is input into the program.
【請求項3】  入力情報テーブルに格納された情報の
更新を利用者が要求できることを特徴とする請求項1ま
たは2記載の利用者入力情報入力方式。
3. The user input information input method according to claim 1, wherein the user can request an update of the information stored in the input information table.
JP3000873A 1991-01-09 1991-01-09 System for inputting user input information Pending JPH04251320A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3000873A JPH04251320A (en) 1991-01-09 1991-01-09 System for inputting user input information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3000873A JPH04251320A (en) 1991-01-09 1991-01-09 System for inputting user input information

Publications (1)

Publication Number Publication Date
JPH04251320A true JPH04251320A (en) 1992-09-07

Family

ID=11485791

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3000873A Pending JPH04251320A (en) 1991-01-09 1991-01-09 System for inputting user input information

Country Status (1)

Country Link
JP (1) JPH04251320A (en)

Similar Documents

Publication Publication Date Title
JPH04251320A (en) System for inputting user input information
JPH03184087A (en) Data processor
JPH0527888A (en) Input system of input information by user
JPH07219739A (en) Window management system for data analysis device
JPS6330923A (en) Menu displaying system
JPH02140866A (en) Facility control processor
JP2576371B2 (en) Jump signal name assignment method
JPS61265664A (en) Homonym selecting mechanism in word processor
JPH0756668A (en) Input controller
JPH04268958A (en) Document preparing device
JPH0322122A (en) Screen control system
JPH06162021A (en) Document preparing device and document preparation control method
JPS62284416A (en) Input information processor
JPH04264618A (en) Screen attribute control method
JPH0793319A (en) Document processor
JPH01314365A (en) Local screen file generating system
JPH06214986A (en) Document preparing device
JPH0695939A (en) Information processor
JPH02267671A (en) Retrieval display device for table format database
JPH0512286A (en) Operation guidance display device
JPH0764783A (en) Source code correcting method
JPH08263480A (en) Document preparing device and environment setting method for the same
JPH05346881A (en) File selecting/ deleting system
JP2001076073A (en) Data entry device
JPH03108017A (en) Guide information display system