JP2507616B2 - Data non-editing display method - Google Patents

Data non-editing display method

Info

Publication number
JP2507616B2
JP2507616B2 JP1188033A JP18803389A JP2507616B2 JP 2507616 B2 JP2507616 B2 JP 2507616B2 JP 1188033 A JP1188033 A JP 1188033A JP 18803389 A JP18803389 A JP 18803389A JP 2507616 B2 JP2507616 B2 JP 2507616B2
Authority
JP
Japan
Prior art keywords
data
input
editing
input field
screen
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.)
Expired - Fee Related
Application number
JP1188033A
Other languages
Japanese (ja)
Other versions
JPH0352019A (en
Inventor
佳弘 簗瀬
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
Original Assignee
Fujitsu 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 filed Critical Fujitsu Ltd
Priority to JP1188033A priority Critical patent/JP2507616B2/en
Publication of JPH0352019A publication Critical patent/JPH0352019A/en
Application granted granted Critical
Publication of JP2507616B2 publication Critical patent/JP2507616B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Input From Keyboards Or The Like (AREA)
  • Digital Computer Display Output (AREA)

Description

【発明の詳細な説明】 〔概要〕 画面の入力フィールドにデータを無編集にして表示す
るデータ無編集表示方式に関し、 画面上の入力フィールドからデータ入力する際に、制
御プログラムが再入力時に自動的に無編集状態に編集し
て表示し、アプリケーションプログラムの負担なくして
入力し易くすることを目的とし、 画面上に設けたデータを入力する入力フィールドと、
この入力フィールドに入力したデータの取り込み処理、
および再表示時に無編集処理を行って元のデータ入力状
態にする無編集処理などからなる画面入出力制御プログ
ラムとを備え、上記入力フィールドに入力したデータを
編集して表示し、再表示時に上記無編集処理が元の無編
集状態に編集して入力フィールドに表示して上書きする
態様で再入力を行い得るように構成する。
DETAILED DESCRIPTION OF THE INVENTION [Outline] Regarding a data non-editing display method in which data is displayed in a non-edited state in an input field on a screen, when a data is input from the input field on the screen, a control program automatically re-enters it. In order to make it easier to enter without editing the application program, display it in an unedited state, and an input field for entering the data provided on the screen,
The process of capturing the data entered in this input field,
And a screen input / output control program consisting of non-editing processing to perform the non-editing processing at the time of re-displaying and returning to the original data input state, edit and display the data entered in the above input field, and The non-editing process is configured so that the original non-editing state can be edited, displayed in the input field, and overwritten to re-input.

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

本発明は、画面の入力フィールドにデータを無編集に
して表示するデータ無編集表示方式に関するものであ
る。
The present invention relates to a data non-editing display system for displaying data in an input field on a screen without editing the data.

〔従来の技術〕[Conventional technology]

従来、第2図(イ)に示すように、ユーザが画面の入
力フィールドに対して左詰めでデータ入力例えば 1234567 ・・・・・・・・・・・・・(1) を行い、データ入力完了()を指示したことに対応し
て、編集を行い ¥1,234,567 ・・・・・・・・・・(2) というように表示していた()。この編集表示したデ
ータに間違いがあり、訂正する場合、に示すようにカ
ーソルは通常左側に位置しているため、この左側から訂
正位置まで順次移動させた後、再入力を行って訂正する
ようにしていた()。このため、上記(2)のように
編集表示の状態で、¥、コンマなどを意識してカーソル
を移動しなければならず、再入力し難いという問題があ
った。
Conventionally, as shown in FIG. 2 (a), the user inputs data by left-justifying the input field on the screen, for example, 1234567 ・ ・ ・ ・ ・ ・ ・ ・ ・ ・ (1) Corresponding to the instruction of completion (), editing was performed, and it was displayed as (1,234,567) (2). If there is an error in this edited and displayed data and you want to correct it, the cursor is usually located on the left side as shown in, so after moving it from this left side to the correction position in sequence, re-input and correct it. It was (). For this reason, there is a problem that it is difficult to re-input the cursor because the cursor needs to be moved in consideration of ¥, comma, etc. in the edit display state as described in (2) above.

また、第2図(ロ)に示すように、再入力時に、APL
(アプリケーションプログラム)が無編集処理によっ
て、上記(2)を(1)に示すように編集を行い、これ
をに示すように左詰めにして再表示を行う。このの
無編集状態で、ユーザがカーソルを間違った位置に移動
して再入力して訂正し()、これを読み込んでメモリ
に格納した後、編集処理してに示すように表示する。
正しければこの再入力したデータをシステムが取り込む
ようにしている。この場合には、アプリケーションプロ
グラムが再入力時に¥、コンマなどを取り除くと共に左
詰めにするという無編集処理を行う必要があり、操作性
は向上するが、アプリケンションプログラムの負担が大
きくなるという問題があった。
In addition, as shown in Fig. 2 (b), the APL
The (application program) edits the above (2) as shown in (1) by the non-editing process, and redisplays by left-justifying as shown in (1). In this unedited state, the user moves the cursor to the wrong position, re-inputs and corrects (), reads this, stores it in the memory, edits it, and displays it as shown in.
If correct, the system will capture this re-entered data. In this case, it is necessary for the application program to perform non-editing processing such as removing \, commas, etc., and left-justifying when re-inputting, which improves the operability, but causes a problem that the application program becomes burdensome. there were.

本発明は、画面上の入力フィールドからデータ入力す
る際に、制御プログラムが再入力時に自動的に無編集状
態に編集して表示し、アプリケーションプログラムの負
担なくして入力し易くすることを目的としている。
It is an object of the present invention to make it easy for a control program to automatically edit and display in a non-edited state at the time of re-inputting, when inputting data from an input field on a screen, without any burden of an application program. .

〔課題を解決する手段〕[Means for solving the problem]

第1図を参照して課題を解決する手段を説明する。 Means for solving the problems will be described with reference to FIG.

第1図において、入力フィールド1は、画面上に設け
たデータを入力するフィールドである。
In FIG. 1, an input field 1 is a field for inputting data provided on the screen.

画面入出力制御プログラム2は、入力フィールド1に
入力されたデータの取り込み、および再表示時に無編集
処理を行って元のデータ入力状態にする無編集処理2−
1などからなる制御プログラムである。
The screen input / output control program 2 captures the data input in the input field 1 and performs the non-editing process at the time of re-display to restore the original data input state.
It is a control program consisting of 1 and the like.

〔作用〕[Action]

本発明は、第1図に示すように、ユーザが入力フィー
ルド1に入力したデータを編集して当該入力フィールド
1に表示し、これに間違いなどがあり、再表示時に画面
入出力制御プログラム2の無編集処理2−1が元の無編
集のデータに編集して入力フィールド1に再表示し、上
書きする態様で再入力し得るようにしている。
According to the present invention, as shown in FIG. 1, the data input by the user in the input field 1 is edited and displayed in the input field 1, and there is an error or the like. The non-editing process 2-1 edits the original non-editing data, redisplays it in the input field 1, and allows re-inputting in a manner of overwriting.

従って、画面上の入力フィールド1からデータの再入
力時に、画面入出力制御プログラム2が無編集状態に編
集した元のデータを自動的に表示し、再入力を促すこと
により、アプリケーションプログラムの負担を無くして
入力し易くし、操作性を向上させることが可能となる。
Therefore, when the data is re-input from the input field 1 on the screen, the screen input / output control program 2 automatically displays the original data edited in the unedited state, and prompts the re-input to reduce the load on the application program. It is possible to eliminate the input and make it easier to input, and improve the operability.

〔実施例〕〔Example〕

次に、第1図を用いて本発明の1実施例の構成および
動作を順次詳細に説明する。
Next, the configuration and operation of one embodiment of the present invention will be sequentially described in detail with reference to FIG.

第1図において、入力フィールド1は、画面上に設け
たデータを入力するフィールドであって、ここでは左詰
めに入力するフィールドである。
In FIG. 1, an input field 1 is a field for inputting data provided on the screen, and here is a field for left-justified input.

画面入出力制御プログラム2は、入力フィールド1に
入力されたデータの取り込み(READ)、編集処理したデ
ータを入力フィールド1に表示(WRITE)、および再表
示時に無編集処理を行って元のデータ入力状態にして入
力フィールド1に表示したりなどする制御プログラムで
ある。
The screen input / output control program 2 captures the data input in the input field 1 (READ), displays the edited data in the input field 1 (WRITE), and performs the non-editing process at the time of re-display to input the original data. It is a control program for displaying in the input field 1 in a state.

無編集処理2−1は、再表示時に、メモリ4に表示デ
ータが格納されていた場合に起動される処理であって、
例えばのように編集処理して入力フィールド1に表示
したデータ ¥1,234,567 ・・・・・・・・・・(3) から¥、コンマなどの記号を取り去ると共に左詰めにし
た状態のデータ 1234567 ・・・・・・・・・・・・・(4) を生成するものである。
The non-editing process 2-1 is a process that is started when display data is stored in the memory 4 at the time of redisplay,
Data that has been edited and displayed in input field 1 as in the following example: Data that is left-justified while removing symbols such as \ and comma from (1,234,567) (3) 1234567 ・ ・........................ (4) is generated.

アプリ(アプリケーションプログラム)3は、入力フ
ィールド1からデータを取り込んでメモリ4に格納した
り(READ)、この取り込んだデータを取り出して編集さ
せて入力フィールド1に表示させたりして各種業務を行
うプログラムである。
The application (application program) 3 is a program for fetching data from the input field 1 and storing it in the memory 4 (READ), or fetching and editing the fetched data and displaying it in the input field 1 to perform various tasks. Is.

メモリ4は、入力フィールド1に入力されたデータを
取り込むメモリである。
The memory 4 is a memory that captures the data input in the input field 1.

次に、ないしに示す順序に従い、第1図構成の動
作を具体的に順次説明する。
Next, the operation of the configuration shown in FIG. 1 will be specifically and sequentially described in the order shown in FIG.

は、カーソル表示し、入力待ちの状態を示す。これ
は、アプリ3がREAD Aを発行し、これに対応して画面
入出力制御プログラム2が入力フィールド1の左端の位
置にカーソルを表示し、ユーザからのデータ入力を待つ
状態を示す。
Indicates the state of waiting for input by displaying the cursor. This shows a state in which the application 3 issues READ A, the screen input / output control program 2 displays the cursor at the leftmost position of the input field 1 in response to this, and waits for data input from the user.

は、ユーザが入力フィールド1にデータ 1234567 を入力し、入力完了を指示した状態を示す。これによ
り、画面入出力制御プログラム2およびアプリ3を介し
てメモリ4上に図示のように扱い易い形に変換したデー
タを格納する。
Indicates that the user has input data 1234567 in the input field 1 and has instructed the completion of input. As a result, the converted data is stored in the memory 4 via the screen input / output control program 2 and the application 3 in a form that is easy to handle as shown in the figure.

は、編集表示した状態を示す。これは、アプリ3が
WRITE Aを発行し、これに対応して画面入出力制御プ
ログラム2がメモリ4から読み出したデータを見易い形
に編集し、入力フィールド1に ¥1,234,567 として表示した状態を示す。
Indicates a state of being edited and displayed. This is app 3
WRITE A is issued, and in response to this, the screen input / output control program 2 edits the data read from the memory 4 in an easy-to-read form and displays it in the input field 1 as \ 1,234,567.

は、無編集表示した状態を示す。これは、ユーザが
で編集表示したデータの一部に間違いを発見してこの
旨を入力したことに対応して、アプリ3中で入力デー
タのチェックのNGとされ、再度、READ Aを発行する。
このREAD Aの発行に対応して、画面入出力制御プログ
ラム2ので表示データがメモリ5上に格納されている
か否かを判別する。ここでは、存在するのでYESとな
り、無編集処理2−1が起動され、編集前の元のデータ
に編集(の編集表示から¥、コンマなどの記号を取り
去ると共に左詰めにした状態に編集)し、の無編集表
示 1234567 を行う。尚、で表示データがメモリ4上に存在しない
とき(消去されているとき)には、NOとなり、再表示で
ないと判別し、次の処理に進む(即ち以降を繰り返し
実行する)。
Indicates a state in which no editing is performed. This is an NG check of the input data in the application 3 in response to the user discovering an error in some of the data edited and displayed and inputting this, and issues READ A again. .
In response to the issuance of READ A, the screen input / output control program 2 determines whether display data is stored in the memory 5. Since it exists, YES is given here, and the non-editing process 2-1 is started, and the original data before editing is edited (the symbols such as \ and comma are removed from the edit display of and edited to the left justified state). The unedited display 1234567 is displayed. When the display data does not exist in the memory 4 (when it is erased), the result is NO, it is determined that the display is not redisplay, and the process proceeds to the next process (that is, the subsequent processes are repeatedly executed).

は、カーソル表示し、入力待ちする。 Displays the cursor and waits for input.

は、入力完了の状態を示す。これは、のカーソル
が左端の状態からカーソルを数字“4"の位置まで移動さ
せ、正しい数字“5"を入力した後の状態を示す。そし
て、メモリ4上に再入力した正しいデータを図示のよう
に格納する。
Indicates the state of completion of input. This shows the state after the cursor is moved from the leftmost position to the position of the number "4" and the correct number "5" is entered. Then, the re-input correct data is stored in the memory 4 as illustrated.

は、編集表示を示す。これは、でメモリ4に格納
したデータを編集して図示のように表示したものであ
る。
Indicates an edit display. This is obtained by editing the data stored in the memory 4 and displaying it as shown in the figure.

以上のように、アプリ3がREAD Aを発行したことに
対応して、画面入出力制御プログラム2が、メモリ4上
に直前に格納されたデータが存在していた場合に再入力
と判断し、このメモリ4から取り出したデータを編集前
のもとのデータ(左詰め、¥、コンマなどの無い状態の
データ)に編集し、入力フィールド1に表示し、ユーザ
からの訂正の再入力を促すことにより、アプリ3に負担
をかけることなく、再入力し易くして操作性を向上させ
ることが可能となる。
As described above, in response to the application 3 issuing READ A, the screen input / output control program 2 determines that the data has been stored in the memory 4 immediately before, and determines that the data has been re-input. Edit the data retrieved from this memory 4 to the original data before editing (data without left-justification, \, comma, etc.), display it in input field 1, and prompt the user to re-input the correction. As a result, it is possible to improve the operability by making it easy to re-input without burdening the application 3.

〔発明の効果〕〔The invention's effect〕

以上説明したように、本発明によれば、画面上の入力
フィールド1からデータを再入力する際に、画面入出力
制御プログラム2が元の無編集状態に編集したデータを
自動的に表示し、再入力を促す構成を採用しているた
め、アプリ3の負担を増やすことなく、再入力をし易く
して操作性を向上させることができる。
As described above, according to the present invention, when data is re-input from the input field 1 on the screen, the screen input / output control program 2 automatically displays the original edited data, Since the configuration that prompts re-entry is adopted, re-entry can be facilitated and operability can be improved without increasing the load on the application 3.

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

第1図は本発明の1実施例構成図、第2図は従来技術の
説明図を示す。 図中、1は入力フィールド、2は画面入出力制御プログ
ラム、2−1は無編集処理、3はアプリ(アプリケーシ
ョンプログラム)、4はメモリを表す。
FIG. 1 is a configuration diagram of an embodiment of the present invention, and FIG. 2 is an explanatory diagram of a conventional technique. In the figure, 1 is an input field, 2 is a screen input / output control program, 2-1 is a non-editing process, 3 is an application (application program), and 4 is a memory.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】画面の入力フィールドにデータを無編集に
して表示するデータ無編集表示方式において、 画面上に設けたデータを入力する入力フィールド(1)
と、 この入力フィールド(1)に入力したデータの取り込み
処理、および再表示時に無編集処理を行って元のデータ
入力状態にする無編集処理(2-1)などからなる画面入
出力制御プログラム(2)とを備え、 上記入力フィールド(1)に入力したデータを編集して
表示し、再表示時に上記無編集処理(2-1)が元の無編
集状態に編集して入力フィールド(1)に表示して上書
きする態様で再入力を行い得るように構成したことを特
徴とするデータ無編集表示方式。
1. An input field (1) for inputting data provided on a screen in a data non-editing display method for displaying data in an input field on the screen without editing.
And a screen input / output control program (2-1) including the processing for fetching the data input in this input field (1) and the non-editing processing (2-1) for performing the non-editing processing when redisplaying to return to the original data input state ( 2) and edits and displays the data input in the input field (1), and when re-displaying, the non-editing process (2-1) edits the data into the original non-editing state and the input field (1) A data non-editing display method characterized by being configured so that re-inputting can be performed in a mode of displaying and overwriting.
JP1188033A 1989-07-20 1989-07-20 Data non-editing display method Expired - Fee Related JP2507616B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1188033A JP2507616B2 (en) 1989-07-20 1989-07-20 Data non-editing display method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1188033A JP2507616B2 (en) 1989-07-20 1989-07-20 Data non-editing display method

Publications (2)

Publication Number Publication Date
JPH0352019A JPH0352019A (en) 1991-03-06
JP2507616B2 true JP2507616B2 (en) 1996-06-12

Family

ID=16216492

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1188033A Expired - Fee Related JP2507616B2 (en) 1989-07-20 1989-07-20 Data non-editing display method

Country Status (1)

Country Link
JP (1) JP2507616B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2069355C (en) * 1991-06-07 1998-10-06 Robert C. Pike Global user interface

Also Published As

Publication number Publication date
JPH0352019A (en) 1991-03-06

Similar Documents

Publication Publication Date Title
JPH0388087A (en) Document reader
JP2507616B2 (en) Data non-editing display method
JPH07120285B2 (en) How to use the syntax checker and text editor
JPS63288357A (en) Data editing system
JP2706558B2 (en) Ladder program editing method
JP2723236B2 (en) Character reader
JPH05224800A (en) Automatic input system
JP5028644B2 (en) Electronic computer and computer control program
JPH01191269A (en) Image controller
JPH0991127A (en) Image processing programming method
JPH0498454A (en) Screen state continuing control system
JP2000322589A (en) Graph display system
JPH0512953U (en) Small electronic calculator
JPH0651888A (en) Operation re-executing device
JPS62135958A (en) Simulation system
JPH0533248U (en) Image processing simulation device
JPS63269221A (en) Picture control system
JPH05100929A (en) Automatic master file learning system
JPH05189503A (en) Method and device for production of angular dimension
JPH0540734A (en) Electronic desktop calculator with function of displaying previous input valve
JPH08339413A (en) Data entry device
JPH0520018A (en) Field attribute display processor
JPH05120404A (en) Command processing system
JPH02259817A (en) Menu screen display system
JPH06223135A (en) Display angle re-setting system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees