JPH0343790A - Data padding system - Google Patents

Data padding system

Info

Publication number
JPH0343790A
JPH0343790A JP1179334A JP17933489A JPH0343790A JP H0343790 A JPH0343790 A JP H0343790A JP 1179334 A JP1179334 A JP 1179334A JP 17933489 A JP17933489 A JP 17933489A JP H0343790 A JPH0343790 A JP H0343790A
Authority
JP
Japan
Prior art keywords
screen
application program
data
embedded
control unit
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
JP1179334A
Other languages
Japanese (ja)
Inventor
Masao Yokoo
横尾 雅生
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Solution Innovators Ltd
Original Assignee
NEC Software Kyushu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Software Kyushu Ltd filed Critical NEC Software Kyushu Ltd
Priority to JP1179334A priority Critical patent/JPH0343790A/en
Publication of JPH0343790A publication Critical patent/JPH0343790A/en
Pending legal-status Critical Current

Links

Landscapes

  • Controls And Circuits For Display Device (AREA)

Abstract

PURPOSE:To reduce the test man-hours of an application program by introducing a padding data determining means for padding data from an application program to a screen in a videotex system. CONSTITUTION:The videotex system 1 passes data which is inputted from a user terminal 10 to the application program 9 by an application program interface control means 3 and a screen read control part 4 accesses a screen file 8 according to the result to read the screen. The padding data determining means 5 determines padding data with padding information on the read screen and the result from the application program 9 and sends information indicating whether or not the received data is processed correctly to the application program 9. Then the screen is composed of the determined padding information and read image information and sent. Consequently, the test man-hours of the application program 9 can be reduced.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は特定あるいは複数ユーザが会話形式で必要な画
面を得るビデオテックスシステムにおいてアプリケーシ
ョンプログラムの業務処理結果を画面へ埋込むデータ埋
込み方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a data embedding method for embedding business processing results of an application program into a screen in a videotex system in which a specific user or a plurality of users obtain necessary screens in a conversational manner.

〔従来の技術〕[Conventional technology]

従来、ビデオテックスシステムにおいてアプリケーショ
ンプログラムからのデータ埋込みは、利用者端末からの
情報を基にアプリケーションプログラムが業務処理を行
い、ビデオテックスシステム処理結果を渡す、ビデオテ
ックスシステムは処理結果を画面の持つ出力規定に従い
記憶域上に展開し、展開された処理結果を画面の持つ埋
込み情報に従って画面に埋込んで出力していた。
Conventionally, in the Videotex system, data embedding from an application program was done by the application program performing business processing based on information from the user terminal, passing the processing results to the Videotex system, and the Videotex system outputting the processing results to the screen. It was expanded into the storage area according to regulations, and the expanded processing results were embedded and output on the screen according to the embedding information held by the screen.

