JPS63142419A - Processing system for setting default of selection member - Google Patents

Processing system for setting default of selection member

Info

Publication number
JPS63142419A
JPS63142419A JP61289327A JP28932786A JPS63142419A JP S63142419 A JPS63142419 A JP S63142419A JP 61289327 A JP61289327 A JP 61289327A JP 28932786 A JP28932786 A JP 28932786A JP S63142419 A JPS63142419 A JP S63142419A
Authority
JP
Japan
Prior art keywords
default
value
selection
values
selection members
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
JP61289327A
Other languages
Japanese (ja)
Other versions
JP2504971B2 (en
Inventor
Atsuko Yabuta
藪田 敦子
Hisao Kawabe
久雄 川辺
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.)
Fujitsu Ltd
PFU Ltd
Original Assignee
Fujitsu Ltd
PFU 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 Fujitsu Ltd, PFU Ltd filed Critical Fujitsu Ltd
Priority to JP61289327A priority Critical patent/JP2504971B2/en
Publication of JPS63142419A publication Critical patent/JPS63142419A/en
Application granted granted Critical
Publication of JP2504971B2 publication Critical patent/JP2504971B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To simplify a logic and to reduce a man-hour for maintenance by unifying the format of selection members to hold values, which selection members have in a form of table in case of display of a default value. CONSTITUTION:This setting processing system is provided with the value table 1 of values which selection members have, a default value 2, a selection member number setting part 3, a selection member information table 4 on a dialogue screen, and the counter 5 of the table 4. Contents of the default value 2 and contents of the table 1 having the values of selection members whose number corresponds to the number of selection members are successively compared with each other with the number of times indicated by the setting part 3, and a corresponding default flag on the information table 4 is turned on in case of coincidence but is turned off in case of non-coincident. Thus, a single logic is used to set the defaults of selection members independently of the number of selection members and default values.

Description

【発明の詳細な説明】 〔概要〕 選択肢を選択しつつ対話を行って画面表示を行うに当た
って、デフォルト値を表示する際に1選択肢の数が大に
なるにつれてロジックの数が増加するという問題を解決
するため1選択肢の形式を統一して選択肢の持つ値をテ
ーブル形式で保持することにより、デフォルト値をテー
ブルをサーチして設定し9選択項目及び選択肢の数が増
加してもテーブルの追加によってロジックに影響を与え
ないようにしたものである。
[Detailed Description of the Invention] [Summary] The present invention solves the problem that the number of logics increases as the number of choices increases when displaying a default value when selecting options and performing dialogue to display the screen. In order to solve the problem, by unifying the format of the choices and storing the values of the choices in a table format, the default value can be set by searching the table. This is done so that it does not affect the logic.

〔産業上の利用分野〕[Industrial application field]

本発明は1選択肢のデフォルト設定処理方式。 The present invention is a one-choice default setting processing method.

特に複数個の選択肢を持つ選択項目が複数個存在する画
面において利用者との対話を行って表示を行う選択肢の
デフォルト設定処理方式に関する。
In particular, the present invention relates to a default setting processing method for options that is displayed through interaction with a user on a screen where a plurality of selection items each having a plurality of options are present.

?JI数個の選択肢から成る選択項目を持つ対話画面で
は、利用者の操作性向上の為に1選択肢のデフォルトを
表示するようにされるが、ii択肢及び選択項目の数の
増大に伴ってデフォルトを設定するためのロジックの数
が大となり1選択肢の持つ値の変更や選択肢の個数の変
更に伴うロジックの修正による影響も大きい。このため
9選択項目や選択肢及びデフォルト値に影響されないロ
ジックが必要とされる。
? JIIn dialog screens that have selection items consisting of several options, one default option is displayed to improve user operability, but as the number of options and selection items increases, the default The number of logics for setting becomes large, and the impact of modifying the logic due to changing the value of one option or changing the number of options is also large. Therefore, logic that is not affected by nine selection items, options, and default values is required.

〔従来の技術〕[Conventional technology]

従来のデフォルトを設定するためのロジックの例を第3
図に示す。
The third example of logic for setting traditional defaults is
As shown in the figure.

図中2はデフォルト値、4は選択肢情報テーブルであり
、デフォルト設定処理フローに附加する形で、情報の流
れが示されている。
In the figure, 2 is a default value, and 4 is an option information table, which shows the flow of information in addition to the default setting processing flow.

最初に、すべてのデフォルト・フラグをクリヤしておく
。そして、与えられるデフォルト値2が設定されている
とし、当該デフォルト値2の値が例えば「41」ないし
「44」のうちの「43」であったとすると、処理■に
おいて当該デフォルト値が値「41」か否かを調べられ
1次いで処理■において当該デフォルト値が値「42」
か否かを調べられ、・・・・・・処理■において当該デ
フォルト値が値「43」であることから図示の「選択肢
3のデフォルト・フラグONJとなり2選択肢情報テー
ブル4内に、デフォルト値2が値「43」であった旨を
指示するようセントする。
First, clear all default flags. Then, suppose that the given default value 2 is set, and if the value of the default value 2 is, for example, "43" from "41" to "44", then in process ”, and in the next process ■, the default value is set to the value “42”.
In process 2, the default value is "43", so the default flag for option 3 is ONJ, and the default value 2 is set in the 2 option information table 4. cent to indicate that the value was "43".

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

