JPH10105547A - Data input supporting method - Google Patents

Data input supporting method

Info

Publication number
JPH10105547A
JPH10105547A JP8253395A JP25339596A JPH10105547A JP H10105547 A JPH10105547 A JP H10105547A JP 8253395 A JP8253395 A JP 8253395A JP 25339596 A JP25339596 A JP 25339596A JP H10105547 A JPH10105547 A JP H10105547A
Authority
JP
Japan
Prior art keywords
data
input
application
program
attribute
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
JP8253395A
Other languages
Japanese (ja)
Inventor
Kazuhiro Okamoto
一弘 岡本
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.)
Hitachi Software Engineering Co Ltd
Original Assignee
Hitachi Software Engineering 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 Hitachi Software Engineering Co Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP8253395A priority Critical patent/JPH10105547A/en
Publication of JPH10105547A publication Critical patent/JPH10105547A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To construct an input supporting environment common for a lot of application programs(AP) by providing a general-purpose preprocessing program which enables input support to the AP to perform data inputting while grasping characters such as the format and items of data to be handled by that AP. SOLUTION: One part of data to be handled by the AP and attribute information are stored as application attribute data, and data inputted from an input device are worked and defined as the input to the AP by using these application attribute data for the preprocessing program. Besides, the preprocessing program is equipped with plural data input supporting styles including menu selection input, input data replenishment and default value setting and according to the data input supporting style selected by a user, data inputting is supported.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、アプリケーション
プログラムとそれに対する入力支援を行う前処理プログ
ラムで構成される情報処理システムにおけるデータ入力
支援方法に係り、特に、両プログラムが共通のプロセス
間通信のインタフェースを利用可能であるようなシステ
ムにおけるデータ入力支援方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data input support method in an information processing system comprising an application program and a pre-processing program for input support for the application program. The present invention relates to a data input support method in a system that can use the data input.

【0002】[0002]

【従来の技術】従来のデータ入力支援機能の中で前処理
プログラムとして独立しているものは、IME(Input M
ethod Editor)などと呼ばれる、日本語入力支援(かな
漢字変換)機能を提供するものを含めごく少数であり、
大部分のものはアプリケーションプログラムに組み込ま
れている。
2. Description of the Related Art Among conventional data input support functions, an independent one as a preprocessing program is an IME (Input M
ethod Editor), which provide a Japanese input support (Kana-Kanji conversion) function.
Most are built into application programs.

【0003】例えば、特開平2−278323号公報に
記載されたスプレッド・シートにおける入力支援方式に
よるシステムでは、入力文字列を補完する機能を提供し
ているが、その機能はシステムに組み込まれている。し
たがって、ここで実現している入力文字列の補完という
機能は一般的に利用可能なものであるにも関わらず、そ
の実現方式は、独立した形の装置あるいはプログラムと
して一般的に利用可能なものにはなっていない。
For example, a system using an input support method in a spread sheet described in Japanese Patent Application Laid-Open No. 2-278323 provides a function of complementing an input character string, and the function is incorporated in the system. . Therefore, although the function of input character string complementation implemented here is generally available, its implementation method is one that can be generally used as an independent device or program. Has not become.

【0004】[0004]

【発明が解決しようとする課題】上記のようなデータ入
力支援機能が独立した形で利用可能になりにくい原因の
一つとして、入力支援を行うためにはアプリケーション
プログラムが取扱うデータの形式や項目の性質を知らな
ければならないということがある。
One of the reasons that it is difficult for the above-described data input support function to be used in an independent form is that the data format and items handled by the application program in order to provide input support are difficult. Sometimes you need to know the nature.

【0005】例えば、図3のスプレッドシートのデータ
例について考えた場合、「出身学科」の項目のデータ入
力の際に、途中まで入力した文字列の補完を行おうとす
ると、「出身学科」の項目の文字列となり得る候補のリ
ストを持っていなければならない。すなわち、「情報」
と入力した場合に、その補完情報は「工学科」であるの
か「科学科」であるのかを候補リストとして予め備えて
おく必要がある。
For example, when considering the data example of the spreadsheet of FIG. 3, when data entry of the item "Home Department" is attempted to be completed halfway, the data of the item "Home Department" Must have a list of possible candidates for the string That is, "information"
, It is necessary to prepare in advance as a candidate list whether the supplementary information is “Engineering Department” or “Science Department”.

【0006】しかし、多数のアプリケーションプログラ
ムが取り扱うデータの項目は多種多様であるため、補完
すべき情報の候補リストを予め準備しておくことは極め
て面倒であり、汎用的でない。
However, since data items handled by many application programs are various, it is extremely troublesome to prepare in advance a candidate list of information to be complemented, and it is not versatile.

【0007】本発明の目的は、データ入力を行うアプリ
ケーションプログラムに対して、そのアプリケーション
プログラムが取扱うデータの形式や項目の性質を把握し
て入力支援を行える汎用的な前処理プログラムを実現
し、多数のアプリケーションプログラムに対して共通の
入力支援環境を構築することができる入力支援方法を提
供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to realize a general-purpose preprocessing program capable of grasping the format of data handled by the application program and the nature of the item and providing input support to the application program that performs data input. Another object of the present invention is to provide an input support method capable of constructing a common input support environment for application programs.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、アプリケーションプログラムが取り扱う
データの一部および属性情報をアプリケーション属性デ
ータとして格納しておき、このアプリケーション属性デ
ータを前処理プログラムで使用して入力装置からの入力
データを加工し、アプリケーションプログラムへの入力
とすることを特徴とする。
In order to achieve the above object, according to the present invention, a part of data handled by an application program and attribute information are stored as application attribute data, and the application attribute data is stored in a preprocessing program. In which the input data from the input device is processed and used as input to an application program.

【0009】また、前処理プログラムには、メニュー選
択入力、入力データ補完、デフォルト値の設定を含む複
数のデータ入力支援形式を具備させ、ユーザが選択した
データ入力支援形式に従ってデータ入力の支援を行うこ
とを特徴とする。
The preprocessing program includes a plurality of data input support formats including menu selection input, input data complement, and setting of default values, and supports data input according to the data input support format selected by the user. It is characterized by the following.

【0010】さらに、前処理プログラムと前記アプリケ
ーションプログラムは、それぞれ共通に利用可能なプロ
セス間通信のインタフェースを備え、ユーザが選択した
データ入力支援機能の実行に必要なアプリケーションデ
ータの属性データを、前処理プログラムとアプリケーシ
ョンプログラムとのプロセス間通信および入力装置から
入力されたデータの履歴取得を利用して獲得し、アプリ
ケーション属性データ格納装置に格納することを特徴と
する。
Further, the pre-processing program and the application program each have an inter-process communication interface that can be used in common, and pre-process the attribute data of the application data necessary for executing the data input support function selected by the user. It is characterized in that it is obtained by utilizing inter-process communication between a program and an application program and history acquisition of data input from an input device, and is stored in an application attribute data storage device.

【0011】[0011]

【発明の実施の形態】以下、図面を用いて本発明の実施
形態について説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0012】図1は、本発明のデータ入力支援方法を実
現する情報処理システムの実施形態を示すブロック図で
ある。
FIG. 1 is a block diagram showing an embodiment of an information processing system for realizing the data input support method of the present invention.

【0013】この実施形態の情報処理システムは、前処
理プログラム1、アプリケーションプログラム2、入力
・表示装置3、アプリケーションデータ属性格納装置
4、アプリケーションデータ格納装置5とを備えてい
る。
The information processing system of this embodiment includes a preprocessing program 1, an application program 2, an input / display device 3, an application data attribute storage device 4, and an application data storage device 5.

【0014】前処理プログラム1は、プロセス間通信処
理部11と入出力データ処理部12とから成り、アプリ
ケーションプログラム2はプロセス間通信インタフェー
ス部21とアプリケーション処理部22とから構成され
ている。
The pre-processing program 1 comprises an inter-process communication processing section 11 and an input / output data processing section 12, and the application program 2 comprises an inter-process communication interface section 21 and an application processing section 22.

【0015】前処理プログラム1は、入力・表示装置3
からアプリケーションプログラム2に対する入力データ
の受付および各種の指示の受付を行い、その入力データ
と指示とに基づき、アプリケーションプログラム2に渡
す入力データを入出力データ処理部12で生成した後、
アプリケーションプログラム2に直接送る。
The preprocessing program 1 includes an input / display device 3
Receives input data and various instructions from the application program 2 and generates input data to be passed to the application program 2 by the input / output data processing unit 12 based on the input data and the instructions.
Directly sent to application program 2.

【0016】アプリケーションプログラム2は、前処理
プログラム1から入力されたデータを従来のものと同様
に受け取った後、アプリケーション処理部22で処理す
る。
The application program 2 receives the data input from the preprocessing program 1 in the same manner as the conventional one, and then processes the data in the application processing unit 22.

【0017】前処理プログラム1の入力支援処理は、ア
プリケーションデータ属性格納装置4に格納された属性
データに基づき、アプリケーションデータの内容に合わ
せた入力支援を行う。
The input support process of the preprocessing program 1 performs input support in accordance with the contents of the application data based on the attribute data stored in the application data attribute storage device 4.

【0018】アプリケーションデータ属性格納装置4に
格納する属性データは、プロセス間通信処理部11によ
るプロセス間通信を通じてアプリケーションプログラム
2から得たデータおよび入力・表示装置3からの入力デ
ータの履歴に基づくものである。
The attribute data stored in the application data attribute storage device 4 is based on the data obtained from the application program 2 through the inter-process communication by the inter-process communication processing section 11 and the history of the input data from the input / display device 3. is there.

【0019】一方、アプリケーションプログラム2のプ
ロセス間通信インタフェース部21には、当該アプリケ
ーションプログラム2で利用可能なプロセス間通信のイ
ンタフェースに従って記述された「アプリケーションデ
ータ属性の提供を行うプログラム」が含まれている。
On the other hand, the inter-process communication interface section 21 of the application program 2 includes a “program for providing an application data attribute” described according to an inter-process communication interface usable in the application program 2. .

【0020】このプログラムは、例えばOLE対応(Obj
ect Linking and Embedding)のアプリケーションでO
LEインタフェースによるプロセス間通信処理のマクロ
として記述し、登録しておく方法が考えられる。
This program is, for example, OLE compatible (Obj
ect Linking and Embedding)
A method of describing and registering as a macro of the inter-process communication processing by the LE interface is conceivable.