第3図は従来の技術によるデータ埋込み方式の例を示す
処理図である。ビデオテックスシステム31はデータ入
力制御部によって受け取ったデータ33をアプリケーシ
ョンプログラム32に渡し、アプリケーションプログラ
ム32で処理されたデータ35を受け取る。ビデオテッ
クスシステム31は受け取ったデータ35をもとに画面
読み出し制御部により画面ファイル315をアクセスし
、画面のもつ出力規定316.埋込み情報313゜画像
情報314を取り出す。アプリケーションプログラム3
2で処理されたデータ35は出力規定316をもとに埋
込みデータ格納手段により記憶域上に展開され、埋込み
情報313をもとに埋込み情報編集手段によりユーザメ
モリ312を作成し画像情報314に埋込み、データ出
力制御部により利用者端末に出力する。
FIG. 3 is a processing diagram showing an example of a data embedding method according to a conventional technique. The Videotex system 31 passes data 33 received by the data input control section to the application program 32 and receives data 35 processed by the application program 32. Based on the received data 35, the Videotex system 31 accesses the screen file 315 using the screen reading control unit, and outputs the output specifications 316 of the screen. Embedded information 313° Image information 314 is extracted. Application program 3
The data 35 processed in step 2 is developed on the storage area by the embedded data storage means based on the output regulations 316, and the user memory 312 is created by the embedded information editing means based on the embedded information 313 and embedded in the image information 314. , is output to the user terminal by the data output control unit.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来のアプリケーションプログラムからのデー
タ埋込み方式では、埋込むデータの位置、コード体系、
埋込むデータの長さが画面の構成要素に依存していたた
め、アプリケーションプログラムは入力データを基に処
理した結果を送出するだけで画面への埋込み状況を把握
することが難しかった。また、アプリケーションプログ
ラムに修正が生じると画面の構成要素にも修正が必要と
なる場合が生じてくるばかりでなく、画面の構成要素へ
の依存度が高いためテスト段階においてアプリケーショ
ンプログラムのエラーなのか画面の持つ情報のエラーな
のか把握しに<<、テスト工数が大きくなるという欠点
があった。
In the conventional data embedding method from the application program described above, the position of the data to be embedded, the code system,
Because the length of the data to be embedded depended on the screen components, it was difficult for the application program to understand the embedding status on the screen by simply sending out the results of processing based on the input data. In addition, when an application program is modified, not only the screen components may also need to be modified, but since the screen is highly dependent on the screen components, it is difficult to determine whether the screen is due to an error in the application program during the testing stage. The drawback was that it took a lot of testing time to figure out whether there was an error in the information held by the system.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のデータ埋込み方式は、画面を蓄積している画面
ファイルと、蓄積された画面を記憶域上に読みだす制御
部と、ユーザ端末からデータを受け取る入力制御部と、
入力されたデータをアプリケーションプログラムにより
処理した結果を埋込んだ画面をユーザ端末に出力する出
力制御部と、コード体系や埋込みデータの長さを直接認
識するアプリケーションプログラムインタフェース制御
手段と、画面の持つ埋込み情報だけによる埋込みデータ
決定手段と、埋込みデータ決定手段により画面を合成す
る画面合成手段とを有する。
The data embedding method of the present invention includes a screen file that stores screens, a control section that reads the stored screens onto a storage area, and an input control section that receives data from a user terminal.
an output control unit that outputs a screen embedded with the result of processing input data by an application program to a user terminal; an application program interface control means that directly recognizes the code system and length of embedded data; It has an embedded data determining means based only on information, and a screen synthesizing means for synthesizing a screen using the embedded data deciding means.

〔実施例〕〔Example〕

次に本発明について図を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

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

同図において1はビデオテックスシステム、2はデータ
入力制御部、3はアプリケーションプログラムインタフ
ェース制御手段、4は画面読み出し制御部、5は埋込み
データ決定手段、6は画面合成手段、7はデータ出力制
御部、8は画面ファイル、9はアプリケージ3ンプログ
ラム、10は利用者端末をそれぞれ示す。
In the figure, 1 is a Videotex system, 2 is a data input control section, 3 is an application program interface control means, 4 is a screen readout control section, 5 is an embedded data determination means, 6 is a screen composition means, and 7 is a data output control section. , 8 indicates a screen file, 9 indicates an application program, and 10 indicates a user terminal.

ビデオテックスシステム1は利用者端末10から入力さ
れたデータをデータ入力制御部2により受け取り、アプ
リケーションプログラムインタフェース制御手段3によ
りアプリケーションプログラム9ヘデータを渡す。ビデ
オテックスシステム1はアプリケーションプログラム9
で処理された結果を再びアプリケーションプログラムイ
ンタフェース制御部3で受け取り、その結果により画面
読み出し制御部4で画面ファイル8をアクセスし画面を
読み込む。読み込まれた画面の埋込み情報トアブリケー
ションプpグラム9からの結果から、埋込みデータ決定
手段5により埋込みデータを決定する。その際、アプリ
ケーションプログラム9から受け取ったデータが正しく
処理されたかどうかの情報をアプリケーションプログラ
ム9に送信する。決定された埋込み情報と読み込まれた
画像情報をもとに、画面合成手段6により画面を合成し
データ出力手段7により利用者端末IOに送信する。
The Videotex system 1 receives data input from a user terminal 10 through a data input control section 2, and passes the data to an application program 9 through an application program interface control means 3. Videotex system 1 is application program 9
The application program interface control unit 3 receives the processed results again, and based on the results, the screen readout control unit 4 accesses the screen file 8 and reads the screen. The embedded data determining means 5 determines embedded data based on the result from the embedded information tabulation program 9 of the screen that has been read. At that time, information indicating whether the data received from the application program 9 has been correctly processed is transmitted to the application program 9. Based on the determined embedded information and the read image information, the screen composition means 6 synthesizes a screen, and the data output means 7 transmits it to the user terminal IO.

