JPH06337806A - Information processor - Google Patents

Information processor

Info

Publication number
JPH06337806A
JPH06337806A JP5151384A JP15138493A JPH06337806A JP H06337806 A JPH06337806 A JP H06337806A JP 5151384 A JP5151384 A JP 5151384A JP 15138493 A JP15138493 A JP 15138493A JP H06337806 A JPH06337806 A JP H06337806A
Authority
JP
Japan
Prior art keywords
screen
data
database
parts
display
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
JP5151384A
Other languages
Japanese (ja)
Inventor
Masayuki Ishibashi
昌幸 石橋
Takashi Ono
孝志 小野
Masahiro Ishiba
正大 石場
Kimio Nagasawa
喜美男 長沢
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.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric 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 Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP5151384A priority Critical patent/JPH06337806A/en
Publication of JPH06337806A publication Critical patent/JPH06337806A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PURPOSE:To execute a data base definition for storing input data by classification and generation of a data display screen deciding a data display area without using of a programming language and to define the data base at the time of generating the screen so as to improve operability. CONSTITUTION:A screen generation part 3 generates the data display screen and stores it in a file 4 based on the attribute values of parts sticked to the target screen 11 of application development by selecting them from an input parts designation column 12 and parts which are conversationally inputted in an attribute value setting column 16. A data base definition part 5 generates a data base item for classifying and storing input data based on the attribute values of the parts which are conversationally inputted at the time of generating the data display screen, and input data is accumulated in the data base 6 in accordance with the item.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、入力データをデータベ
ースとして蓄積しておき、データベースを利用してデー
タを出力する情報処理装置に関し、さらに詳述すれば、
部品張り付け,部品属性の対話入力によりデータ表示画
面を作成し、画面作成時にデータベースを定義する機能
を備えた情報処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing apparatus that stores input data as a database and outputs the data using the database.
The present invention relates to an information processing apparatus having a function of creating a data display screen by pasting parts and interactively inputting part attributes and defining a database when creating the screen.

【0002】[0002]

【従来の技術】従来の情報処理装置で入力データを蓄積
してデータベースを構築する場合、多くは、予めデータ
ベースの枠組をデータベース定義言語(DDL)により
定義し、データベースへのアクセス操作をデータベース
検索言語(SQLなど)で記述し、データベースデータ
の表示画面は他のプログラミング言語を用いて作成する
方法が採られている。
2. Description of the Related Art When a database is constructed by accumulating input data in a conventional information processing apparatus, in many cases, the framework of the database is defined in advance by a database definition language (DDL), and the access operation to the database is a database search language. It is described in (SQL etc.) and the display screen of the database data is created by using another programming language.

【0003】[0003]

【発明が解決しようとする課題】従来の情報処理装置で
はデータベース定義,画面作成にプログラミング言語を
必要とするので、アプリケーション開発にプログラミン
グ知識が要求され、またデータベース定義と画面作成と
の両方をプログラミング言語で作成しなければならない
ので、アプリケーション開発に時間を要するという問題
がある。
Since a conventional information processing apparatus requires a programming language for database definition and screen creation, programming knowledge is required for application development, and both the database definition and screen creation are programming language. Since it has to be created in, there is a problem that it takes time to develop the application.

【0004】本発明はこのような問題点を解決するため
になされたものであって、部品張り付け,部品属性の対
話入力でデータ表示画面を作成し、画面作成時に対話入
力された部品属性を基にデータベースの項目を作成して
画面作成とデータベース定義の二度手間をなくすことに
より、画面作成及びデータベースの定義が容易な情報処
理装置の提供を目的とする。
The present invention has been made in order to solve such a problem. A data display screen is created by sticking parts and interactively inputting part attributes, and based on the part attributes interactively input at the time of screen creation. An object of the present invention is to provide an information processing apparatus that can easily create a screen and define a database by creating a database item and eliminating the trouble of creating a screen and defining a database twice.

【0005】[0005]

【課題を解決するための手段】第1の発明に係る情報処
理装置は、入力データをデータベースとして蓄積してお
き、データベースを利用してデータを出力する情報処理
装置において、データの表示領域を決定する部品を画面
に貼り付ける手段と、部品の属性情報を対話入力する手
段と、画面に張り付けられた部品及び対話入力された該
部品の属性情報に基づきデータ表示画面を作成する手段
とを備えたことを特徴とする。
An information processing apparatus according to a first aspect of the present invention stores input data as a database and determines the display area of the data in the information processing apparatus which outputs the data using the database. And a means for interactively inputting attribute information of the part, and a means for creating a data display screen based on the attribute pasted on the screen and the interactively input attribute information of the part. It is characterized by