【0021】図2は、前処理プログラム1のプロセス間
通信処理部11とアプリケーションプログラム2のプロ
セス間通信インタフェース部21の間でのプロセス間通
信の基本的な手順を示したシーケンス図である。
FIG. 2 is a sequence diagram showing a basic procedure of inter-process communication between the inter-process communication processing section 11 of the pre-processing program 1 and the inter-process communication interface section 21 of the application program 2.

【0022】このプロセッサ間通信では、前処理プログ
ラム1の側から「通信接続要求」を発行し(S20
1)、プロセス間通信インタフェース部21から「接続
確認」が返信されたならば(S202)、前処理プログ
ラム1は「データ形式」、「データ内容」をアプリケー
ションプログラム2に問い合わせ(S203,S20
5)、その問い合わせに対する回答(データ形式回答,
データ内容回答)が返信されてきたならば(S204,
S206)、プロセッサ間通信を終了すべく、「通信終
了要求」を発行し(S207)、アプリケーションプロ
グラム2からの「終了確認」通知が返信されたことによ
り、プロセッサ間通信を終了とする(S208)。
In this inter-processor communication, a "communication connection request" is issued from the preprocessing program 1 (S20).
1) If "connection confirmation" is returned from the inter-process communication interface unit 21 (S202), the preprocessing program 1 inquires of the application program 2 about "data format" and "data content" (S203, S20).
5), answer to the inquiry (data format answer,
If a data content answer is returned (S204,
(S206), a "communication end request" is issued to end the inter-processor communication (S207), and the "end confirmation" notification from the application program 2 is returned, thereby terminating the inter-processor communication (S208). .

【0023】なお、編集対象の切替え等が発生する場合
には、「データ形式問合せ」および「データ内容問合
せ」が必要に応じて複数回繰り返される。
When a change of the editing object occurs, the "data format inquiry" and the "data content inquiry" are repeated a plurality of times as necessary.

【0024】まず、本実施形態では、アプリケーション
プログラム2としてスプレッドシート型のデータを作成
するプログラムを想定し、また、そのアプリケーション
プログラムで作成するデータとして図3のシート形式の
ような名簿データを作成するものとする。
First, in the present embodiment, a program for creating spreadsheet-type data is assumed as the application program 2, and list data in a sheet format shown in FIG. 3 is created as data created by the application program. Shall be.

【0025】まず、アプリケーションデータ属性格納装
置4には、プロセス間通信および入力・表示装置3から
入力されたデータの履歴として得られたアプリケーショ
ンデータに関する性質を示す属性データが格納されてい
る。図4はその属性データ400の例を示す図であり、
例えば、氏名、出身学科、卒年度、電話番号から成る項
目名401の各項目に対して、入力データを補完するか
否か、デフォルト値を使用するか否か等の支援内容40
2と、候補データリスト404へのポインタ情報403
が格納されている。出身学科についての候補データリス
トは、例えば、図示のように、情報工学科、機械工学
科、電気工学科、情報科学科といったデータである。
First, the application data attribute storage device 4 stores attribute data indicating properties related to application data obtained as a history of inter-process communication and data input from the input / display device 3. FIG. 4 is a diagram showing an example of the attribute data 400.
For example, for each item of the item name 401 including the name, the department of origin, the graduation year, and the telephone number, the support contents 40 such as whether to supplement the input data, whether to use the default value, etc.
2 and pointer information 403 to the candidate data list 404
Is stored. The candidate data list for the home department is, for example, data such as the information engineering department, the mechanical engineering department, the electrical engineering department, and the information science department as illustrated.

【0026】一方、アプリケーションデータ格納装置5
には、アプリケーションプログラム2で作成・編集等を
行うデータとして図3の表形式のシート部分に表された
ようなデータが格納されている。例えば、氏名=山田光
一、出身学科=情報工学科、卒年度=1990年、電話番号
=03-7313-0254などの情報が格納されている。
On the other hand, the application data storage device 5
3 stores data as data to be created / edited by the application program 2 as shown in the tabular sheet portion of FIG. For example, information such as name = Koichi Yamada, home department = information engineering department, graduation year = 1990, telephone number = 03-7313-0254, and the like are stored.

【0027】本実施形態の入力支援方法では、複数の種
類の入力支援機能が利用可能に構成されている。入力支
援を実行させるに際しては、最初に支援内容を選択する
操作を行う。
In the input support method of the present embodiment, a plurality of types of input support functions can be used. When executing the input support, first, an operation of selecting the support content is performed.

【0028】図5は、支援内容を選択するための支援内
容選択画面501の例を示す図であり、図3に示したよ
うな各データ項目のそれぞれについて支援内容を選択す
る。
FIG. 5 is a diagram showing an example of a support content selection screen 501 for selecting the support content. The support content is selected for each data item as shown in FIG.

【0029】例えば、「電話番号」の欄にあるように、
(1)支援なし、(2)入力データ補完、(3)メニュ
ー選択、(4)デフォルト値(直前)、(5)デフォル
ト値(規定)の5種類の支援内容のうちいずれかを入力
・表示装置3に付属のマウス(図示せず)のカーソル5
02によって選択する。
For example, as shown in the "telephone number" column,
(1) No support, (2) Input data complement, (3) Menu selection, (4) Default value (immediately before), (5) Default value (prescribed) One of five types of support contents is input and displayed Cursor 5 of mouse (not shown) attached to device 3
Select by 02.

【0030】ここで、5種類の支援内容のうち「メニュ
ー選択」を選択した場合、図6のようなメニュー選択入
力画面601が入力・表示装置3の表示画面に表示され
る。そこで、メニュー選択入力画面601に表示された
リストの中から該当するデータをマウスカーソル502
によって選択する。
Here, when “menu selection” is selected from the five types of support contents, a menu selection input screen 601 as shown in FIG. 6 is displayed on the display screen of the input / display device 3. Therefore, the corresponding data from the list displayed on the menu selection input screen 601 is displayed with the mouse cursor 502.
Choose by.

【0031】なお、このメニュー選択入力画面601
は、リストに存在しないデータの入力が希に必要である
という場合に、入力フィールド602に直接入力できる
機能と組み合わせて使用することができる。
The menu selection input screen 601
Can be used in combination with a function that can be directly input to the input field 602 when it is necessary to input data that does not exist in the list.

【0032】また、「入力データ補完」は、図7(a)
の補完入力画面701に示すように、入力フィールド7
02に途中まで入力された文字列「情報」に対し、その
文字列で始まる文字列の候補を、(1)1個だけならば
図7(b)に示すように入力フィールド702にそのま
ま表示するか、(2)複数個ならば図7(b)に示すよ
うに入力フィールド702に(ユーザの指示に従って)
順次1個ずつ表示するか、図7(c)のように候補をま
とめて表示した後、入力フィールド702に表示された
補完文字列が所望の文字列であれば、「確定」ボタン7
03で確定するか、あるいは複数個の補完文字列候補の
1つを文字列候補番号(1,2など)で選択した後、
「確定」ボタン703で確定するものである。
The "input data complement" is shown in FIG.
Input field 7 as shown in the complementary input screen 701 of FIG.
With respect to the character string "information" partially input in 02, (1) if there is only one character string candidate, the character string candidate is directly displayed in the input field 702 as shown in FIG. 7B. Or (2) If there is more than one, as shown in FIG.
After displaying the candidates one by one or displaying the candidates collectively as shown in FIG. 7C, if the supplementary character string displayed in the input field 702 is a desired character string, the "OK" button 7
03, or after selecting one of a plurality of complementary character string candidates by a character string candidate number (1, 2, etc.),
This is determined by a “confirm” button 703.

【0033】なお、「補完」ボタン704は、入力フィ
ールド702に途中まで入力された文字列に対する補完
処理を実行させる場合に選択操作するためのものであ
る。
A "complement" button 704 is used to perform a selection operation when a complement process is performed on a character string partially entered in the input field 702.

【0034】また、「取消」ボタン705は、「確定」
ボタン703および「補完」ボタン704の選択操作を
取り消す時に用いるものである。
Further, a "cancel" button 705 is pressed
This button is used to cancel the selection operation of the button 703 and the “complement” button 704.

【0035】次に、デフォルト値(直前)およびデフォ
ルト値(規定)のうちデフォルト値(直前)は、その項
目で直前に入力された値やデータを入力フィールドに設
定しておくというものであり、デフォルト値(規定)は
入力が予想される特定の値やデータを入力フィールドに
設定しておくというものである。
Next, the default value (immediately before) of the default value (immediately before) and the default value (prescribed) is to set the value or data previously input in the item in the input field. The default value (specification) is to set a specific value or data expected to be input in the input field.

【0036】なお、ここに挙げた入力支援内容以外の機
能やそれらを組み合わせた機能の提供も考えられ、その
場合には前処理プログラム1への機能追加と支援選択画
面への支援項目追加が必要となることは言うまでもな
い。
It is also conceivable to provide functions other than the input support contents listed above or functions combining them. In such a case, it is necessary to add a function to the preprocessing program 1 and a support item to the support selection screen. Needless to say,

【0037】実際にスプレッドシートを対象とした入力
支援を行う場合の画面の表示方法は、図8(a)のよう
に、入力対象のセル801の近傍あるいは欄外に、入力
フィールド803を含む補完入力ウインドウ802を表
示する方法や、図8(b)のように、入力を行うセル8
01をそのまま入力フィールドとして利用し、その近傍
あるいは欄外に、入力フィールド803を含む補完入力
ウインドウ802を表示するという方法を採用すること
ができる。
As shown in FIG. 8A, a method of displaying a screen when actually performing input support for a spreadsheet is a complementary input including an input field 803 in the vicinity of a cell 801 to be input or in a margin. A method for displaying the window 802 and a cell 8 for inputting as shown in FIG.
01 can be used as an input field as it is, and a complementary input window 802 including an input field 803 is displayed near or outside the margin.

【0038】図9は、前処理プログラム1における入力
支援処理の内容を示すフローチャートである。
FIG. 9 is a flowchart showing the contents of the input support processing in the preprocessing program 1.

【0039】前処理プログラム1は、まず、プロセス間
通信処理部11からアプリケーションプログラム2のプ
ロセス間通信インタフェース部22との間のプロセス間
通信の接続を確立する(ステップ901)。続いて、そ
のプロセス間通信によってアプリケーションデータの形
式に関する問合せを行い、これを取得する(ステップ9
02)。例えば、図8に示したようなスプレッドシート
の名前と各欄の項目名を得る。
The pre-processing program 1 first establishes a connection for inter-process communication from the inter-process communication processing section 11 to the inter-process communication interface section 22 of the application program 2 (step 901). Subsequently, an inquiry about the format of the application data is made by the inter-process communication, and the inquiry is obtained (step 9).
02). For example, the name of the spreadsheet and the item name of each column as shown in FIG. 8 are obtained.

【0040】この場合、現在編集しようとしているアプ
リケーションデータについてアプリケーションデータの
属性が既に生成済みであるならば(ステップ903でY
ES)、アプリケーションデータ属性格納装置4からア
プリケーションデータの属性データを読み込む(ステッ
プ904)。
In this case, if the attribute of the application data of the application data to be edited is already generated (Y in step 903).
ES), the attribute data of the application data is read from the application data attribute storage device 4 (step 904).