第2図は上記のデータ埋込み方式の動作を説明する処理
図である。
FIG. 2 is a process diagram illustrating the operation of the data embedding method described above.

利用者端末10かわビデオテックスシステム1に入力さ
れたデータ23「東京・福岡」はアプリケーションプロ
グラムインタフェース制御部3によりアプリケーション
プログラム9に渡される。
Data 23 "Tokyo/Fukuoka" inputted into the user terminal 10 Kawavideotex system 1 is passed to the application program 9 by the application program interface control section 3.

アプリケーションプログラム9は受け取ったデータ24
をもとに業務処理を行い、処理結果データ25を作成す
る。処理結果データ25には出力しようとする画面番号
26 ro OO05000000J。
Application program 9 receives data 24
Business processing is performed based on the information, and processing result data 25 is created. The processing result data 25 includes the screen number 26 ro OO05000000J to be output.

埋込み個数27r4Jを指定し、個々の埋込みデータに
はユーザメモリ番号28 r 01 J、 :l! −
ド体系29r2J、埋込みデータ長210r2J。
The number of embedded data is specified as 27r4J, and each embedded data has a user memory number of 28r01J, :l! −
Code system: 29r2J, embedded data length: 210r2J.

埋込みデータ211「東京」を指定する。これを埋込み
データ数分作成する。
Specify embedded data 211 "Tokyo". Create this for the number of embedded data.

ビデオテックスシステム1はアプリケーションプログラ
ム9から処理結果データ25をアプリケーションプログ
ラムインタフェース制御部3により受け取り、個々の埋
込みデータから埋込みデータ決定手段5によりユーザメ
モ!j212を作成する。また、処理結果データ25の
画面番号26により画面読み出し制御部4で画面ファイ
ル8をアクセスし、画面の埋込み情報213と画像情報
214を取り出す。取り出した画面の埋込み情報213
からユーザメモリ番号28rOIJに該当するユーザメ
モリ212内のデータ「東京」を画面合成手段6により
埋込み位置(Xi、Yl)に埋込む。同様の処理を全ユ
ーザメモリに対して行う。、こうして決定された埋込み
データと画像情報214とにより画面を合成する。そし
てビデオテックスシステム1は合成された画面をデータ
出力制御部7により利用者端末10に送信する。
The Videotex system 1 receives processing result data 25 from the application program 9 through the application program interface control unit 3, and uses the embedded data determining means 5 to select user memo data from individual embedded data. Create j212. Further, the screen read control unit 4 accesses the screen file 8 using the screen number 26 of the processing result data 25, and extracts the embedded information 213 and image information 214 of the screen. Embedded information 213 on the retrieved screen
The data "Tokyo" in the user memory 212 corresponding to the user memory number 28rOIJ is embedded in the embedding position (Xi, Yl) by the screen composition means 6. Similar processing is performed for all user memories. , a screen is synthesized using the embedded data determined in this way and the image information 214. Then, the Videotex system 1 transmits the synthesized screen to the user terminal 10 using the data output control section 7.

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

以上説明したように本発明は、ビデオテックスシステム
において画面へのアプリケーションプログラムからの埋
込みデー・夕決定手段を導入することにより、′γブリ
ケーションプログラム作成の上で作成者の幅の広い運用
を可能とするばかりでなく、アプリケーションプログラ
ムのテスト工数も削減し、また画面の作成、保守の容易
性を向上するという効果がある。
As explained above, the present invention enables a wide range of users to use a wide range of applications when creating a ``gamma printing program'' by introducing a means for determining the date and time to be embedded into the screen from an application program in the Videotex system. This has the effect of not only reducing the number of man-hours required for testing application programs, but also improving the ease of screen creation and maintenance.