【0006】第2の発明に係る情報処理装置は、第1の
発明に加えて、データ表示画面が作成された際、入力デ
ータを分類する項目を前記属性情報を基に作成してデー
タベースを定義する手段を備えたことを特徴とする。
In addition to the first aspect of the invention, the information processing apparatus according to the second aspect of the present invention defines a database by creating items for classifying input data based on the attribute information when a data display screen is created. It is characterized in that it is provided with a means for doing.

【0007】第3の発明に係る情報処理装置は、第2の
発明に加えて、定義済みのデータベースを用いてデータ
表示画面を作成する手段を備えたことを特徴とする。
An information processing apparatus according to a third aspect of the invention is characterized in that, in addition to the second aspect of the invention, a means for creating a data display screen using a defined database is provided.

【0008】第4の発明に係る情報処理装置は、第1又
は第2又は第3の発明に加えて、同一項目のデータベー
スデータを複数個一覧表示する際、該データベースデー
タの表示開始位置及び表示個数及び表示間隔を対話入力
する手段と、1つのデータ表示領域の決定及び前記属性
情報の対話入力のみで、前記同一項目のデータベースデ
ータを複数個一覧表示する画面を作成する手段とを備え
たことを特徴とする。
In addition to the first, second or third invention, the information processing apparatus according to the fourth invention, when displaying a plurality of database data of the same item in a list, displays the display start position and the display position of the database data. A means for interactively inputting the number and display interval, and means for creating a screen for displaying a plurality of database data of the same item only by determining one data display area and interactively inputting the attribute information are provided. Is characterized by.

【0009】[0009]

【作用】第1の発明に係る情報処理装置は、データ表示
領域を決定する部品を画面に張り付け、張り付けた部品
の部品名,表示開始位置,幅,高さなどの属性情報を対
話入力してデータ表示画面を作成する。
In the information processing apparatus according to the first aspect of the present invention, the parts that determine the data display area are pasted on the screen, and attribute information such as the part name, display start position, width, and height of the pasted parts is interactively input. Create a data display screen.

【0010】第2の発明に係る情報処理装置は、データ
表示画面の作成時に対話入力された部品の属性情報か
ら、入力データを種別に分類して格納するためのデータ
ベースの項目を作成してデータベースを定義する。
The information processing apparatus according to the second aspect of the present invention creates a database item for classifying and storing the input data from the attribute information of the parts interactively input at the time of creating the data display screen to create a database. Is defined.

【0011】第3の発明に係る情報処理装置は、部品の
属性情報を基に定義された定義済みのデータベースを利
用してデータ表示画面を作成する。
An information processing apparatus according to the third invention creates a data display screen by using a defined database defined on the basis of attribute information of parts.

【0012】第4の発明に係る情報処理装置は、同一項
目のデータベースデータを複数個一覧表示する際、1つ
分のデータベースデータの表示領域を決定して表示開始
位置及び表示個数及び表示間隔を対話入力するのみで、
同一項目のデータベースデータを複数個一覧表示する画
面を作成する。
In the information processing apparatus according to the fourth invention, when displaying a plurality of database data of the same item in a list, a display area for one database data is determined and a display start position, a display number and a display interval are set. Just enter interactively,
Create a screen that lists multiple database data of the same item.

【0013】[0013]

【実施例】以下、本発明をその実施例を示す図に基づい
て説明する。図1は本発明に係る情報処理装置(以下、
本発明装置という)の構成を示すブロック図である。図
中、1はマウス,キーボード等の入力手段2を用いた部
品の張り付けなどによりアプリケーションを開発するた
めのディスプレイ画面であって、ディスプレイ画面1に
は、アプリケーションの開発ターゲットの画面を想定し
たターゲット画面11と、ターゲット画面11におけるデー
タ表示領域を決定するための張り付け部品を指定する入
力部品指定欄12と、ターゲット画面11の背景を指定する
背景指定欄13と、ターゲット画面11への張り付け部品の
選択ウインドーをオープンするための張り付け部品指定
欄14と、“新規作成”“画面登録”など、ターゲット画
面11の処理項目を指定する処理項目指定欄15と、ターゲ
ット画面11に張り付けた部品の属性値を対話入力するた
めの属性値設定欄16とが設けられている。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below with reference to the drawings showing its embodiments. FIG. 1 shows an information processing apparatus according to the present invention (hereinafter,
FIG. 3 is a block diagram showing the configuration of the device of the present invention). In the figure, reference numeral 1 denotes a display screen for developing an application by sticking parts using an input means 2 such as a mouse and a keyboard. The display screen 1 is a target screen assuming a screen of an application development target. 11, an input component designation field 12 for designating a pasting component for determining the data display area on the target screen 11, a background designation field 13 for designating the background of the target screen 11, and a selection of a pasting component on the target screen 11. The pasted parts specification field 14 for opening the window, the processing item specification field 15 for specifying the processing items on the target screen 11 such as "new creation" and "screen registration", and the attribute values of the parts pasted on the target screen 11 are displayed. An attribute value setting field 16 for interactive input is provided.