【0041】一方、アプリケーションデータの属性が生
成済みでない場合は(ステップ903でNO)、図5に
示したような支援内容選択画面501を表示し、支援内
容の選択を受け付け(ステップ905)、プロセス間通
信によって支援内容に必要なアプリケーションデータの
内容に関する問合せを行い、これを取得する(ステップ
906)。例えば、図8のスプレッドシートのあるデー
タ列(例えば出身学科の列)のデータを取得して重複を
取り除き、これを候補データリスト404に登録する。
On the other hand, if the attribute of the application data has not been generated (NO in step 903), a support content selection screen 501 as shown in FIG. 5 is displayed and selection of support content is accepted (step 905). An inquiry about the contents of the application data necessary for the support contents is performed by inter-communication, and the inquiry is obtained (step 906). For example, the data of a certain data column (for example, the column of the department of origin) in the spreadsheet of FIG.

【0042】これ以降において、前処理プログラム1は
実際の入力支援処理に移る。
Thereafter, the preprocessing program 1 shifts to actual input support processing.

【0043】まず、入力および操作の指示を受け付け
(ステップ907)、その操作または指示がアプリケー
ションプログラム2の処理の終了指示であったならば
(ステップ908でYES)、指示をアプリケーション
プログラム2に送信し、アプリケーションデータ属性格
納装置4に今までに入力したデータの属性のデータを格
納させ(ステップ909)、前処理プログラム1の処理
を終了する。
First, input and operation instructions are received (step 907). If the operation or instruction is an instruction to end the processing of the application program 2 (YES in step 908), the instruction is transmitted to the application program 2. Then, the data of the attribute of the data input so far is stored in the application data attribute storage device 4 (step 909), and the processing of the preprocessing program 1 ends.