従来のデフォルト設定方式では、いわば各選択項目毎に
デフォルトを設定するロジックが必要なため2選択項目
の数に比例してロジックが増加し。
In the conventional default setting method, logic for setting a default for each selection item is required, so the logic increases in proportion to the number of two selection items.

デフォルトの値及び選択肢の持つ値が変更されるとロジ
ックの修正が必要となるといった問題を生じていた。
A problem arises in that when the default value and the value of an option are changed, the logic needs to be modified.

〔問題点を解決するための手段〕[Means for solving problems]

第1図は本発明の原理構成図を示す。図中1は選択肢の
持つ値の値テーブル、2はデフォルト値。
FIG. 1 shows a basic configuration diagram of the present invention. In the figure, 1 is a value table of the values of the options, and 2 is the default value.

3は選択肢個数設定部、4は対話画面上の選択肢情報テ
ーブル、5はテーブルのカウンタを示す。
Reference numeral 3 indicates a number of options setting section, 4 indicates an option information table on the dialog screen, and 5 indicates a counter of the table.

第1図図示の場合、第3図に示した処理■ないし■にお
いて与えられるデフォルト値r41J。
In the case shown in FIG. 1, the default value r41J is given in the processes (1) to (2) shown in FIG.

r42J 、r43J 、r44Jなどが値テーブル1
内に順に設定されている。そして1図示処理[12]に
おいて、デフォルト値2の内容と上記値「41」ないし
「44」とが一致するまで順に調べられる。
r42J, r43J, r44J etc. are value table 1
are set in order within. Then, in the 1-illustration process [12], the contents of the default value 2 and the values "41" to "44" are sequentially checked until they match.

〔作用〕[Effect]

本発明においては、デフォルト値2の内容と選択肢の個
数分の選択肢の値を持つテーブル1の内容とを順次選択
肢個数設定部3で示される回数比較し、一致の場合は選
択肢の情報テーブル4上のデフォルトフラグを処理0に
おいてONにし、不一致の場合はデフォルトフラグを処
理■においてOFFにすることによって2選択肢の個数
及びデフォルト値に関係なく、いわば単一のロジックを
用いて選択肢のデフォルトを設定することができ〔実施
例〕 第2図は本発明の一実施例による論理構成図である。
In the present invention, the contents of the default value 2 and the contents of the table 1 having the values of the options corresponding to the number of options are sequentially compared the number of times indicated by the option number setting section 3, and if they match, the information table 4 of the options is updated. By turning on the default flag in process 0, and in case of mismatch, turning the default flag OFF in process 2, the default of the options is set using a single logic, regardless of the number of two options and the default value. [Embodiment] FIG. 2 is a logical configuration diagram according to an embodiment of the present invention.

図中10は対話画面、4−1.4−2.4−3は各選択
項目の選択肢情報テーブル、I−1,1−2,1−3は
選択肢の値のテーブルを示す。また50は第1図に関係
して説明した如き本発明のロジックを使用した処理を示
す。
In the figure, reference numeral 10 indicates a dialog screen, 4-1.4-2.4-3 indicates an option information table for each selection item, and I-1, 1-2, and 1-3 indicate a table of option values. 50 also indicates processing using the logic of the present invention as described in connection with FIG.

選択項目lのデフォルトを設定するために、情報テーブ
ル4−1と値テーブル1−1と1選択肢の数及びデフォ
ルト値「41」ないし「44」を与えて2本発明のロジ
ック5oを呼び出し9選択項目1についての処理60−
1を行う。選択項目2.3についても、同様に必要な情
報を与えて。
In order to set the default for the selection item l, give the information table 4-1, the value table 1-1, the number of choices and the default value "41" to "44", call the logic 5o of the present invention and select 9. Processing for item 1 60-
Do 1. For option 2.3, please provide the necessary information in the same way.

本発明のロジック50を夫々呼び出し、夫々の選択肢情
報テーブル4−2や4−3上のデフォルトフラグが設定
される。
The logic 50 of the present invention is called respectively, and the default flags on the respective option information tables 4-2 and 4-3 are set.

この実施例によれば1選択項目数が何個になってもデフ
ォルトのフラグを設定するロジックは−ケ所で対応でき
1選択肢やデフォルトの値の変更は全てテーブルの値を
変更することで、ロジックに影響なく変更できる。
According to this embodiment, no matter how many items there are in one selection, the logic for setting the default flag can be handled in one place, and changing the value of one selection or the default can be done by changing the value in the table. can be changed without affecting.

〔発明の効果〕〔Effect of the invention〕