第1図は本発明の一実施例を示す構成図、第2図は動作
を説明する処理図、第3図は従来のデータ埋込み方式の
処理図である。
FIG. 1 is a block diagram showing an embodiment of the present invention, FIG. 2 is a processing diagram explaining the operation, and FIG. 3 is a processing diagram of a conventional data embedding method.

1・・・・・・ビデオテックスシステム、2・・・・・
・データ入力制御部、3・・・・・・アプリケーション
プログラムインタフェース制御手段、4・・・・・・画
面読み出し制御部、5・・・・・・埋込みデータ決定手
段、6・・・・・・画面合成手段、7・・・・・・デー
タ出力制御部、8・・・・・・画面ファイル、9・・・
・・・アプリケーションプログラム、10・・・・・・
利用者端末。
1...Videotex system, 2...
・Data input control unit, 3...Application program interface control means, 4...Screen reading control unit, 5...Embedded data determination means, 6... Screen composition means, 7... Data output control unit, 8... Screen file, 9...
...Application program, 10...
User terminal.

Claims (1)

【特許請求の範囲】[Claims] 画面を蓄積している画面ファイルと、蓄積された画面を
記憶域上に読みだす制御部と、ユーザ端末からデータを
受け取る入力制御部と、入力されたデータをアプリケー
ションプログラムにより処理した結果を埋込んだ画面を
ユーザ端末に出力する出力制御部と、コード体系や埋込
みデータの長さを直接認識するアプリケーションプログ
ラムインタフェース制御手段と、画面の持つ埋込み情報
だけによる埋込みデータ決定手段と、埋込みデータ決定
手段により画面を合成する画面合成手段とを有すること
を特徴とするデータ埋込み方式。
It embeds a screen file that stores screens, a control unit that reads the stored screens into a storage area, an input control unit that receives data from the user terminal, and the results of processing the input data using an application program. an output control unit that outputs a screen to a user terminal; an application program interface control unit that directly recognizes the code system and the length of the embedded data; an embedded data determination unit that uses only the embedded information of the screen; and an embedded data determination unit. A data embedding method characterized by comprising a screen compositing means for composing screens.
JP1179334A 1989-07-11 1989-07-11 Data padding system Pending JPH0343790A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1179334A JPH0343790A (en) 1989-07-11 1989-07-11 Data padding system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1179334A JPH0343790A (en) 1989-07-11 1989-07-11 Data padding system

Publications (1)

Publication Number Publication Date
JPH0343790A true JPH0343790A (en) 1991-02-25

Family

ID=16064024

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1179334A Pending JPH0343790A (en) 1989-07-11 1989-07-11 Data padding system

Country Status (1)

Country Link
JP (1) JPH0343790A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100608441B1 (en) * 2003-12-30 2006-08-03 주식회사 삼양사 A geogrid composed of collective fibers reinforced polymeric strip and method for producing the same

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100608441B1 (en) * 2003-12-30 2006-08-03 주식회사 삼양사 A geogrid composed of collective fibers reinforced polymeric strip and method for producing the same

Similar Documents

Publication Publication Date Title
JPH10232918A (en) Image file and image processor, image processing method and image processing system for processing the same
JPH0343790A (en) Data padding system
US5861961A (en) Integrated graphics system for a color copier
JPS60105044A (en) Microprogram control system
JP2740482B2 (en) Automatic test procedure manual creation system
JPH0542749A (en) Printing suspension processing device
AU667352B2 (en) An integrated graphics system for colour copier
JP2503634B2 (en) Micro program controller
JP3481284B2 (en) Image compression data decoding device
JPH05135066A (en) System and method for managing parts information
JP3080741B2 (en) Batch creation of group headings
JPH01123370A (en) Image data encoder
JPH0349229B2 (en)
JPH07334611A (en) Display method for non-recognized character
JPS617769A (en) Image memory write control system
JPH04318754A (en) Communication function check method in picture data recorder
JPH05135141A (en) Image data generation system of electronic filing system
JPH0210430A (en) Online program generating system
JPH05151219A (en) Document processor with partial access function
JPS62226325A (en) Form overlay controller
JPH05282277A (en) Automatic generating device for input data of process simulator
JPS60252400A (en) Voice synthesizer
JPH01269575A (en) Document output device
JPS6113325A (en) Input device
JPH06337866A (en) Editing device and editing method