【0044】一方、アプリケーションプログラム2の処
理の終了指示ではなく(ステップ908でNO)、処理
対象とするデータ(ここでは、スプレッドシート)の変
更指示であったならば(ステップ910でYES)、そ
の変更指示をアプリケーションプログラム2に送信し、
アプリケーションデータ属性格納装置4に現在使用して
いる属性のデータを格納させ(ステップ911)、新た
なアプリケーションデータの形式に関する問合せ処理へ
戻り(ステップ902)、新たな処理対象とするアプリ
ケーションデータの属性を確保する。
On the other hand, if it is not an instruction to end the processing of the application program 2 (NO in step 908), but an instruction to change the data to be processed (here, a spreadsheet) (YES in step 910), Sends a change instruction to the application program 2,
The data of the attribute currently used is stored in the application data attribute storage device 4 (step 911), the process returns to the inquiry process regarding the new application data format (step 902), and the attribute of the application data to be newly processed is changed. Secure.

【0045】さらに、処理対象とするデータの変更指示
ではなく(ステップ910でNO)、その他のアプリケ
ーションプログラム2の操作の指示であったならば(ス
テップ912でYES)、そのデータをアプリケーショ
ンプログラム2に送信し(ステップ913)、入力の受
付処理に戻る(ステップ907)。
Further, if it is not an instruction to change the data to be processed (NO in step 910) but an instruction to operate another application program 2 (YES in step 912), the data is transmitted to the application program 2. It transmits (step 913), and returns to the input receiving process (step 907).

【0046】そして、アプリケーションプログラム2の
操作の指示ではなく(ステップ912でNO)、1つの
項目のデータの入力の終了であったならば(ステップ9
14でYES)、そのデータをアプリケーションプログ
ラム2に送信し、アプリケーションデータの属性を更新
(新しい入力データを候補データリスト404に追加)
して(ステップ915)、入力の受付処理に戻る(ステ
ップ907)。
Then, if it is not the instruction of the operation of the application program 2 (NO in step 912), and the input of the data of one item is completed (step 9)
14), sends that data to application program 2 and updates the attribute of the application data (adds new input data to candidate data list 404)
Then, the process returns to the input accepting process (step 907).