以上説明した如く1本発明によれば3選択項目や選択肢
の個数やデフォルトの値や選択肢の持つ値が変更される
場合でも、ロジックは共通のもので済み、かつこれらの
変更に伴う修正はテーブルの値の変更のみで、ロジック
に手を加える必要のないことから、ロジックの簡略化、
開発工数の削減及び保守工数の削減を図ることができる
As explained above, according to the present invention, even if the number of selection items, options, default values, and values of the options are changed, the logic remains common, and corrections due to these changes can be made in the table. It is possible to simplify the logic because there is no need to modify the logic, just by changing the value of
It is possible to reduce development man-hours and maintenance man-hours.

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

第1図は本発明の原理構成図、第2図は本発明の一実施
例を示す論理構成図、第3図は従来例を示す。 図中、1は選択肢のもつ値の値テーブル、2はデフォル
ト値、3は選択肢個数設定部、4は選択肢情報テーブル
、10は対話画面を表す。
FIG. 1 is a diagram showing the principle of the present invention, FIG. 2 is a logical diagram showing an embodiment of the present invention, and FIG. 3 is a diagram showing a conventional example. In the figure, 1 represents a value table of values that the options have, 2 represents a default value, 3 represents an option number setting section, 4 represents an option information table, and 10 represents an interaction screen.

Claims (1)

【特許請求の範囲】 複数個の選択肢を持つ選択項目が複数個存在する処理に
当たって対話を行って画面表示を行うデータ処理装置に
おいて 選択肢の持つ値を保持する値テーブル(1)と、デフォ
ルトとして表示する値(2)と、当該値テーブル(1)
の内容とを順次比較する比較処理部[12]と、 当該比較処理を行うべき選択肢の個数を設定する選択肢
個数設定部(3)と、 上記比較処理部[12]において一致が生じた際に、そ
の旨をデフォルト・フラグの内容で指示される選択肢情
報テーブル(4)と を有し、選択肢のデフォルトを設定するようにした ことを特徴とする選択肢のデフォルト設定処理方式。
[Scope of Claims] A value table (1) that holds values of choices in a data processing device that performs dialogue and displays a screen in a process in which there are a plurality of selection items each having a plurality of choices, and a value table (1) that is displayed as a default. value (2) and the relevant value table (1)
When a match occurs in the comparison processing unit [12], , and an option information table (4) in which this is indicated by the content of a default flag, and a default setting processing method for options is provided.
JP61289327A 1986-12-04 1986-12-04 Default processor of choice Expired - Lifetime JP2504971B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61289327A JP2504971B2 (en) 1986-12-04 1986-12-04 Default processor of choice

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61289327A JP2504971B2 (en) 1986-12-04 1986-12-04 Default processor of choice

Publications (2)

Publication Number Publication Date
JPS63142419A true JPS63142419A (en) 1988-06-14
JP2504971B2 JP2504971B2 (en) 1996-06-05

Family

ID=17741757

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61289327A Expired - Lifetime JP2504971B2 (en) 1986-12-04 1986-12-04 Default processor of choice

Country Status (1)

Country Link
JP (1) JP2504971B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8317405B2 (en) 2008-12-24 2012-11-27 Jtekt Corporation Rolling bearing

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61213940A (en) * 1985-03-19 1986-09-22 Sony Corp Specifying device for file

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61213940A (en) * 1985-03-19 1986-09-22 Sony Corp Specifying device for file

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8317405B2 (en) 2008-12-24 2012-11-27 Jtekt Corporation Rolling bearing

Also Published As

Publication number Publication date
JP2504971B2 (en) 1996-06-05

Similar Documents

Publication Publication Date Title
JPH07191840A (en) Automatic program generator
JPS63142419A (en) Processing system for setting default of selection member
JP2008269515A (en) Method for dynamically generating image layout by parameter
JP2743684B2 (en) Default value automatic input device and method
JPH0383137A (en) Rule executing device
JPH02162420A (en) Fetching process system for option program
JPH02247780A (en) Lsi design supporting system
JPH0391069A (en) Document preparing device
JPS6227867A (en) Picture data correcting system
JPH03244022A (en) Screen customization system
JPH02121024A (en) Inter-multiwindow relevancy displaying system
JPH06309386A (en) Cad and system linked with data base
JPS60189504A (en) Numerical controller
JPH0358220A (en) Window display device
JPH0477876A (en) Data control system
JPH0854996A (en) Outputting method for mixed numerical/character data to crt of process computer
JPS63191191A (en) Crt display device with automatic cyclic graphic updating display function
JPH0322039A (en) Debugging system
JPH0419788A (en) Display control system
JPH04233590A (en) Screen display control method
JPH07325903A (en) Screen generation support system
JPS6051903A (en) Generating method of process control program
JPS6368929A (en) System for displaying format of language in-use in information processor
JPH04152441A (en) Data base processing system
JPS61240338A (en) Hardware event processor device

Legal Events

Date Code Title Description
S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313532

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

EXPY Cancellation because of completion of term