JP2004151835A - Method of editing business form - Google Patents

Method of editing business form Download PDF

Info

Publication number
JP2004151835A
JP2004151835A JP2002314310A JP2002314310A JP2004151835A JP 2004151835 A JP2004151835 A JP 2004151835A JP 2002314310 A JP2002314310 A JP 2002314310A JP 2002314310 A JP2002314310 A JP 2002314310A JP 2004151835 A JP2004151835 A JP 2004151835A
Authority
JP
Japan
Prior art keywords
field
cursor
editing
determined
link
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.)
Withdrawn
Application number
JP2002314310A
Other languages
Japanese (ja)
Inventor
Kinya Honda
欽也 本田
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2002314310A priority Critical patent/JP2004151835A/en
Publication of JP2004151835A publication Critical patent/JP2004151835A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To efficiently carry out editing work by making it possible to do the editing work while easily verifying the set state of each field when editing business forms. <P>SOLUTION: An edit mode for each field is determined, and when a cursor that moves when operated by the user overlaps either of the plurality of fields, it is determined whether or not the field is editable in the edit mode; if it is determined to be editable, the shape of the cursor overlapping the field is changed into a shape indicating that it is editable. When the user directs the field overlapping the reshaped cursor to be edited in the edit mode, the field is edited. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
帳票を編集するための帳票編集方法に係るものである。
【0002】
【従来の技術】
従来、帳票を出力する際に、図4のように、帳票のレイアウトを示すフォームファイル(帳票テンプレート)の所定の個所(フィールド)に対し、データファイルのデータを流し込んで出力フォームを得られるようにしていた。本明細書では、データが流し込まれる個所(フィールド)を示す図形をフィールド図形と呼ぶことにし、データファイルをフィールドデータと呼ぶことにする。
【0003】
【発明が解決しようとする課題】
一方、フォームファイル内に複数のフィールド図形があり、該フォームファイルの編集を行うとき、各フィールド図形に対して既に為されている設定をユーザが認知するのは難しく、また、各フィールド図形に為されている設定を確認するのにも手間がかかってしまうことになる。
【0004】
そこで、本発明では、帳票の編集を行う際に、各フィールド図形の設定状態を容易に確認しながら編集作業を行えるようにすることを目的とする。
【0005】
【課題を解決するための手段】
上記課題を解決するために、本発明の帳票編集方法は、帳票に含まれる複数のフィールドに対して編集操作を行なう帳票編集方法であって、フィールドに対する編集モードを判定するモード判定ステップと、ユーザの操作により移動するカーソルが、前記複数のフィールドのいずれかに重なったか判定する重なり判定ステップと、前記重なり判定ステップで重なったと判定されたフィールドに対して、前記モード判定ステップで判定された編集モードの編集を実行可能か判定する実行可能判定ステップと、前記実行可能判定ステップで実行可能と判定された場合、該フィールドと重なっているカーソルの表示形状を、実行可能であることを示す表示形状に変更するカーソル変更ステップと、前記カーソル変更ステップで表示形状が変更されたカーソルに重なっているフィールドに対して、前記編集モードの編集の実行がユーザにより指示された場合、該フィールドに対して該編集を実行する実行ステップとを有することを特徴とする。
【0006】
【発明の実施の形態】
図1は、本実施形態である帳票作成編集システムのハードウェアの構成を表わすブロック図である。このシステムは、CPU10などで構成される中央処理装置と、ROM11/RAM12などで構成される主記憶装置、FDドライブ13やHDドライブ15などで構成される外部記憶装置、マウス18などのポインティングデバイス(座標指示手段)やキーボード16で構成される指示入力装置、CRTディスプレイ17などで構成される表示装置、プリンタやプロッタで構成される印刷装置19とそれらを結ぶシステムバス20とからなるコンピュータシステムであるものとする。また、このシステムは、ネットワークなどの通信回線を介して他のコンピュータシステムと接続されているものとする。
【0007】
本システムは、基本I/OプログラムやOSおよび帳票作成編集プログラムをCPUが実行することにより動作する。基本I/OプログラムはROM11に書き込まれており、OSはHD15に書き込まれているものとする。そして本システムの電源がONされたときに、基本I/Oプログラム中のIPL(イニシャル・プログラム・ローディング)機能によりHD15からOSがRAM12に読み込まれ、OSの動作が開始される。
【0008】
また、本実施形態を実現するための制御プログラム(帳票作成編集プログラム)および関連データはFD14中に記録されており、その記録されている内容の構成を図2に示す。FD14に記録された制御プログラム及び関連データは、図1に示すようにFDドライブ13を通じて本コンピュータシステムにロードすることができる。このFDがFDドライブ13にセットされると、OSおよび基本I/Oプログラムの制御の下に本制御プログラムおよび関連データがFD14から読み出され、RAM12にロードされて動作可能となる。図3は、本制御プログラムがRAMにロードされ実行可能となった状態のメモリマップを示す。
【0009】
なお、本実施形態では、FD14から制御プログラム及び関連データを直接RAM12にロードして実行させる例を示したが、この制御プログラム及び関連データを、HD15に予め格納(インストール)しておき、本プログラムを動作させる段にHD15からRAM12にロードするようにしてもよい。また本制御プログラムを記録する媒体は、FD以外にCD−ROM、ICメモリカードなど他のリムーバブル記憶媒体を用いることも可能である。さらに本プログラムをROM11に記録しておき、これをメモリマップの一部をなすように構成し、直接CPU10で実行することも可能である。また、ネットワークを介して他の装置から本制御プログラムを読み込んで実行するようにしても構わない。
【0010】
[第1の実施形態]
図4はフォームファイルのフィールドに対してフィールドデータを流し込んで出力フォームを生成する形態を示す一例である。本実施形態では、フィールド図形に対し、入力されたフィールドデータの出力形態を指定(出力書式指定)することが可能とし、この出力書式を指定するための文字を出力ピクチャと呼ぶ。例えば、図4において、出力ピクチャである「K」が文字を1文字だけ出力するように定義されたピクチャ文字である場合、流し込まれたフィールドデータの中から、数値ではなく文字だけを出力するように制御し、さらに、「K」が5個ある場合は、そのフィールド図形内にフィールドデータを5文字まで出力可とするように制御できるものとする。
【0011】
また、本実施形態では、図5のように、複数のフィールド図形をリンク付けすることで、複数のフィールド図形にまたがって1つのフィールドデータを流し込めるようにできるものとする。なお、図5では、リンク付けされているフィールド図形の順序が分かりやすいようにリンクを矢印で示した。本実施形態では、リンク付けされているフィールド図形をリンク図形と呼ぶことにする。リンク図形は、リンク付け可能なフィールド図形を選択してリンクの指示を与えることにより作成されるものとする。しかしながら、このリンク図形を作成するにあたって、どのフィールド図形がリンク付け可能なのか、また既にリンク付けされているフィールド図形のうちどれが削除可能なのかが分かりづらいようでは、編集作業の効率が悪くなる。そこで、本実施形態では、帳票の編集を行う際に、各フィールド図形の設定状態を容易に確認しながら編集作業を行えるようにする。
【0012】
図6を用いて本実施形態の詳細な動作の説明を行う。
【0013】
まずフォームファイルの作成/編集時、ユーザの入力操作によりリンク図形を作成するモードにされたかどうかを判定する(ステップS1)。
【0014】
ステップS1でリンク図形を作成するモードであると判定された場合には、ステップS2において、フィールド図形上にカーソルがあるかどうかを判定する。
【0015】
ステップS2でフィールド図形上にカーソルがあると判定された場合には、ステップS3において、そのフィールド図形がリンク付け可能かどうかを判定する。
【0016】
ステップS3で該カーソルと重なっているフィールド図形がリンク付け可能な図形であると判定された場合には、ステップS4において、既に選択されているフィールド図形があるかどうかを判定する。
【0017】
ステップS4で既に選択されているフィールド図形がないと判定された場合、ステップS5において、カーソルの表示を、当該カーソルに重なっているフィールド図形は1番目にリンク付けされるリンク図形として指定可能であることを示す表示に変更する。図7にその一例を示す。カーソルの表示を変更することで、リンク付けが可能かどうかと、他にリンク付けされるフィールド図形が選択されているかが、一目でわかるようになり、リンク図形作成の効率が上がる。
【0018】
ステップS4で既に選択されているフィールド図形があると判定された場合、ステップS6において、カーソルの表示を、当該カーソルに重なっているフィールド図形は既に選択されているリンク図形に追加可能であることを示す表示に変更する。図8にその一例を示す。カーソルの表示を変更することで、リンク付けが可能かどうかと、既にリンク付けされているリンク図形への追加かどうかが、一目でわかるようになり、リンク図形作成の効率が上がる。
【0019】
ステップS7において、ステップS5またはS6にて図7または図8のような表示になっているときに、ユーザによって、カーソルと重なっているフィールド図形をリンク付けするという指示操作が行われたかどうかを判定する。
【0020】
ステップS7でリンク付けするという指示操作が行われたと判定された場合には、カーソルと重なっているフィールド図形をリンク付けする。このときステップS5の過程を通ってきた場合は、該フィールド図形はリンクの先頭としてリンク付けされる。また、ステップS6の過程を通ってきた場合は、フィールド図形は既に選択されているリンク図形に追加される。
【0021】
[第2の実施形態]
第1の実施形態ではリンク図形を作成するとき、フィールド図形をリンク付け操作時のカーソルの表示形態を示した。これに対し、第2の実施形態では、すでにリンク付けされているフィールド図形をリンクから解除するときのカーソルの表示形態を示す。
【0022】
図9は第2の実施形態における動作の流れを表すフローチャートである。
【0023】
ステップS21において、ユーザの入力操作によりリンク解除モードが指定されたか判断する。
【0024】
ステップS21でリンク解除モードであると判定された場合、ステップS22において、リンク図形上にカーソルがあるかどうかを判定する。
【0025】
ステップS22においてリンク図形上にカーソルがあると判定した場合、ステップS23において、該カーソルと重なっているリンク図形(フィールド図形)が解除可能かどうかを判定する。該カーソルと重なっているフィールド図形のリンク解除が可能でないと判定した場合は、なにも行わずにステップS21に戻る。
【0026】
ステップS23でリンク解除可能であると判定された場合には、ステップS24において、カーソルの表示を、当該フィールド図形のリンク解除可能であることを示す表示に変更する。図10にリンク解除可能なフィールド図形がポイントされたときのカーソル表示の変更の一例を示す。カーソルの表示が変更されるので、リンクを解除できるのかどうかが一目でわかり、フォーム編集の効率が上がる。
【0027】
ステップS25において、該カーソルと重なっているフィールド図形のリンクを解除することがユーザにより指示されたかどうか、判定する。
【0028】
ステップS25でリンク解除が指示されたと判定した場合は、該カーソルと重なっているリンク図形のリンクを解除し、ステップS25でリンク解除が指示されなかったと判定した場合はステップS21に戻る。
【0029】
[その他の実施形態]
上述した実施形態では、フィールド図形に対してリンクの設定を行なうものとしたが、このリンクの設定はフィールド図形によって示されるフィールドに対する設定と解釈しても構わない。例えば、各フィールドの設定値には、フィールド図形の形状や位置、リンクの設定などが含まれるように構成すればよい。
【0030】
[本発明を実現するための実施態様]
本発明を実現するための実施態様を以下に総括する。
【0031】
[実施態様1]
帳票に含まれる複数のフィールドに対して編集操作を行なう帳票編集方法であって、
フィールドに対する編集モードを判定するモード判定ステップと、
ユーザの操作により移動するカーソルが、前記複数のフィールドのいずれかに重なったか判定する重なり判定ステップと、
前記重なり判定ステップで重なったと判定されたフィールドに対して、前記モード判定ステップで判定された編集モードの編集を実行可能か判定する実行可能判定ステップと、
前記実行可能判定ステップで実行可能と判定された場合、該フィールドと重なっているカーソルの表示形状を、実行可能であることを示す表示形状に変更するカーソル変更ステップと、
前記カーソル変更ステップで表示形状が変更されたカーソルに重なっているフィールドに対して、前記編集モードの編集の実行がユーザにより指示された場合、該フィールドに対して該編集を実行する実行ステップと
を有することを特徴とする帳票編集方法。
【0032】
[実施態様2]
実施態様1に記載の帳票編集方法であって、前記編集モードは、前記複数のフィールド間におけるリンクの作成であることを特徴とする。
【0033】
[実施態様3]
実施態様1に記載の帳票編集方法であって、前記編集モードは、前記複数のフィールド間におけるリンクの解除であることを特徴とする。
【0034】
[実施態様4]
実施態様2に記載の帳票編集方法であって、前記カーソル変更ステップで変更されるカーソルの表示形状は、該カーソルに重なっているフィールドのリンク順に応じて変更されることを特徴とする。
【0035】
[実施態様5]
実施態様1乃至4のいずれかに記載の帳票編集方法の各ステップを、コンピュータに実行させるためのコンピュータプログラム。
【0036】
[実施態様6]
実施態様1乃至4のいずれかに記載の帳票編集方法の各ステップを、コンピュータに実行させるためのコンピュータプログラムが格納されたコンピュータ読取可能な記憶媒体。
【0037】
[実施態様7]
帳票に含まれる複数のフィールドに対して編集操作を行なう帳票編集システムであって、
フィールドに対する編集モードを判定するモード判定手段と、
ユーザの操作により移動するカーソルが、前記複数のフィールドのいずれかに重なったか判定する重なり判定手段と、
前記重なり判定手段で重なったと判定されたフィールドに対して、前記モード判定手段で判定された編集モードの編集を実行可能か判定する実行可能判定手段と、
前記実行可能判定手段で実行可能と判定された場合、該フィールドと重なっているカーソルの表示形状を、実行可能であることを示す表示形状に変更するカーソル変更手段と、
前記カーソル変更手段で表示形状が変更されたカーソルに重なっているフィールドに対して、前記編集モードの編集の実行がユーザにより指示された場合、該フィールドに対して該編集を実行する実行手段と
を有することを特徴とする帳票編集システム。
【0038】
【発明の効果】
以上説明したように、帳票の作成・編集時において、フィールドに対する編集操作を効率よく行えるようになる。
【図面の簡単な説明】
【図1】本実施形態の帳票作成編集システムのハードウェア構成図
【図2】FD14中に記録されている内容の構成図
【図3】本制御プログラムがRAMにロードされ実行可能となった状態のメモリマップ
【図4】出力フォームの生成例
【図5】リンク付けされたフォーム図形の例
【図6】リンク図形作成時の処理を示すフローチャート
【図7】フィールド図形をリンクの先頭に指定可能な場合の、カーソル表示例
【図8】フィールド図形をリンクに追加可能な場合の、カーソル表示例
【図9】リンク解除時の処理を示すフローチャート
【図10】リンクを解除する際のカーソル表示例
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a form editing method for editing a form.
[0002]
[Prior art]
Conventionally, when a form is output, as shown in FIG. 4, an output form can be obtained by pouring data of a data file into a predetermined location (field) of a form file (form template) indicating the layout of the form. I was In this specification, a figure indicating a place (field) into which data is to be poured is called a field figure, and a data file is called field data.
[0003]
[Problems to be solved by the invention]
On the other hand, when there are a plurality of field figures in a form file, and when editing the form file, it is difficult for the user to recognize the settings that have already been made for each field figure. It also takes time to check the settings that have been made.
[0004]
In view of the above, an object of the present invention is to make it possible to perform an editing operation while easily checking the setting state of each field figure when editing a form.
[0005]
[Means for Solving the Problems]
In order to solve the above problem, a form editing method of the present invention is a form editing method for performing an editing operation on a plurality of fields included in a form, wherein a mode determining step for determining an edit mode for the field, An overlap determination step of determining whether the cursor moved by the operation of the operation overlaps any of the plurality of fields; and an edit mode determined in the mode determination step for the field determined to overlap in the overlap determination step. An executable determination step of determining whether the editing of the field is executable, and if it is determined that the edit is executable, the display shape of the cursor overlapping the field is changed to a display shape indicating that the edit is executable. A cursor change step to be changed, and the display shape is changed in the cursor change step For fields that overlaps the Cursor, when the execution of the editing of the editing mode is instructed by the user, and having an execution step of executing the editing with respect to the field.
[0006]
BEST MODE FOR CARRYING OUT THE INVENTION
FIG. 1 is a block diagram illustrating a hardware configuration of a form creation and editing system according to the present embodiment. This system includes a central processing unit including a CPU 10, a main storage unit including a ROM 11 / RAM 12, an external storage unit including an FD drive 13 and an HD drive 15, a pointing device such as a mouse 18, and the like. This is a computer system including an instruction input device including a coordinate indicating unit) and a keyboard 16, a display device including a CRT display 17, a printing device 19 including a printer and a plotter, and a system bus 20 connecting them. Shall be. It is also assumed that this system is connected to another computer system via a communication line such as a network.
[0007]
This system operates when the CPU executes a basic I / O program, an OS, and a form creation / editing program. The basic I / O program is written in the ROM 11, and the OS is written in the HD 15. Then, when the power of the present system is turned on, the OS is read from the HD 15 into the RAM 12 by the IPL (initial program loading) function in the basic I / O program, and the operation of the OS is started.
[0008]
Further, a control program (form creation / editing program) and related data for realizing the present embodiment are recorded in the FD 14, and the configuration of the recorded contents is shown in FIG. The control program and related data recorded on the FD 14 can be loaded into the computer system through the FD drive 13 as shown in FIG. When the FD is set in the FD drive 13, the control program and related data are read out from the FD 14 under the control of the OS and the basic I / O program, loaded into the RAM 12, and become operable. FIG. 3 shows a memory map in a state where the control program is loaded into the RAM and becomes executable.
[0009]
In the present embodiment, an example is described in which the control program and related data are directly loaded from the FD 14 to the RAM 12 and executed, but the control program and related data are stored (installed) in the HD 15 in advance, and the program May be loaded from the HD 15 to the RAM 12 at the stage of operating. As a medium for recording the control program, other removable storage media such as a CD-ROM and an IC memory card can be used in addition to the FD. Further, it is also possible to record this program in the ROM 11, configure the program as a part of a memory map, and directly execute the program by the CPU 10. The control program may be read from another device via a network and executed.
[0010]
[First Embodiment]
FIG. 4 is an example showing a form in which field data is supplied to a field of a form file to generate an output form. In the present embodiment, it is possible to specify the output form of the input field data (output format specification) for a field graphic, and characters for specifying the output format are called output pictures. For example, in FIG. 4, if the output picture "K" is a picture character defined to output only one character, only characters rather than numerical values are output from the filled-in field data. If there are five "K" s, it can be controlled so that up to five characters of field data can be output in the field graphic.
[0011]
Further, in the present embodiment, as shown in FIG. 5, by linking a plurality of field figures, one field data can be flowed over a plurality of field figures. In FIG. 5, the links are indicated by arrows so that the order of the linked field graphics can be easily understood. In the present embodiment, a linked field graphic is called a link graphic. The link graphic is created by selecting a linkable field graphic and giving a link instruction. However, when creating this link figure, it is difficult to know which field figures can be linked and which of the already linked field figures can be deleted, so that the efficiency of the editing operation is reduced. . Therefore, in the present embodiment, when editing a form, the editing operation can be performed while easily checking the setting state of each field graphic.
[0012]
The detailed operation of the present embodiment will be described with reference to FIG.
[0013]
First, at the time of creating / editing a form file, it is determined whether or not a mode for creating a link graphic has been set by a user's input operation (step S1).
[0014]
If it is determined in step S1 that the mode is a mode for creating a link graphic, it is determined in step S2 whether a cursor is on the field graphic.
[0015]
If it is determined in step S2 that the cursor is on the field graphic, it is determined in step S3 whether the field graphic can be linked.
[0016]
If it is determined in step S3 that the field graphic overlapping the cursor is a graphic that can be linked, in step S4, it is determined whether there is a field graphic already selected.
[0017]
If it is determined in step S4 that there is no field graphic already selected, in step S5, the display of the cursor can be designated as the link graphic to be linked first with the field graphic overlapping the cursor. Display to indicate that FIG. 7 shows an example. By changing the display of the cursor, it is possible to see at a glance whether linking is possible and whether or not another field graphic to be linked is selected, thereby increasing the efficiency of link graphic creation.
[0018]
If it is determined in step S4 that there is a field graphic already selected, in step S6, the display of the cursor indicates that the field graphic overlapping the cursor can be added to the already selected link graphic. Change to the display shown. FIG. 8 shows an example. By changing the display of the cursor, it is possible to determine at a glance whether linking is possible and whether to add to a link figure already linked, thereby increasing the efficiency of link figure creation.
[0019]
In step S7, it is determined whether or not the user has performed an instruction operation to link the field graphic overlapping the cursor when the display as shown in FIG. 7 or 8 is made in step S5 or S6. I do.
[0020]
If it is determined in step S7 that a linking instruction operation has been performed, the field graphic overlapping the cursor is linked. At this time, if the process has passed through step S5, the field graphic is linked as the head of the link. When the process goes through the process of step S6, the field graphic is added to the already selected link graphic.
[0021]
[Second embodiment]
In the first embodiment, the display form of the cursor at the time of linking a field graphic when creating a link graphic has been described. On the other hand, in the second embodiment, the display form of the cursor when releasing the already linked field graphic from the link is shown.
[0022]
FIG. 9 is a flowchart showing the flow of the operation in the second embodiment.
[0023]
In step S21, it is determined whether the link release mode has been designated by the user's input operation.
[0024]
If it is determined in step S21 that the mode is the link release mode, it is determined in step S22 whether a cursor is on the link graphic.
[0025]
If it is determined in step S22 that the cursor is on the link graphic, it is determined in step S23 whether the link graphic (field graphic) overlapping the cursor can be released. If it is determined that the field graphic overlapping the cursor cannot be unlinked, the process returns to step S21 without performing any operation.
[0026]
If it is determined in step S23 that the link can be released, the display of the cursor is changed to a display indicating that the link of the field graphic can be released in step S24. FIG. 10 shows an example of changing the cursor display when a field graphic that can be unlinked is pointed. Because the cursor changes, you can see at a glance if you can break the link, which increases the efficiency of form editing.
[0027]
In step S25, it is determined whether or not the user instructs to release the link of the field graphic overlapping the cursor.
[0028]
If it is determined in step S25 that link release has been instructed, the link of the link graphic overlapping the cursor is released, and if it is determined in step S25 that link release has not been instructed, the process returns to step S21.
[0029]
[Other embodiments]
In the above-described embodiment, the link is set for the field graphic. However, the link setting may be interpreted as the setting for the field indicated by the field graphic. For example, the configuration value of each field may be configured to include the shape and position of a field graphic, the setting of a link, and the like.
[0030]
[Embodiments for Realizing the Present Invention]
Embodiments for realizing the present invention will be summarized below.
[0031]
[Embodiment 1]
A form editing method for performing an editing operation on a plurality of fields included in a form,
A mode determination step of determining an edit mode for the field;
An overlap determination step of determining whether a cursor moved by a user operation overlaps any of the plurality of fields;
An executable determination step of determining whether the editing of the edit mode determined in the mode determination step is executable for the field determined to overlap in the overlap determination step,
A cursor change step of changing the display shape of the cursor overlapping the field to a display shape indicating that the execution is possible, when it is determined that the execution is possible in the execution determination step;
When a user instructs execution of editing in the edit mode for a field overlapping a cursor whose display shape has been changed in the cursor changing step, an execution step of executing the editing for the field is performed. A form editing method characterized by having a form.
[0032]
[Embodiment 2]
The form editing method according to the first embodiment, wherein the editing mode is creation of a link between the plurality of fields.
[0033]
[Embodiment 3]
The form editing method according to the first embodiment, wherein the editing mode is release of a link between the plurality of fields.
[0034]
[Embodiment 4]
The form editing method according to the second embodiment, wherein a display shape of the cursor changed in the cursor changing step is changed according to a link order of a field overlapping the cursor.
[0035]
[Embodiment 5]
A computer program for causing a computer to execute each step of the form editing method according to any one of the first to fourth embodiments.
[0036]
[Embodiment 6]
A computer-readable storage medium storing a computer program for causing a computer to execute each step of the form editing method according to any one of Embodiments 1 to 4.
[0037]
[Embodiment 7]
A form editing system for performing an editing operation on a plurality of fields included in a form,
Mode determination means for determining an edit mode for the field;
Overlap determining means for determining whether a cursor moved by a user operation overlaps any of the plurality of fields,
Executability determining means for determining whether editing of the edit mode determined by the mode determining means is executable for the field determined to overlap by the overlap determining means,
A cursor changing unit configured to change a display shape of a cursor overlapping the field to a display shape indicating that the cursor is executable, when the executable determination unit determines that the cursor is executable;
When a user instructs execution of editing in the edit mode for a field overlapping a cursor whose display shape has been changed by the cursor changing unit, an execution unit that executes the editing for the field. Form editing system characterized by having.
[0038]
【The invention's effect】
As described above, the editing operation on the field can be efficiently performed at the time of creating / editing the form.
[Brief description of the drawings]
FIG. 1 is a hardware configuration diagram of a form creation / editing system according to an embodiment. FIG. 2 is a configuration diagram of contents recorded in an FD 14. FIG. 3 is a state in which the control program is loaded into a RAM and becomes executable. [Figure 4] Example of output form generation [Figure 5] Example of linked form figure [Figure 6] Flow chart showing processing when creating link figure [Figure 7] Field figure can be specified at the beginning of link Cursor display example in case of: [Fig. 8] Cursor display example when field graphic can be added to link [Fig. 9] Flow chart showing processing when link is released [Fig. 10] Cursor display example when link is released