【0047】最後に、1つの項目のデータの入力の終了
でないならば(ステップ914でNO)、項目の入力途
中の文字の入力および前処理プログラム2における入力
支援処理に関する操作の指示であるとして、前処理プロ
グラム2で入力文字の受付あるいは指示された操作(例
えば、メニュー項目の選択や入力文字列の補完)を行い
(ステップ916)、次の入力の受付処理に戻る(ステ
ップ907)。
Finally, if the input of the data of one item has not been completed (NO in step 914), it is determined that the input is an instruction of an operation relating to input of characters in the middle of input of an item and input support processing in the preprocessing program 2. The pre-processing program 2 accepts input characters or performs an instructed operation (for example, selection of a menu item or complementation of an input character string) (step 916), and returns to the next input reception processing (step 907).

【0048】本実施形態では、プロセス間通信によって
得た候補データリスト404に対し、入力された新しい
データを随時追加しながら利用する方法を示したが、候
補となる入力データが既定されているような場合には、
あらかじめ候補データリスト404を与えた上で、それ
を固定的に利用する方法も考えられる。この場合、プロ
セス間通信によるアプリケーションデータの内容の取得
は不要となる。
In this embodiment, a method has been described in which new data that has been input is used while being added to the candidate data list 404 obtained by inter-process communication, as needed. If
A method is also conceivable in which the candidate data list 404 is given in advance and is used in a fixed manner. In this case, it is not necessary to obtain the contents of the application data by the inter-process communication.

【0049】前処理プログラム1のアプリケーションプ
ログラム2との間でのプロセス間通信によるアプリケー
ションデータの性質および内容等の情報を取得する点
と、この情報を利用した汎用的で複数の機能が選択・利
用可能な入力支援環境を提供する点が本実施形態の特徴
である。
Acquisition of information such as the nature and contents of application data by inter-process communication between the pre-processing program 1 and the application program 2 and selection and use of a plurality of general-purpose functions using this information The present embodiment is characterized in that a possible input support environment is provided.

【0050】ここで、前処理プログラム1の汎用的な利
用可能性を説明するために、上記の実施形態の前処理プ
ログラム1を別のアプリケーションプログラムに適用す
る場合について説明する。
Here, in order to explain the general availability of the preprocessing program 1, a case where the preprocessing program 1 of the above embodiment is applied to another application program will be described.

【0051】例えば、上記の実施形態のスプレッドシー
ト型のデータを作成するプログラムの代わりに、図10
のような発注データ入力画面1010から製品の発注デ
ータを入力するエントリシステムをアプリケーションプ
ログラム2とする場合を考える。この場合のアプリケー
ションプログラム2は、上記実施形態におけるアプリケ
ーションプログラム2と同じプロセス間通信のプロトコ
ルをサポートしていることと、それに基づくアプリケー
ションデータに関する問合せに応答するためのプログラ
ム(マクロ等)が登録可能なことが前提となる。
For example, instead of the program for creating spreadsheet type data of the above embodiment, FIG.
It is assumed that an entry system for inputting product order data from the order data input screen 1010 as described above is the application program 2. In this case, the application program 2 supports the same interprocess communication protocol as the application program 2 in the above-described embodiment, and a program (macro or the like) for responding to an inquiry about application data based on the protocol can be registered. It is assumed that

【0052】このエントリシステムにおいて、アプリケ
ーションデータ格納装置5に格納される発注データ11
01は、図11の例に示すように、品コード、品名、数
量、発注日、納入日、備考などの項目から成るものであ
る。そして、この発注データ1101からプロセス間通
信とユーザの設定に基づいて作成され、かつアプリケー
ションデータ属性格納装置4に格納される属性データ1
201は、図12の例のようなものである。
In this entry system, the order data 11 stored in the application data storage 5
01, as shown in the example of FIG. 11, includes items such as a product code, a product name, a quantity, an order date, a delivery date, and remarks. The attribute data 1 created from the order data 1101 based on the inter-process communication and the user's settings and stored in the application data attribute storage device 4.
201 is like the example of FIG.

【0053】図12の例では、品コードの候補データと
して、A103,A105等の複数のデータが品コード
の候補データリスト1202に登録され、また品名の候
補データとして、モデムカード,LANカード等の複数
のデータが品名の候補データリスト1203に登録され
る。
In the example of FIG. 12, a plurality of data such as A103 and A105 are registered in the product code candidate data list 1202 as product code candidate data, and as a product name candidate data, such as a modem card, a LAN card, etc. A plurality of data are registered in the product name candidate data list 1203.

【0054】このようなアプリケーションデータの属性
データ1201を得ることができれば、スプレッドシー
ト作成プログラムの場合と同様に前処理プログラム1に
よる入力支援機能を利用することができる。
If the attribute data 1201 of such application data can be obtained, the input support function of the preprocessing program 1 can be used as in the case of the spreadsheet creation program.