【0014】画面作成部3は、入力手段2によりターゲ
ット画面11に張り付けられ、データ表示領域を決定する
部品に対して対話入力された属性値からなる部品情報、
及びデータ表示領域の背景に入力された文字列などの定
型表示情報を基にデータ表示画面を作成してファイル4
に格納する。
The screen creating section 3 is attached to the target screen 11 by the input means 2 and is part information consisting of attribute values which are interactively input to the part which determines the data display area.
Also, the data display screen is created based on the standard display information such as the character string input in the background of the data display area and the file 4
To store.

【0015】データベース定義部5は、画面作成部3に
より作成された画面をファイル4に保存する際、データ
ベース作成フラグがセットされていた場合に、部品情報
のうちの部品名,桁数,データタイプを基に、入力デー
タを同じ性質をもつデータ集合に分類するための項目を
作成してデータベース6を定義する。データベース6に
はデータベース定義部5により作成された項目別に入力
データが格納される。
The database defining unit 5 stores the screen created by the screen creating unit 3 in the file 4, and when the database creating flag is set, the part name, the number of digits, and the data type in the part information. Based on the above, items for classifying the input data into data sets having the same property are created and the database 6 is defined. Input data is stored in the database 6 for each item created by the database definition unit 5.

【0016】部品情報展開部7はファイル4から読み出
した部品情報に対応するデータをデータベース6から読
み出して部品管理テーブル8に展開し、一覧表示部9は
ファイル4から読み出した定型表示情報をターゲット画
面11に表示するとともに、部品管理テーブル8のデータ
ベースデータをターゲット画面11に一覧表示する。
The parts information expanding unit 7 reads the data corresponding to the parts information read from the file 4 from the database 6 and expands it in the parts management table 8, and the list display unit 9 reads the standard display information read from the file 4 on the target screen. 11, the database data of the parts management table 8 is displayed on the target screen 11 as a list.

【0017】次に、以上のような構成の本発明装置によ
るデータ表示画面の新規作成の手順及び新規画面作成に
伴うデータベース定義の手順について、図2乃至図7の
画面表示例を基に説明する。新規画面作成時に行なうデ
ータベース定義の初期画面(図2)で張り付け部品指定
欄14のキー“入力部品”を選択した後、入力部品指定欄
12で、例えば、文字データを入出力可能な領域を決定す
るための“テキスト”を選択し(図3)、カーソルをド
ラッグしてターゲット画面11にテキスト部品を張り付け
る(図4)。次に、属性値設定欄16において、張り付け
たテキスト部品の属性項目“部品名”“左上座標”
“幅”“高さ”“部品個数”“部品繰返し間隔”などに
値をそれぞれ対話入力する(図5)。
Next, the procedure for newly creating a data display screen and the procedure for defining a database associated with the creation of a new screen by the apparatus of the present invention having the above-described configuration will be described based on the screen display examples of FIGS. 2 to 7. . In the initial screen of the database definition (Fig. 2) that is performed when creating a new screen, select the key "input component" in the paste component specification column 14
At 12, for example, "text" for determining the area where character data can be input / output is selected (FIG. 3), and the cursor is dragged to paste the text part on the target screen 11 (FIG. 4). Next, in the attribute value setting field 16, the attribute item “part name” “upper left coordinate” of the pasted text part
Values are interactively input in "width", "height", "number of parts", "part repetition interval", etc. (Fig. 5).