Claims (1)

帳票に含まれる複数のフィールドに対して編集操作を行なう帳票編集方法であって、
フィールドに対する編集モードを判定するモード判定ステップと、
ユーザの操作により移動するカーソルが、前記複数のフィールドのいずれかに重なったか判定する重なり判定ステップと、
前記重なり判定ステップで重なったと判定されたフィールドに対して、前記モード判定ステップで判定された編集モードの編集を実行可能か判定する実行可能判定ステップと、
前記実行可能判定ステップで実行可能と判定された場合、該フィールドと重なっているカーソルの表示形状を、実行可能であることを示す表示形状に変更するカーソル変更ステップと、
前記カーソル変更ステップで表示形状が変更されたカーソルに重なっているフィールドに対して、前記編集モードの編集の実行がユーザにより指示された場合、該フィールドに対して該編集を実行する実行ステップと
を有することを特徴とする帳票編集方法。
A form editing method for performing an editing operation on a plurality of fields included in a form,
A mode determination step of determining an edit mode for the field;
An overlap determination step of determining whether a cursor moved by a user operation overlaps any of the plurality of fields;
An executable determination step of determining whether the editing of the edit mode determined in the mode determination step is executable for the field determined to overlap in the overlap determination step,
A cursor change step of changing the display shape of the cursor overlapping the field to a display shape indicating that the execution is possible, when it is determined that the execution is possible in the execution determination step;
When a user instructs execution of editing in the edit mode for a field overlapping a cursor whose display shape has been changed in the cursor changing step, an execution step of executing the editing for the field is performed. A form editing method characterized by having a form.
JP2002314310A 2002-10-29 2002-10-29 Method of editing business form Withdrawn JP2004151835A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002314310A JP2004151835A (en) 2002-10-29 2002-10-29 Method of editing business form

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002314310A JP2004151835A (en) 2002-10-29 2002-10-29 Method of editing business form