【0055】以上のように、本実施形態によれば、前処
理プログラム1とアプリケーションプログラム2との間
でのプロセス間通信によるアプリケーションデータの性
質および内容等の属性情報を取得してアプリケーション
データ属性格納装置4に格納しておき、このアプリケー
ションデータ属性格納装置4に格納された属性情報を使
用して入力データに対する入力支援を行うようにしてい
るため、取り扱うデータの項目は多種多様である多数の
アプリケーションプログラムに対し、汎用的な前処理プ
ログラムを実現し、多数のアプリケーションプログラム
に対して共通の入力支援環境を構築することができる。
As described above, according to the present embodiment, attribute information such as the nature and contents of application data obtained by inter-process communication between the preprocessing program 1 and the application program 2 is acquired, and the application data attribute storage is performed. Since the input data is stored in the device 4 and input support for the input data is performed using the attribute information stored in the application data attribute storage device 4, a large number of applications that handle a wide variety of data items are provided. A general-purpose preprocessing program can be realized for a program, and a common input support environment can be constructed for many application programs.

【0056】また、アプリケーションデータ属性格納装
置4に格納された属性情報を使用した支援形式を複数形
式の中から選択可能であるため、汎用性に優れ、かつ個
々のユーザに適切な支援形式でデータ入力の支援を行う
ことができる。
Further, since a support format using the attribute information stored in the application data attribute storage device 4 can be selected from a plurality of formats, the data format is excellent in versatility and suitable for each user. Can provide input assistance.

【0057】また、入力データの履歴を取得し、それを
組み合わせて利用することによってプロセス間通信量が
減少し、さらに効率的にデータ入力の支援を行うことが
できる。
Further, by acquiring the history of the input data and using it in combination, the inter-process communication amount is reduced, and the data input can be supported more efficiently.

【0058】本発明の目的は、データ入力を行うアプリ
ケーションプログラムに対して、そのアプリケーション
プログラムが取扱うデータの形式や項目の性質を把握し
て入力支援を行える汎用的な前処理プログラムを実現
し、多数のアプリケーションプログラムに対して共通の
入力支援環境を構築することができる。
An object of the present invention is to realize a general-purpose preprocessing program capable of grasping the format of data handled by the application program and the nature of the item and providing input support to the application program that performs data input. A common input support environment can be constructed for the application programs.

【0059】[0059]

【発明の効果】以上の説明から明らかなように、本発明
によれば、入力装置からの入力を前処理プログラムによ
って加工し、アプリケーションプログラムへの入力とす
るデータ入力支援方法において、アプリケーションデー
タの属性を用いてメニュー選択入力、入力データ補完、
デフォルト値の設定等を含む複数のデータ入力支援機能
を実現し、それを選択して利用できるようにすること
で、取扱うデータの形式や項目の性質を把握した入力支
援機能を複数のシステム環境に共通に提供することがで
きる。
As is apparent from the above description, according to the present invention, in a data input support method in which an input from an input device is processed by a preprocessing program and is input to an application program, the attribute of the application data is Menu selection input, input data completion,
By realizing multiple data input support functions including setting of default values and selecting and using them, it is possible to provide input support functions that grasp the format of data to be handled and the characteristics of items in multiple system environments. Can be provided in common.

【0060】さらに、プロセス間通信によって得たアプ
リケーションデータの情報を利用することによってよ
り、柔軟な入力支援機能を提供することができ、さらに
入力データの履歴を組み合わせて利用することによって
より少ないプロセス間通信によって入力支援を実現する
ことができる。
Further, by using the information of the application data obtained by the inter-process communication, a more flexible input support function can be provided. Further, by using the history of the input data in combination, the number of processes between the processes can be reduced. Input support can be realized by communication.

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

【図1】本発明のデータ入力支援方法を実現する情報処
理システムの実施形態を示すブロック構成図である。
FIG. 1 is a block diagram showing an embodiment of an information processing system for realizing a data input support method of the present invention.

【図2】前処理プログラムとアプリケーションプログラ
ムの間のプロセス間通信の基本的な手順を示すシーケン
ス図である。
FIG. 2 is a sequence diagram showing a basic procedure of inter-process communication between a pre-processing program and an application program.

【図3】データ入力支援の対象となるスプレッドシート
(プログラムの画面)の例を示す図である。
FIG. 3 is a diagram illustrating an example of a spreadsheet (program screen) to be subjected to data input support.

【図4】アプリケーションデータの属性データの例を示
す図である。
FIG. 4 is a diagram showing an example of attribute data of application data.

【図5】支援内容の選択画面の例を示す図である。FIG. 5 is a diagram showing an example of a support content selection screen.

【図6】前処理プログラムのメニュー選択による入力画
面の例を示す図である。
FIG. 6 is a diagram showing an example of an input screen by menu selection of a preprocessing program.

【図7】前処理プログラムの入力データ補完による入力
画面の例を示す図である。
FIG. 7 is a diagram showing an example of an input screen by input data complement of a preprocessing program.

【図8】入力支援を行う場合の画面の表示方法の例を示
す図である。
FIG. 8 is a diagram illustrating an example of a display method of a screen when performing input support.

【図9】前処理プログラムにおける入力支援処理の内容
を示すフローチャートである。
FIG. 9 is a flowchart showing the contents of input support processing in a preprocessing program.

【図10】製品の発注データを入力するエントリシステ
ムの入力画面の例を示す図である。
FIG. 10 is a diagram showing an example of an input screen of an entry system for inputting product order data.

【図11】図10のエントリシステムにおける発注デー
タの例を示す図である。
FIG. 11 is a diagram showing an example of order data in the entry system of FIG. 10;