【0018】図6は、以上の部品張り付けを繰り返して
複数のデータ表示領域を決定して画面作成を完了した状
態を示しており、この画面の各部品情報(部品属性)、
及び各データ表示領域の先頭の入出力データの種類を示
す“ふりがな”“氏名”“電話”“住所”“内容”の文
字列,各データ表示領域を囲む罫線(細線)などの定型
表示情報をファイル4に保存する。
FIG. 6 shows a state in which the above parts pasting is repeated to determine a plurality of data display areas and the screen creation is completed, and each part information (part attribute) of this screen,
Also, the standard display information such as "phonetic", "name", "telephone", "address", "contents" character string indicating the type of input / output data at the beginning of each data display area, and ruled lines (thin lines) surrounding each data display area are displayed. Save to file 4.

【0019】新規作成した画面を基にしてデータベース
を定義するときは、処理項目指定欄14の“データベース
作成”を選択し(図6)、画面属性欄の“データベース
作成”の項目に“する”と入力して新規画面作成の結果
をデータベースとして保存するデータベース作成のフラ
グをセットする(図7)。部品情報及び定型表示情報を
ファイル4に保存するときにデータベース作成のフラグ
がセットされていれば、データベース定義部5は部品の
属性情報から得られる部品名,桁数,データタイプを基
に、入力データを同じ性質をもつデータ集合に分類する
ためのデータベースの項目を作成する。例えば「住所
録」のデータベースであれば“氏名”“電話”“住所”
などの項目を作成する。
To define a database based on a newly created screen, select "Create database" in the processing item designation column 14 (Fig. 6) and select "Set" in the "Create database" item in the screen attribute column. To set the database creation flag for saving the result of new screen creation as a database (FIG. 7). If the database creation flag is set when the component information and the standard display information are saved in the file 4, the database definition unit 5 inputs based on the component name, the number of digits, and the data type obtained from the attribute information of the component. Create database items to classify data into data sets with the same properties. For example, if it is a database of "address book", "name""phone""address"
Create items such as.

【0020】次に、定義済みのデータベースを利用して
一覧型の画面を作成する手順について、図8乃至図11に
示す画面表示例及び図12に示すフローチャートを基に説
明する。前述のように、本発明装置では部品情報を基に
データベースが定義されるので、定義済みのデータベー
スを画面作成の部品として利用することができる。張り
付け部品指定欄14の“データベース”を選択すると(S
1)、カレントのデータベース「住所録」の項目が表示さ
れる(図8)。画面上に、例えば“氏名”の入出力項目
を作成する場合は“氏名”を選択し(図9)、画面に張
り付ける(S2)(図10)。なお、画面が一覧型であるので
項目は上に張り付ける。次に、属性値設定欄16において
属性値を設定するが、“部品名”の項目には“氏名”と
自動的に表示される。また、“左上座標”の項目に一覧
表の最上段の座標値を設定し、“部品繰り返し個数”
(一画面における部品表示個数)及び“部品繰り返し間
隔”に値を入力すると(S3)(図11)、2段目以下の部品
属性値の設定が省略できる。このようにして作成した画
面の部品情報及び定型表示情報をファイル4に保存する
(S4)。
Next, a procedure for creating a list type screen using a defined database will be described based on the screen display examples shown in FIGS. 8 to 11 and the flowchart shown in FIG. As described above, in the device of the present invention, since the database is defined based on the component information, the defined database can be used as the component for screen creation. If you select “Database” in the pasted parts specification field 14, (S
1), the items of the current database "address book" are displayed (Fig. 8). For example, when creating an input / output item of "name" on the screen, select "name" (Fig. 9) and paste it on the screen (S2) (Fig. 10). Since the screen is a list type, the items are pasted on top. Next, although the attribute value is set in the attribute value setting field 16, "name" is automatically displayed in the "part name" item. In addition, set the coordinate value at the top of the list in the "Upper left coordinate" item,
(S3) (FIG. 11) can be omitted by entering values for (the number of parts displayed on one screen) and “part repeat interval” (FIG. 11). Save the part information and the standard display information of the screen created in this way in the file 4.
(S4).

【0021】“氏名”と同様に、“住所”の“部品個
数”に“8”、“部品繰返し間隔”に“1”を設定して
作成した一覧画面(図13)に“氏名”と“住所”のデー
タベースデータを表示した状態を図14に示す。
Similarly to "Name", "Name" and "Name" are displayed on the list screen (FIG. 13) created by setting "8" in "Number of parts" and "1" in "Part repeat interval" of "Address". FIG. 14 shows a state in which the database data of “address” is displayed.