Publications (1)

Publication Number Publication Date
JP2004151835A true JP2004151835A (en) 2004-05-27

Family

ID=32458651

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002314310A Withdrawn JP2004151835A (en) 2002-10-29 2002-10-29 Method of editing business form

Country Status (1)

Country Link
JP (1) JP2004151835A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007114151A (en) * 2005-10-24 2007-05-10 Denso Corp On-vehicle multi-cursor system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007114151A (en) * 2005-10-24 2007-05-10 Denso Corp On-vehicle multi-cursor system
JP4508077B2 (en) * 2005-10-24 2010-07-21 株式会社デンソー In-vehicle multi-cursor system
US7825896B2 (en) 2005-10-24 2010-11-02 Denso Corporation Multiple cursor system

Similar Documents

Publication Publication Date Title
US20080141121A1 (en) Information processing apparatus and information processing method
JP2007317086A (en) Display control device and display control technique
JP2008165408A (en) Information processor, its control method, and program
JP2004151835A (en) Method of editing business form
JP2005165466A (en) Print controller, print control method and computer program
JP2007004239A (en) Design-support device, design-support method, and program
JP4251644B2 (en) Editing method and recording medium
JP5211863B2 (en) Electronic document processing apparatus and electronic document processing program
JP2003300372A (en) Printer, method for processing error, computer readable storage medium and program
JP3897539B2 (en) Print data generation method and apparatus
JPH10269048A (en) Information processor, menu selection method for information processor, and printing output control method for information processor
JP2009015717A (en) Form creation device, form creation method, program and storage medium
JP2007076043A (en) Printer
JP2005032098A (en) Method, program, and device for preparing slip
JP2006197210A (en) Information processing device, printing system, printing operation assisting method, and program
JP2001101327A (en) Information processing method, information processor and printing system
JP2000076472A (en) Program storage medium
JP2006163705A (en) Method, device, and program for creating business form
JP2005047137A (en) Image arrangement method, image arrangement device, and image arrangement program
JP2006128821A (en) Printer and print method
JP2008181503A (en) Information processor, control method, program and computer-readable storage medium
JP2008123229A (en) Print process setting method, print process setting device, print processing program, and storage medium
JP2006343877A (en) Print system, control method and program
JP2004110171A (en) Information processor, function expansion program and control method
JP2004148739A (en) Image forming apparatus

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20060110