【図12】図10のエントリシステムにおけるアプリケ
ーションデータの属性の例を示す図である。
12 is a diagram illustrating an example of an attribute of application data in the entry system in FIG. 10;

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

1…前処理プログラム、2…アプリケーションプログラ
ム、3…入力・表示装置、4…アプリケーションデータ
属性格納装置、5…アプリケーションデータ格納装置、
11…プロセス間通信処理部、12…入出力データ処理
部、21…プロセス間通信インタフェース部、22…ア
プリケーション処理部。
DESCRIPTION OF SYMBOLS 1 ... Pre-processing program, 2 ... Application program, 3 ... Input / display device, 4 ... Application data attribute storage device, 5 ... Application data storage device,
11: Inter-process communication processing unit, 12: Input / output data processing unit, 21: Inter-process communication interface unit, 22: Application processing unit.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 入力装置からの入力データを前処理プロ
グラムによって加工し、アプリケーションプログラムへ
の入力とするデータ入力支援方法において、 アプリケーションプログラムの扱うデータの一部および
属性情報をアプリケーション属性データとして格納して
おき、このアプリケーション属性データを前処理プログ
ラムで使用して入力装置からの入力データを加工し、ア
プリケーションプログラムへの入力とすることを特徴と
するデータ入力支援方法。
In a data input support method for processing input data from an input device by a preprocessing program and inputting the processed data to an application program, a part of data handled by the application program and attribute information are stored as application attribute data. A data input support method characterized in that the application attribute data is used in a preprocessing program to process input data from an input device and input the input data to an application program.
【請求項2】 前記前処理プログラムは、メニュー選択
入力、入力データ補完、デフォルト値の設定を含む複数
のデータ入力支援形式を具備し、ユーザが選択したデー
タ入力支援形式に従ってデータ入力の支援を行うことを
特徴とする請求項1記載のデータ入力支援方法。
2. The pre-processing program includes a plurality of data input support formats including menu selection input, input data complement, and setting of default values, and supports data input according to a data input support format selected by a user. 2. The data input support method according to claim 1, wherein:
【請求項3】 前記前処理プログラムと前記アプリケー
ションプログラムは、それぞれ共通に利用可能なプロセ
ス間通信のインタフェースを備え、ユーザが選択したデ
ータ入力支援機能の実行に必要なアプリケーションデー
タの属性データを、前処理プログラムとアプリケーショ
ンプログラムとのプロセス間通信および入力装置から入
力されたデータの履歴取得を利用して獲得し、アプリケ
ーション属性データ格納装置に格納することを特徴とす
る請求項2記載のデータ入力支援方法。
3. The pre-processing program and the application program each have an inter-process communication interface that can be used in common, and store attribute data of application data required for execution of a data input support function selected by a user. 3. The data input support method according to claim 2, wherein the data is acquired by using inter-process communication between the processing program and the application program and history acquisition of data input from the input device, and stored in the application attribute data storage device. .
JP8253395A 1996-09-25 1996-09-25 Data input supporting method Pending JPH10105547A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8253395A JPH10105547A (en) 1996-09-25 1996-09-25 Data input supporting method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8253395A JPH10105547A (en) 1996-09-25 1996-09-25 Data input supporting method

Publications (1)

Publication Number Publication Date
JPH10105547A true JPH10105547A (en) 1998-04-24

Family

ID=17250782

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8253395A Pending JPH10105547A (en) 1996-09-25 1996-09-25 Data input supporting method

Country Status (1)

Country Link
JP (1) JPH10105547A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013164860A (en) * 2004-12-15 2013-08-22 Microsoft Corp System and method for automatically completing spreadsheet formulas

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013164860A (en) * 2004-12-15 2013-08-22 Microsoft Corp System and method for automatically completing spreadsheet formulas

Similar Documents

Publication Publication Date Title
US20070078925A1 (en) Porting an interface defining document between mobile device platforms
JPS59231673A (en) Graphic image display system
JPH10187512A (en) Method for generating program for database structuring and database operation
JPH05298052A (en) Window system and event processing method
JPH10105547A (en) Data input supporting method
US20210004524A1 (en) Catalog file creation assistance device, catalog file creation assistance method, and catalog file creation assistance program
JP2006221581A (en) Device and method of preparing operation description expression for gui application, and program
JP2001318888A (en) Calculation system
JP3710719B2 (en) Information processing system and interface system
JP2005092522A (en) System for transition of screen state, interface system, program for transition of screen state, program for interface system, method for transition of screen state, and interface method
JP3339451B2 (en) Mobile communication device
JPH05204573A (en) Picture display system
CN112764731A (en) Software interface maintenance method, system, computer equipment and storage medium
TWI221962B (en) Graphical resources management system and method thereof
JP2600314B2 (en) Code conversion method for received messages
JPH02105220A (en) Automatic software preparing device
JPH10240311A (en) Loader for programmable controller
JP3138664B2 (en) Input control parts
CN117540712A (en) Form creation method, device, equipment and storage medium
JP3256976B2 (en) Message sequence display device
US20060075333A1 (en) Display device
JP2020113120A (en) Electronic form system, information processor, method, and program
JPH06290149A (en) Function execution support system and function registering method for information processor
JPH0512067A (en) Error message display device
JP2003085223A (en) Hardware/software integral design system