【0022】次に、一覧画面にデータベースデータを一
覧表示する手順について図1のブロック図及び図15のフ
ローチャートに基づいて説明する。一覧表示部9は対応
する一覧画面の定型表示情報(文字,罫線,背景)及び
部品情報をファイル4から読み(S5)、定型表示情報を表
示する(S6)。一方、部品情報展開部7は部品情報を後述
する手順で部品管理テーブル8に展開する(S7)。一覧表
示部9は部品管理テーブル8の部品名とオフセットを基
にデータベース6のデータを読み出し(S8)、部品管理テ
ーブル8に展開されたデータベースデータを対応する表
示位置に順次表示する(S9)。
Next, the procedure for displaying a list of database data on the list screen will be described with reference to the block diagram of FIG. 1 and the flowchart of FIG. The list display unit 9 reads the standard display information (characters, ruled lines, background) and component information of the corresponding list screen from the file 4 (S5), and displays the standard display information (S6). On the other hand, the component information developing unit 7 develops the component information in the component management table 8 by the procedure described later (S7). The list display unit 9 reads the data in the database 6 based on the component name and offset in the component management table 8 (S8), and sequentially displays the database data expanded in the component management table 8 at the corresponding display positions (S9).

【0023】図16は前述のステップS7における部品情報
の部品管理テーブル8への展開の手順の詳細を示すフロ
ーチャートであって、図17に示すデータベース6のデー
タの概念図、図18に示すファイル4の部品情報の概念
図、図19に示す部品管理テーブル8の概念図とともに部
品展開の手順について説明する。1番目の部品の“部品
名”“左上座標”“幅”“高さ”“入力/表示属性”の
属性値をファイル4の部品情報から部品管理テーブル8
にコピーし(S71) 、部品管理テーブル8の“オフセッ
ト”を“0”にする(S72)。部品管理テーブル8の“部
品個数”の値“4”を変数にセットしておき、この変数
値を基に部品個数が“1”か否かを判定し(S73) 、部品
個数が“1”でない場合は部品管理テーブル8の次の行
に、次の部品の“部品名”“幅”“高さ”“入力/表示
属性”の属性値をコピーし(S74) 、1番目の部品の“左
上座標”の縦方向の値“5”に“部品繰り返し間隔”の
値“2”を加えた値“7”を2番目の部品の“左上座
標”の欄にコピーする(S75) 。さらに、部品管理テーブ
ル8の1つ前の1番目の部品の“オフセット”の値
“0”に“1”を加えた値“1”を2番目の部品の“オ
フセット”の欄にコピーする(S76) 。部品管理テーブル
8のポインタを進めるとともに部品個数の変数を“1”
減らす(S77) 。
FIG. 16 is a flow chart showing the details of the procedure for expanding the component information into the component management table 8 at step S7 described above. The conceptual diagram of the data in the database 6 shown in FIG. 17 and the file 4 shown in FIG. The procedure for developing the parts will be described with reference to the conceptual view of the parts information of FIG. The attribute values of the "component name", "upper left coordinate", "width", "height" and "input / display attribute" of the first component are calculated from the component information of the file 4 in the component management table 8
(S71), and the "offset" of the parts management table 8 is set to "0" (S72). The value "4" of "number of parts" in the parts management table 8 is set as a variable, and it is determined whether the number of parts is "1" based on this variable value (S73). The number of parts is "1". If not, copy the attribute value of "part name", "width", "height", "input / display attribute" of the next part to the next row of the part management table 8 (S74) The value "7" obtained by adding the value "2" of the "component repeating interval" to the vertical value "5" of the upper left coordinate "is copied to the" upper left coordinate "field of the second component (S75). Further, the value "1" obtained by adding "1" to the "offset" value "0" of the immediately preceding first component in the component management table 8 is copied to the "offset" field of the second component ( S76). The pointer of the parts management table 8 is advanced and the variable of the number of parts is set to "1".
Decrease (S77).

【0024】一方、ステップS73 の判定の結果、部品個
数が“1”の場合はファイル4の部品情報及び部品管理
テーブル8のポインタを進め(S78) 、部品情報があるか
否かを判定し(S79) 、ファイル4に部品情報があればス
テップS71 に戻ってS71 〜S78 の処理を繰り返し、次に
部品情報がなければ処理を終了する。
On the other hand, if the result of determination in step S73 is that the number of components is "1", the component information of the file 4 and the pointer of the component management table 8 are advanced (S78), and it is determined whether or not there is component information ( (S79), if there is part information in the file 4, the process returns to step S71 to repeat the processing of S71 to S78, and if there is no part information, the processing ends.

【0025】次に、「住所録」の一覧表示で1件分の情
報“氏名”“住所”“電話”“FAX”を2行にわたっ
て表示する場合の画面作成手順を図20乃至図26の画面表
示例を用いて説明する。テキスト部品を張り付けて1行
目の“氏名”“住所”のデータ表示領域を決定し、図11
のような一覧画面を作成した後、図20及び図21に示すよ
うに“氏名”及び“住所”の属性値を属性値設定欄16に
おいて設定するが、“氏名”及び“住所”のデータ表示
領域が1行おきの一覧画面(図22)を作成するために、
“部品個数”に“4”、“部品繰返し間隔”に“2”を
設定する。
Next, the screen creation procedure for displaying one line of information "name""address""phone""FAX" in two lines in the "address book" list is shown in FIGS. 20 to 26. A display example will be described. Paste the text parts and decide the data display area of "Name" and "Address" on the first line,
After creating a list screen like this, set the attribute values of "name" and "address" in the attribute value setting field 16 as shown in Figs. 20 and 21, but display the data of "name" and "address". In order to create a list screen (Fig. 22) in which the area is every other line,
Set "4" in "number of parts" and "2" in "part repeat interval".

【0026】続いて、空いている行に、“電話”“FA
X”の部品を張り付けてそれぞれの属性値を設定する
が、このとき、“部品個数”に“4”、“部品繰返し間
隔”に“2”を設定する他に、“左上座標”の初期値に
“電話”では“4,6”、“FAX”では“22, 6”を
設定する(図23,図24)。このようにして作成した一覧
画面(図25)に1件分の“氏名”“住所”“電話”“F
AX”のデータベースデータを2行にわたって表示した
状態を図26に示す。
Then, in the vacant line, "phone" and "FA"
The parts of "X" are pasted and the respective attribute values are set. At this time, in addition to setting "4" for "number of parts" and "2" for "part repeat interval", the initial value of "upper left coordinate" is set. Set "4, 6" for "phone" and "22, 6" for "FAX" (Fig. 23, Fig. 24) In the list screen (Fig. 25) created in this way, one "name""Address""Telephone""F
FIG. 26 shows a state in which the database data of "AX" is displayed over two lines.

【0027】以上のように、複数のデータを一覧表示す
る際に1つのデータの表示領域を決定して属性情報を対
話入力するだけで一覧表示画面を作成できるので操作性
が良い。
As described above, when displaying a plurality of data as a list, the list display screen can be created by simply determining the display area of one data and interactively inputting the attribute information, so that the operability is good.

【0028】[0028]

【発明の効果】本発明装置は、プログラミング言語によ
らない容易な操作でデータ表示画面の作成及びデータベ
ースの定義が行なえ、またデータ表示画面の作成時にデ
ータベースを定義し、さらに定義済みのデータを利用し
て画面が作成できるので、プログラミング知識を持たな
いユーザでも容易に短期間でアプリケーションが作成で
きるという優れた効果を奏する。
The apparatus of the present invention can create a data display screen and define a database by an easy operation that does not depend on a programming language, define a database when creating a data display screen, and use the defined data. Since it is possible to create a screen by doing so, even a user who does not have programming knowledge can easily create an application in a short period of time.

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

【図1】本発明装置のブロック図である。FIG. 1 is a block diagram of a device of the present invention.

【図2】画面作成の手順を説明する画面表示例の図であ
る。
FIG. 2 is a diagram showing a screen display example for explaining a procedure for creating a screen.

【図3】画面作成の手順を説明する画面表示例の図であ
る。
FIG. 3 is a diagram showing a screen display example for explaining a procedure for creating a screen.

【図4】画面作成の手順を説明する画面表示例の図であ
る。
FIG. 4 is a diagram showing a screen display example for explaining a procedure for creating a screen.

【図5】画面作成の手順を説明する画面表示例の図であ
る。
FIG. 5 is a diagram showing a screen display example for explaining a procedure for creating a screen.

【図6】画面作成の手順を説明する画面表示例の図であ
る。
FIG. 6 is a diagram showing a screen display example for explaining a procedure for creating a screen.

【図7】画面作成の手順を説明する画面表示例の図であ
る。
FIG. 7 is a diagram showing a screen display example for explaining a procedure for creating a screen.

【図8】定義済みのデータベースを利用して画面作成す
る手順を説明する画面表示例の図である。
FIG. 8 is a diagram of a screen display example illustrating a procedure of creating a screen using a defined database.

【図9】定義済みのデータベースを利用して画面作成す
る手順を説明する画面表示例の図である。
FIG. 9 is a diagram of a screen display example illustrating a procedure for creating a screen using a defined database.

【図10】定義済みのデータベースを利用して画面作成
する手順を説明する画面表示例の図である。
FIG. 10 is a diagram of a screen display example illustrating a procedure for creating a screen using a defined database.

【図11】定義済みのデータベースを利用して画面作成
する手順を説明する画面表示例の図である。
FIG. 11 is a diagram showing a screen display example for explaining a procedure for creating a screen using a defined database.

【図12】定義済みのデータベースを利用した画面作成
の手順を示すフローチャートである。
FIG. 12 is a flowchart showing a procedure for creating a screen using a defined database.

【図13】一覧表示画面を作成する手順を説明する画面
表示例の図である。
FIG. 13 is a diagram of a screen display example illustrating a procedure for creating a list display screen.

【図14】一覧表示画面にデータベースデータを一覧表
示した画面表示例の図である。
FIG. 14 is a diagram showing a screen display example in which a list of database data is displayed on the list display screen.

【図15】一覧表示の手順を示すフローチャートであ
る。
FIG. 15 is a flowchart showing a procedure for displaying a list.

【図16】部品管理テーブルへの部品情報の展開手順を
示すフローチャートである。
FIG. 16 is a flowchart showing a procedure of expanding component information in a component management table.

【図17】データベースのデータの概念図である。FIG. 17 is a conceptual diagram of data in a database.

【図18】ファイルの部品情報の概念図である。FIG. 18 is a conceptual diagram of part information of a file.

【図19】部品管理テーブルの概念図である。FIG. 19 is a conceptual diagram of a parts management table.

【図20】1件分のデータを2行にわたって表示する一
覧表示画面の作成手順を説明する画面表示例の図であ
る。
FIG. 20 is a diagram of a screen display example illustrating a procedure for creating a list display screen that displays data for one case over two lines.

【図21】1件分のデータを2行にわたって表示する一
覧表示画面の作成手順を説明する画面表示例の図であ
る。
FIG. 21 is a diagram of a screen display example illustrating a procedure for creating a list display screen that displays data for one case over two lines.

【図22】1件分のデータを2行にわたって表示する一
覧表示画面の作成手順を説明する画面表示例の図であ
る。
FIG. 22 is a diagram of a screen display example illustrating a procedure for creating a list display screen that displays data for one case over two lines.

【図23】1件分のデータを2行にわたって表示する一
覧表示画面の作成手順を説明する画面表示例の図であ
る。
FIG. 23 is a diagram of a screen display example illustrating a procedure for creating a list display screen that displays data for one case over two lines.

【図24】1件分のデータを2行にわたって表示する一
覧表示画面の作成手順を説明する画面表示例の図であ
る。
FIG. 24 is a diagram of a screen display example illustrating a procedure for creating a list display screen that displays data for one case over two lines.

【図25】1件分のデータを2行にわたって表示する一
覧表示画面の作成手順を説明する画面表示例の図であ
る。
[Fig. 25] Fig. 25 is a diagram illustrating a screen display example illustrating a procedure for creating a list display screen that displays data for one case over two lines.

【図26】一覧表示画面にデータベースデータを一覧表
示した画面表示例の図である。
FIG. 26 is a diagram showing a screen display example in which a list of database data is displayed on the list display screen.

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

1 ディスプレイ画面 2 入力手段 3 画面作成部 4 ファイル 5 データベース定義部 6 データベース 7 部品情報展開部 8 部品管理テーブル 9 一覧表示部 11 ターゲット画面 12 入力部品指定欄 13 背景指定欄 14 張り付け部品指定欄 15 処理項目指定欄 16 属性値設定欄 1 Display screen 2 Input means 3 Screen creation part 4 File 5 Database definition part 6 Database 7 Parts information development part 8 Parts management table 9 List display part 11 Target screen 12 Input parts specification field 13 Background specification field 14 Paste parts specification field 15 Processing Item specification field 16 Attribute value setting field

───────────────────────────────────────────────────── フロントページの続き (72)発明者 長沢 喜美男 大阪府守口市京阪本通2丁目18番地 三洋 電機株式会社内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Kimio Nagasawa 2-18 Keihan Hondori, Moriguchi City, Osaka Sanyo Electric Co., Ltd.

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 入力データをデータベースとして蓄積し
ておき、データベースを利用してデータを出力する情報
処理装置において、データ表示領域を決定する部品を画
面に貼り付ける手段と、部品の属性情報を対話入力する
手段と、画面に張り付けられた部品及び対話入力された
該部品の属性情報に基づきデータ表示画面を作成する手
段とを備えたことを特徴とする情報処理装置。
1. An information processing apparatus for accumulating input data as a database and outputting the data using the database, wherein a means for pasting a part for determining a data display area and a part attribute information are interactive. An information processing apparatus comprising: an input unit; and a unit for creating a data display screen based on a part attached to a screen and attribute information of the part that is interactively input.
【請求項2】 データ表示画面が作成された際、入力デ
ータを分類する項目を前記属性情報を基に作成してデー
タベースを定義する手段を備えた請求項1記載の情報処
理装置。
2. The information processing apparatus according to claim 1, further comprising means for creating an item for classifying input data based on the attribute information and defining a database when the data display screen is created.
【請求項3】 定義済みのデータベースを用いてデータ
表示画面を作成する手段を備えた請求項2記載の情報処
理装置。
3. The information processing apparatus according to claim 2, further comprising means for creating a data display screen using a defined database.
【請求項4】 同一項目のデータベースデータを複数個
一覧表示する際、該データベースデータの表示開始位置
及び表示個数及び表示間隔を対話入力する手段と、1つ
のデータ表示領域の決定及び前記属性情報の対話入力の
みで、前記同一項目のデータベースデータを複数個一覧
表示する画面を作成する手段とを備えた請求項1又は2
又は3記載の情報処理装置。
4. When displaying a plurality of database data of the same item in a list, a means for interactively inputting a display start position, a display number, and a display interval of the database data, determination of one data display area, and determination of the attribute information. 3. A means for creating a screen for displaying a plurality of database data of the same item only by interactive input.
Alternatively, the information processing device according to item 3.
JP5151384A 1993-05-28 1993-05-28 Information processor Pending JPH06337806A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5151384A JPH06337806A (en) 1993-05-28 1993-05-28 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5151384A JPH06337806A (en) 1993-05-28 1993-05-28 Information processor

Publications (1)

Publication Number Publication Date
JPH06337806A true JPH06337806A (en) 1994-12-06

Family

ID=15517407

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5151384A Pending JPH06337806A (en) 1993-05-28 1993-05-28 Information processor

Country Status (1)

Country Link
JP (1) JPH06337806A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1083334A (en) * 1996-09-10 1998-03-31 Minolta Co Ltd Information processor and recording medium
WO2013065823A1 (en) * 2011-11-04 2013-05-10 株式会社STNet Database creation management system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1083334A (en) * 1996-09-10 1998-03-31 Minolta Co Ltd Information processor and recording medium
WO2013065823A1 (en) * 2011-11-04 2013-05-10 株式会社STNet Database creation management system
JP2013097717A (en) * 2011-11-04 2013-05-20 Stnet Co Ltd Database creation and management system

Similar Documents

Publication Publication Date Title
US6128617A (en) Data display software with actions and links integrated with information
US6636246B1 (en) Three dimensional spatial user interface
US6003034A (en) Linking of multiple icons to data units
JP2701724B2 (en) Scenario editing device
US7747944B2 (en) Semantically applying style transformation to objects in a graphic
US20070050697A1 (en) Integrated spreadsheet expanding table with collapsable columns
US6996774B2 (en) Display of data element indicia based on data types
JP3093247B2 (en) Presentation support environment system
JPH08329096A (en) Image data retrieval device
JPH06337806A (en) Information processor
JP3249902B2 (en) Image data retrieval device
JPH08329097A (en) Image data retrieval device
JPH06149962A (en) Menu display system
JPH08329099A (en) Image information processor
JP3216951B2 (en) Finite element mesh generator
JPH07253992A (en) Method and device for retrieval of electronic book
JPH10269227A (en) Generating method for classification data
JPH07121512A (en) Document preparing device
JP2001195532A (en) Matrix preparing method and display method
JPH09305454A (en) Database structuring device
JP2730856B2 (en) Business execution support / learning support combined system
TW388017B (en) Graph display method of connection relationship among slides in a presentation
JPS6129939A (en) Information retrieving device
JPH05250363A (en) Document processing system
JPH09185543A (en) Multimedia information processor