A method and apparatus for forms generation is disclosed including a central workstation on which a form layout is designed with forms generation software, is used to generate an object code output program which corresponds to the form layout. The object code output program can be utilized by independent workstations to print forms without requiring each independent workstation to be equipped with the forms generation software used by the central workstation to design the form layout.

Patent
   5091868
Priority
May 09 1988
Filed
May 09 1988
Issued
Feb 25 1992
Expiry
Feb 25 2009
Assg.orig
Entity
Large
55
6
EXPIRED
6. A method of generating forms comprising the steps of:
a. reading a form input disk file containing data related to a predetermined form and generating a form macro file and a form input instruction file from the data contained in the input disk file;
b. generating a screen layout disk file corresponding to a desired screen layout to be displayed on a display unit;
c. generating a source code form program capable of driving a printing unit to reproduce said predetermined form based on data contained in said macro file and said form instruction file, and to selectively generate said desired screen layout based on data contained in said screen layout disk file; and
d. compiling said source code form program to generate an object code output form program.
2. A forms generation system comprising:
a. at least one workstation having an input unit, a processing unit and a display unit;
b. software control means for controlling said workstation to create an object code output program corresponding to a particular form, wherein said software control means includes means for generating a macro disk file and an instruction disk file, means for creating a screen layout on said display unit and generating a screen layout disk file corresponding to said screen layout, source means for generating a source code program corresponding to said form, and compiling means for compiling said source code program into said object code form program which is capable of driving a printing unit to reproduce said form based on the information contained in said macro disk file and said instruction disk file; and
a printing unit coupled to said workstation and means for running said object code form program in said workstation to print said form with said printing unit.
1. A forms generation system comprising:
a. first means for generating a form disk file;
b. second means for reading said form disk file and generating a macro disk file and an instruction disk file based on data contained in said form disk file;
c. third means for generating a screen layout disk file and a data variables disk file, said third means including means for calculating data position placement information of data variables, means for entering data types and data descriptions, and means for updating said instruction disk file with said data position placement information, said data types, and said data descriptions;
d. fourth means for reading said form instruction disk file and said data variables disk file and generating a source code form program, said source code form program being capable of driving a laser printer to produce a form based on information contained in said macro file and said instruction file; and
e. fifth means for compiling said source code form program into an object code output program.
4. A forms generation system comprising:
a. a plurality of workstations, including at least one workstation designated as a central workstation, said plurality of workstations comprising an input unit, a processing unit, and a display unit;
b. software control means for controlling said central workstation to generate an object code output program corresponding to a form, wherein said software control means includes means for generating a macro disk file and an instruction disk file, means for creating a screen layout on said display of said central workstation and generating a screen layout disk file corresponding to said screen layout, source means for generating a source code program corresponding to said form, and compiling means for compiling said source code program into said object code program which is capable of driving said printing unit to produce said form based on the information contained in said macro disk file and said instruction disk file;
c. at least one printing unit coupled to said plurality of workstations; and
d. means for loading and running said object code output program in said plurality of workstations to drive said printing unit to produce said form.
3. A forms generation system as claimed in claim 2, wherein said software control means further comprises means for creating a screen layout on said display of said workstation and generating a screen layout disk file corresponding to said screen layout.
5. A forms generating system as claimed in claim 4, wherein said plurality of workstations includes individual workstations and further comprising data transmission means for transmitting said object code output program from said central workstations to said individual workstations.
7. A method of generating forms as claimed in claim 6, further comprising the step of generating a data variable disk file to permit data variables to be input in said screen layout, when said source code form program is generated in step (d) to utilize said screen layout disk file.

The present invention relates to the field of electronic publishing systems employed for forms generation. In particular, the invention relates to a system and method for generating an object code output program that corresponds to a desired form to be printed/

Many businesses today use a variety of preprinted forms such as invoices, credit and debit notes, checks, petty-cash slips, etc., that are relatively expensive on a per transaction basis. The expense of the preprinted forms stems from the requirements of individually designing the form, printing expenses, and storage space for storing a ready supply of the forms. Expenses are also incurred every time a minor change is made to a standard preprinted form which requires the supply of old forms be destroyed. In additional, manual entry errors result in a large number of forms being discarded.

With the advent of readily available personal computers and word processing software, some attempts have been made to deal with the problem of expensive waste of preprinted forms. For example, many word processing software packages permit the user to set up a screen format that allows the user to fill in form information (such as data variables), on the screen, correct for errors, and print the form information on a preprinted form. While such packages reduce waste due to manual entry errors, they still require the use of preprinted forms which must be manually loaded to a printer. Thus, effort is constantly wasted by manually switching the type of preprinted forms being loaded in the printer, or printer resources are wasted by dedicating certain printers to print particular forms.

The recent introduction of laser printers and desktop publishing software packages have provided a partial solution to the problem of preprinted forms, namely, the entire form can be generated and printed by the desktop publishing software package eliminating the need for preprinted forms. For example, XEROX Corporation offers a desktop publishing software package called Ventura Publishing that permits the creation of a document containing both text and graphics which may be printed on a laser printer.

Desktop publishing systems, however, inherently contain a major drawback to their use as forms generating systems, namely, they generally produce a document file which includes text and graphics data, page layout information, etc., that can only be accessed and utilized through the use of the particular desk top publishing software employed to create the document file. In situations where a central office employs desktop publishing software to create a standardized invoice form document file, each branch office that wishes to use the document file must purchase the desktop publishing software. In fact, under most licensing agreements, a separate desktop publishing software package has to be purchased for each workstation at the branch office on which the document file is to be utilized. Thus, while current desktop publishing systems may be helpful in reducing the problem of preprinted forms, the expense of purchasing desktop publishing software for each workstation makes the use of such software as a forms generation system prohibitive.

The present invention is based on the recognition that independent workstations need only provide the capability of displaying a previously prepared form file, filling in designated form data variables, and printing the result on a printer. The actual formatting and design of the form file can be prepared on a central workstation having design capability. Accordingly, the present invention overcomes the above-described limitations and disadvantages by providing a method and apparatus for forms generation that provides an object code output program which corresponds to a particular form. The object code output program can be utilized by independent workstations to generate the corresponding form without requiring each workstation to be equipped with a licensed applications software package.

With the above as background, a preferred exemplary embodiment will hereinafter be described in conjunction with the appended drawings in which:

FIG. 1 illustrates, an overall block diagram of a system according to the present invention;

FIG. 2 illustrates a basic process flow diagram of the operation of a central workstation provided in the system illustrated in FIG. 1;

FIG. 3 illustrates a form disk file that may be employed in the present invention;

FIG. 4 comprising FIGS. 4A-4C illustrates a general flow diagram of a MAKEMAC program incorporated by the central workstation illustrated in FIG. 1;

FIG. 5 comprising FIGS. 5A-5B illustrates a general flow diagram of a MAKESCREEN program incorporated by the central workstation illustrated in FIG. 1;

FIG. 6 comprising FIGS. 6A-6E illustrates a general flow diagram of a MAKEPROG program incorporated by the central workstation illustrated in FIG. 1; and

FIG. 7 illustrates a table defining fields contained in the instruction file generated by the MAKECMAC program.

Referring now to FIG. 1, a simplified block diagram of a forms generation system according to the present invention is illustrated. A central office 8, for example a bank's main office, is provided with a central workstation 12 which is utilized to design a form layout. The central workstation 12 includes a keyboard 11, a CPU 13 and a display unit 15 and is preferably linked to a scanner unit 10 to enable graphic symbols, such as the bank's logo, to be scanned and incorporated in the form layout. A laser printer 14 (for example, an Hewlett Packard Laserjet Series II) is also coupled to the central work station 12 to permit the printing and proofing of the final form layout. The central workstation 12 may comprise, for example, a personal computer such as a Datapoint Starport system having a 1.2 megabyte floppy drive and a 20 megabyte hard disk. As will be discussed in greater detail below, the central work station 12 generates an object code output program for each form generated. The object code output program is then transmitted via data links 20 to individual workstations 18 at various branch offices 16. Alternatively, the object code output program can be stored on a disk and supplied to the branch offices 16. A user at each individual workstation 18 may then utilize the object code output program to display the form layout, fill in data fields, and print the completed form on laser printers 22 which are coupled to the individual workstations 18 (also having a keyboard, CPU and display unit). The individual workstations 18 may be of the same hardware configuration as the central workstation 12, but this is not required. The individual workstations 18 need only be equipped with an interpreter capable of reading the object code output program.

In the system illustrated in FIG. 1, in contrast to conventional desktop publishing systems, the central workstation 12 is the only workstation that needs the capability of designing the form format. The object code output program generated by the central workstation 12 may be independently run on the individual workstations 18 in order to display the form, fill in the form, and print the form. The object code output program may also be interfaced with existing data processing and applications programs. The expense of providing each individual workstation 18 with forms generation software is thereby avoided.

A general flow diagram of the operation of the central workstation 12 is illustrated in FIG. 2. A form creation program is used to design a particular form layout on the display 15 of the central workstation 12 and generate a form disk file containing form field data, font data, and printer environment data information for the form layout. For example, commercially available software packages such as IPRINT by INDIGO SOFTWARE LTD. may be employed as the form creation program to generate the form disk file. The IPRINT software package permits the creation of a form containing both text and graphics information and allows the user to layout various form configurations. The form disk file is then read by a MAKEMAC program that creates a macro disk file containing printer environment data, page size data, page slew data, form text and graphics data (print positions etc.), data variable field name, data variable field font and data variable field placement. If one wanted to generate a program that just generated a form without permitting entry of data variables, the data variable entry information would not be required. An instruction disk file containing the information in the macro disk file in addition to data variable field description, data variable name, horizontal and vertical screen placements. Next, a MAKESCREEN program is employed to generate a screen design which will be displayed on the display units of the individual workstations 18. The MAKESCREEN program calculates key-in entry positions for data variables, permits entry of data types and data definitions, and generates a screen layout disk file and a sequential disk file for data variables. The MAKESCREEN program also updates the instruction disk file with screen position placements, data types, and data descriptors. A MAKEPROG program is then utilized to read the instruction disk file and the data variables disk file and generate a source code program which will display the screen layout generated with the MAKESCREEN program, permit users to enter data variables into the screen layout, and print the completed form. The MAKEPROG program then compiles the source code program to generate an object code output program that is supplied to the individual workstations 18. The end user may then utilize the object code output program to generate as many forms as desired.

As previously mentioned, commercial software products such as IPRINT may be employed to generate the form disk file. The form disk file generated by the IPRINT software consists of variable length record having a number of fields defining header information, printer environment data, form text and graphics data, etc., and is illustrated in detail in FIG. 3. The discussion below will be based on the use of IPRINT software to create a form layout and generate a form disk file. Fields that are not utilized by the MACMAC program are defined as not applicable (N/A). IPRINT also has the capability of incorporating graphics data generated by graphics software (for example PUBLISHER'S PAINTBRUSH produced by Z-SOFT Corporation) using the scanner unit 10. It will be readily understood by those of ordinary skill in the art, however, that other commercial software packages may be employed to generate a form disk file and that the MAKEMAC, MAKESCREEN, and MAKEPROG programs would have to be modified accordingly.

With the above as background, a more detailed explanation of each of the process steps employed by the central workstation 12 will be discussed with reference to FIGS. 4-6, which respectively, illustrate general flow diagrams of preferred MAKEMAC, MAKESCREEN and MAKEPROG programs, although the above is sufficient to enable one of ordinary skill in the art to generate the programs. The preferred programs are generated in the Databus programming Language, although other languages may be readily employed.

Referring now to FIG. 4, the MAKEMAC program opens the disk form file and creates a macro disk file and an instruction disk file and reads header information from the form disk file. In the case of an IPRINT file, the header information consists of the first six fields--VERSION, DATE, TIME, PFILE, FIL1 PAGETYPE--of the form disk file. The first three fields and the last field are information fields which are not utilized. The field "PFILE" identifies the system printer configuration. A loop routine is then used to read the next eight fields--designated NUMNO(n) each consisting of eight bytes--which are file position indicators. The first five fields (NUMNO(1)-NUMNO(5)) are file position indicators for the escape sequences for specific printers defined by the PFILE field, NUMNO(6) is the start position for the page overlay information of the form disk file, NUMNO(7) indicates the beginning of field information, and NUMNO(8) is the start position of font information tables (including width tables for proportional fonts).

The next field read from the form disk file, NUMFONTS consisting of four bytes, indicates the number of fonts used for the particular form. Next, the field NUM8(a) is read by skipping over the field HEAD which has a length defined by NUMNO01 minus the literal "96". NUM8(a) defines the number of bytes in the field HEADER which contains the printer environment data. The field HEADER is read by reading the number of bytes defined by NUM8(a). An array of the fields FONTNAME, FONTW, FONTH, TABLE, NUM8(e), and FONT is then read by first skipping over the information contained in the field SKIP, the length of which is defined by the result of the subtracting the value of a workfield NUMBYTES (defined by the value of NUMN01+8+NUM8(a)) from the value of NUMNN08. The length of the array is defined by the field NUMFONTS. The font table information contained in the field NUM4(b), the length of which is defined by TABLE divided by the literal "4", is then skipped to read NUM8(f) which is the size of the form disk file macro. The macro data is then read from fields SCRATCH(a) and SCRATCH(b). A loop routine is performed to read the field SCRATCH(a) 128 bytes at a time and write the information to the macro disk file. The number of reads required to read the field Scratch(a) is defined by a workfield NUMREAD which is the integer result of NUM8(f) divided by 128. An operation is then performed to read SCRATCH(b), the length of which is defined by multiplying NUMREAD by and subtracting the result from NUM8(f), and writing the information to the macro disk file. The field NUM8(g) is then read which defines the number of fields for the form. The MAKEMAC program then writes hard coded data such as header information, printer escape sequences, form number, etc., to the macro disk file. The MAKEMAC program is now ready to generate the instruction disk file.

The instruction disk file is preferrably ISAM (Index Sequential Access Method) and the fields contained in the instruction disk file are illustrated in FIG. 7. The instruction disk file contains four record types: an environment record (1), a slew record (2), form record (3), and field records (4). The environment record is then written to the instruction disk file with the following information:

INSFLD="ENV" (Left Justified and Space Filled, Hardcoded)

INSTYP="1"

INSPOS=HEADER (Left Justified and Space Filled, from form disk file)

INSSEQ="0010" (used by MAKEPROG for key-in generation)

The form record is then written to the instruction disk file (Sl5) with the following information:

INSFLD="FORM" (Left Justified and Space Filled)

INSTYP="3"

INSHTH=NUMREAD

INSWDT=NUMREC

INSSEQ="0020"

A loop routine is used to read the fields INNAME, INXPOS, INYPOS, INLENG, INFONT, and INJUST. This loop is executed the number of times as indicated by NUM8(g). Within this loop, INFONT is moved to a workfield called OUTFONT and OUTFONT is incremented by one to become the font ID number. This font ID number is the index of the font array previously extracted from the form disk file with includes: FONTNAME, FONTW, FONTH, FONT, JUSTFONT. The INSSEQ field is incremented by "10" for each read and the Y coordinate of the data print position is recalculated by adding the field FONTH(OUTFONT) to the field OUTYPOS. The INNAME field is passed through a filter routine to eliminate any nul characters before being moved to the INSFLD field. The generation of a filter routine would be readily apparent to one of ordinary skill in the art. The field records are then written with the following information:

INSTYP="4"

INSLTH=INLENG

INSJUS=INJUST

INSFLD=INNAME

INSFNT=FONTNAME(OUTFONT)

INSCTL=FONT(OUTFONT)

INSWDT=FONTW(OUTFONT)

INSHTH=FONTH(OUTFONT)

INSJST=JUNSTFONT(OUTFONT)

INSSEQ=INCREMENTS of "10"

INXPOS=OUTXPOS

INYPOS=OUTYPOS+FONTH(OUTFONT)

INSPOS=ESC CHAR "*p", OUTXPOS, "x", OUTYPOS, "Y"

Once the loop has been completed, the slew record is written to the end of the instruction disk file. The slew record is written with the following information:

INSSEQ=INCREMENTED BY "10"

INSTYP="4"

INSFLD="SLEW"

INSPOS=ESC CHAR, "&f", macro number, "y2x", ESC CHAR, "&10", SPACE FILLED

The form disk file and instruction disk files are then closed.

Refering now to FIG. 5, the MAKESCREEN program generates a screen disk file that defines a display screen to be used by the end user to fill in the form fields. The program begins by opening the instruction disk file, prepares a screen disk file, a sequential data variable file and writes records containing header information to the screen disk file. Next, a number of data input records corresponding to the number of lines to be used in the screen display are written to the screen disk file. The blank data input records are defined by a vertical bar, 78 spaces, and a vertical bar. An end of file record is then written to the screen disk file and the file is closed.

Line coordinates are then displayed in the first vertical position of each line of the display 15 of the central workstation 12. The user is prompted to indicate which line is to be edited by inputting a line coordinate. The user may then key in any desired information on the line selected. The location of data variables to be entered by the end user of the output object code program are indicated by placing an underscore in the desired position. Once the user has generated the desired screen layout, the data input records of the screen disk file are rewritten to include the information entered by the user.

A loop is then established to read all data input records. Starting with a formpointer positioned at the first byte of the data input record, the record is scanned for an underscore character which indicates the placement for the data variables. If an underscore is found in a data input record, the position of the underscore is calculated and moved to field HP which indicates the horizontal position of the data variable to be entered. A further check is made to determine if the field is a date or time field. If the test is true, the literal number "8" is added to a field called HA. If the field is neither a date nor a time field, each character of the field is matched one by one to determine the length of the underscore which is moved to field HA.

The program then takes the value of field HP and moves it to a field called FP, and adds the value of field HA to the value of field FP. The formpointer for the data input record is set to the value of FP and a lengthpointer set to the value of HA. The underscore is moved to a workfield called string which is then displayed on the display screen 15 at the calculated values of HP and VP (vertical position determined by the coordinate selected).

The program then prompts the user for the field name, which is the same name (INSFLD) located in the instruction disk file (ISAM KEY), to the read the fields from the instruction disk file. The user enters a field description and the program checks to see if the actual field length exceeds the screen width by adding the field INSLTH (length of the field as read from the instruction file) to the field HP (starting horizontal position) and comparing the result to the actual screen width. If the screen width is exceeded, the user generating the screen layout is notified. The user then enters the data type for the field: FM=FORM (Numeric Data), DM=DIM (Alpha/Numeric data), DT DATE, PF Program Generated Form (no key entry), PD=Program Generated DIM (no key entry).

The field HP is moved to the field INSHZL, the field VP is moved to the field INSVTL, a literal "1" is added to the field INSSEQ, the instruction disk file is updated and the sequential data variable disk file is then written. The MAKESCREEN program is completed after all data records out of the screen disk file are read and processed, the instruction disk file is updated and the sequential disk file is written according to the sequential number.

The MAKEPROG program generates an object code output program for each form and allows the end user to select from three phases of program generation. Phase I generates a program that will print a form with no data variables. Phase II generates a program that will allow an operator to key in variables in IO the screen layout (generated from MAKESCREEN) and produce a form with the data variables included. Phase III produces a program that will allow an operator to key in variables in the screen layout, retain this information in a disk file and allow maintenance to be performed on the record prior to printing.

The MAKEPROG program checks to see if the necessary files are present to generate the object code output program and prepares a source output program file. The necessary files include the instruction disk file (generated from MAKEMAC and updated by MAKESCR), the macro disk file (generated from MAKEMAC), the screen disk file (generated from MAKESCREEN), and the sequential disk file (generated from MAKESCREEN). All files must be found in order to continue processing.

Once all files are found and opened, the fields are read from the form record contained in the instruction disk file. A loop is then established to read the data input records from the screen disk file sequentially. As the records are being read from the screen disk file, the source output program file is being written with the fields contained in the data input records in the form of data area definitions. Each record is read and written until the end of the screen disk file in encountered. For example, record four from the screen disk file "ACCOUNT NUMBER-- " would appear in the program as "DL03 INIT "ACCOUNT NUMBER-- ". As each record is being read from the screen disk file, a counter is incremented by "1" and attached to a constant variable DL thus producing a unique data area definition for each screen record.

The file declaration and data area for the reading of the macro file are now written to the source output program disk file. This also includes the name of the macro disk file, and the number of whole 128 byte reads and the number of leftover bytes to be read (As obtained from reading the form record in the instruction disk file).

The instruction disk file is then reopened and is read for the environment record (generated in the MAKEMAC program). The field INSPOS is unpacked into two 32 byte records called DIM 32a and DIM 32b. This is because the output program disk file is a Databus format program that uses columns 1-9 for labels, columns 10-19 for verbs and columns 20-79 for instructions. Instructions may be extended to the next line by the use of the colon. The value of INSPOS belongs in the instruction column. The field INSPOS is 64 bytes long and even though it may not be completely filled with instruction data, the possibility does exist; therefore, the record is divided into two parts with a colon after the first line that will extend the instruction to the second line. The record is written out with the label ENV, the verb INIT and the value of DIM 32A and DIM32B as the instructions. Only the logical length of the value in the fields is written (no leading or trailing spaces).

The instruction disk file is now read for the slew record (generated by the MAKEMAC program). The same process is applied for the slew record as for the environment record with the label being "SLEW". record.

The instruction disk file is repositioned to the beginning and a loop is established to start reading each record in the instruction disk file. During this process, the record type is checked to determine if the record is valid. Only type "4" records are to be processed. If an invalid data type is encountered, a flag is set and the data type is set to DIM. If the data type is DM, PD, DT, or TM, the program operation is transferred to the program section that writes the data area definition for an alpha/numeric field. If the data type is FM or PF, the program transfers to the section which will write the data area definition for numeric fields.

The alpha/numeric data area definition for data records is accomplished by writing the value of the field INSFLD as the label, literal DIM as the verb, and the value of the field INSLTH as the size of the data area. This information is written to the output program file for each alpha/numeric data record read from the instruction disk file. For example, "ACCOUNT DIM 06". The numeric only data area definition for data records is accomplished by separating the field INSLTH into two two-byte alpha/numeric fields and then moving the second two byte field to a two byte number field called FORM02. The literal "3" is subtracted from this value. The information is written to the output program disk file with the value of the field INSFLD as the label, literal FORM as the verb, the value of FORM02 as the size and a literal "0.2" as the remainder of the size. This information is written to the output program file for each numeric data record read from the instruction disk file. For example, "AMOUNT FORM 6.2".

The instruction file is closed and reopened to reposition to the beginning of the file. The instruction file is now processed to obtain font escape sequences and the physical placement of the data variables on the form. This information is written as a data area in the output program disk file which is accomplished by establishing a loop to read each record from the instruction disk file. A check is made for the type of record read, as only record type "4" is to be processed. If the type is not "4" the next record is read. A sequential counter is established. The field INSCTL is scanned for spaces. In no spaces are found, the program goes to the section to write the data area for this variable. If spaces are found, the pointers are set to pick up only the area of the record where there are nonspace characters. The output program disk file is written with a literal "FNT", and the sequential counter as the label, the literal "INIT" as the verb and the value of the field INSCTL as the instruction. The same process is done on the INSPOS field with a literal "POS", and the sequential counter as the label, the literal "INIT" as the verb and the value of the field "INSPOS" as the instruction.

The instruction disk file is then closed and the sequential disk file is opened. The source code that will display the screen layout to the end user is then generated and written to the source output program file. The source code to permit the end user to enter the data variables in the screen layout is then generated and written to the source output program file. This is only done if the user has indicated that a Phase II or Phase III form is to be generated by the entry of a phase selection number at the beginning of the program. Next, the source output program file is written with the source code that will send the printer environment to the printer and read the macro disk file which sends the form to the printer and retains it in memory until called upon by the page slew. The printer environment is sent to the printer by issuing a print statement that contains the printer environment that was established during the data area definition created previously. The code is written to the output program file to read the macro disk file. This is accomplished by opening the macro file using the form filename. A loop is established to read the entire macro disk file by setting up a counter. The macro disk file is read in 128 byte records sequentially adding "1" to the counter until the counter equals the same number as was extracted from the form record on the instruction disk file and written as MACRDATA in the data area definition of the output program file.

As each record is read, a print statement is issued to the printer containing the value of MACRDATA as read. When the two numbers are equal, the final read on the macro file is performed using the field MACRSAVE as extracted from the instruction disk file and written in the data area definition section of the output program disk file. This remaining data is also sent to the printer via the print statement. The macro disk file is then closed. The sequential disk file is closed and the instruction disk file is reopened. The phase selection number (previously input by the user) is checked for the value of "1". If the value is "1" the program transfers to the section of writing the instructions that will send the form to the printer. All other phase selections will establish the print statements for the data variables at this point. The next step is to write the instructions in the source output program file that will inform the printer of the number of copies to print and issue the page slew that drives the printer to produce the form. The production of the source output program file is now complete.

The source output program file is then compiled to generate the object code output program that is supplied to the individual workstations. The object code output program can then be run on the individual workstations without requiring each work station to be equipped with a applications software to design form. The individual workstations need only be equipped with an interpreter capable of running the object code output program.

The above-described system could be used, for example, in banking operations to print checkbooks for customers. A central office would use the central workstation to generate an object code output program that generates the check form. The object code output program is then supplied to branch offices which would generate checkbooks for customers as needed. The branch office would run the object code output program on an individual workstation, data variables such as customer name and account number could be input into a screen display, and the resulting check forms generated by a laser printer.

The invention has been described with particular reference to certain preferred embodiments thereof. It will be understood, however, that variations and modification are possible within the spirit and scope of the invention. For example, different programming languages and methods may be employed other than those illustrated. A single program could be used, combining the functions of the IPRINT software and the MAKEMAC program to generate the macro disc file and the instruction disk file. Also, other file structures may be employed.

Pickens, David S., Quinn, Susan G.

Patent Priority Assignee Title
10789027, Oct 07 2016 SATO HOLDINGS KABUSHIKI KAISHA Information processing and printing system and method for using same
5241464, Aug 17 1990 MOORE BUSINESS FORMS, INC Desktop forms order system
5283861, Aug 31 1990 INTERNATIONAL BUSINESS MACHINES CORPORATION, A CORP OF NEW YORK Remote control of a local processor console
5345553, Jan 09 1991 International Business Machines Corporation Method and apparatus for constructing edit mask entry fields with multiple nonprogrammable terminals attached to a workstation controller
5353398, Mar 24 1992 Hitachi, Ltd. Group working system having operator discriminating function
5353401, Nov 06 1992 Ricoh Company, LTD Automatic interface layout generator for database systems
5410646, Jan 31 1991 Stafanpolus KG, Limited Liability Company System and method for creating, processing, and storing forms electronically
5450571, Aug 29 1991 Xerox Corporation Dialog filtering process for a printing system to filter out non-selectable print programming selections
5490243, Dec 13 1990 INTERNET COMMERCE EXPRESS, INC Data processing system for multi-platform print control and electronic data fill
5537633, Feb 23 1993 Fuji Xerox Co., Ltd. Table data entering device
5557723, Nov 30 1990 Microsoft Technology Licensing, LLC Method and system for customizing forms in an electronic mail system
5557787, Feb 18 1993 Fuji Xerox Co., Ltd. Table generating apparatus employing heading, layout, and table script data
5563998, Oct 19 1990 MOORE BUSINESS FORMS, INC Forms automation system implementation
5563999, Oct 19 1990 MOORE BUSINESS FORMS, INC Forms automation system
5608898, Oct 31 1990 Borland Software Corporation Development system with methods for maintaining data integrity of information stored as a data record in a database with a copy of the information displayed on a screen device
5619635, Dec 13 1990 INTERNET COMMERCE EXPRESS, INC Program controlled system for forms engineering
5640501, Oct 31 1990 Borland Software Corporation Development system and methods for visually creating goal oriented electronic form applications having decision trees
5724589, Oct 13 1995 CODEGEAR LLC Development system with a property-method-event programming model for developing context-free reusable software components
5742836, Nov 12 1992 Borland Software Corporation Graphical programming system and methods with user interface
5745712, Oct 31 1990 Borland Software Corporation Graphical programming system and methods for assisting a user with creating screen objects on a screen device
5850548, Nov 14 1994 CODEGEAR LLC System and methods for visual programming based on a high-level hierarchical data flow model
5893125, Jan 27 1995 Borland Software Corporation Non-modal database system with methods for incremental maintenance
5911070, Aug 07 1995 CODEGEAR LLC Development system with methods for bi-directional application program code generation
5953523, Oct 28 1996 GOOGLE LLC Method and apparatus for creating "smart forms "
5995985, Nov 16 1995 Intellisync Corporation Information management system with improved methods and interface for printing data
6006281, Jan 08 1998 Xerox Corporation Network printing system with data merge feature
6018338, Aug 17 1990 Moore Business Forms, Inc. Desktop forms order system
6076080, Nov 04 1997 TAYLOR COMMUNICATIONS, INC Forms order entry system
6101318, Feb 14 1992 Canon Kabushiki Kaisha Output apparatus for setting the output environment
6128603, Sep 09 1997 Microsoft Technology Licensing, LLC Consumer-based system and method for managing and paying electronic billing statements
6304857, Jun 08 1998 Microsoft Technology Licensing, LLC Distributed electronic billing system with gateway interfacing biller and service center
6411972, Apr 08 1993 International Business Machines Corporation Method and apparatus for filling in forms by segments using a scanner and a printer
6456740, Jul 26 1999 International Business Machines Corporation System and method for identifying form type in a handwriting recognition based form completion system
6552814, Nov 05 1997 Brother Kogyo Kabushiki Kaisha Print system for executing printing operations based on macros selectively designated on document set basis
6968319, Oct 18 1996 Microsoft Technology Licensing, LLC Electronic bill presentment and payment system with bill dispute capabilities
7051273, Nov 30 1990 Microsoft Technology Licensing, LLC Customizing forms in an electronic mail system utilizing custom field behaviors and user defined operations
7305612, Mar 31 2003 Siemens Corporation Systems and methods for automatic form segmentation for raster-based passive electronic documents
7444302, Jun 14 2002 ICE MORTGAGE TECHNOLOGY, INC Online system for fulfilling loan applications from loan originators
7472089, Aug 15 2002 ICE MORTGAGE TECHNOLOGY, INC Loan origination system interface for online loan application processing
7475039, Oct 18 1996 Microsoft Technology Licensing, LLC Electronic bill presentment and payment system
7478066, Oct 18 1996 Microsoft Technology Licensing, LLC Electronic bill presentment and payment system
7516101, Oct 18 1996 Microsoft Technology Licensing, LLC Electronic bill presentment and payment system with bill dispute capabilities
7610245, Sep 09 1997 Microsoft Technology Licensing, LLC Consumer-based system and method for managing and paying electronic billing statements
7620602, Jan 21 2000 Microsoft Technology Licensing, LLC System and method for secure third-party development and hosting within a financial services network
7636689, Sep 09 1997 Microsoft Technology Licensing, LLC Consumer-based system and method for managing and paying electronic billing statements
7818285, Jan 10 2000 OPENPRINT LLC System and method of using a sales management system to generate printed products
7822683, Jan 21 2000 Microsoft Technology Licensing, LLC System and method for secure third-party development and hosting within a financial services network
8117117, Aug 15 2002 ICE MORTGAGE TECHNOLOGY, INC Loan origination system interface for online loan application processing
8126920, Jul 02 2004 ICE MORTGAGE TECHNOLOGY, INC Enterprise security management system using hierarchical organization and multiple ownership structure
8364579, Jun 14 2002 ICE MORTGAGE TECHNOLOGY, INC Online system for fulfilling loan applications from loan originators
8600798, Sep 21 2007 ICE MORTGAGE TECHNOLOGY, INC Loan screening
8762357, Jul 02 2004 ICE MORTGAGE TECHNOLOGY, INC Enterprise security management system using hierarchical organization and multiple ownership structure
8990254, Jul 02 2004 ICE MORTGAGE TECHNOLOGY, INC Loan origination software system for processing mortgage loans over a distributed network
9143514, Jul 02 2004 ICE MORTGAGE TECHNOLOGY, INC Enterprise security management system using hierarchical organization and multiple ownership structure
9313209, Jul 02 2004 ICE MORTGAGE TECHNOLOGY, INC Loan origination software system for processing mortgage loans over a distributed network
Patent Priority Assignee Title
3872462,
4345276, Aug 29 1980 Sonics Research Corporation System and method for high quality image reproduction
4658366, Aug 09 1984 FORMFILL, INC , A CORP OF TX Methods and apparatus for accurately completing pre-printed forms
4715006, Sep 30 1983 Canon Kabushiki Kaisha Image forming apparatus
4755955, Jul 06 1983 Kabushiki Kaisha Toshiba Document creating apparatus
4763356, Dec 11 1986 American Telephone and Telegraph Company; AT&T Information Systems, Inc. Touch screen form entry system
////
Executed onAssignorAssigneeConveyanceFrameReelDoc
May 06 1988PICKENS, DAVID S CROWN SOFTWARE SYSTEMS INC ASSIGNMENT OF ASSIGNORS INTEREST 0049230609 pdf
May 06 1988QUINN, SUSAN G CROWN SOFTWARE SYSTEMS INC ASSIGNMENT OF ASSIGNORS INTEREST 0049230609 pdf
May 09 1988Westcorp Software Systems, Inc.(assignment on the face of the patent)
May 12 1988CROWN SOFTWARE SYSTEMS, INC WESTCORP SOFTWARE SYSTEMS, INC CHANGE OF NAME SEE DOCUMENT FOR DETAILS EFFECTIVE ON 05 12 19880059000807 pdf
Date Maintenance Fee Events
Oct 03 1995REM: Maintenance Fee Reminder Mailed.
Feb 25 1996EXP: Patent Expired for Failure to Pay Maintenance Fees.


Date Maintenance Schedule
Feb 25 19954 years fee payment window open
Aug 25 19956 months grace period start (w surcharge)
Feb 25 1996patent expiry (for year 4)
Feb 25 19982 years to revive unintentionally abandoned end. (for year 4)
Feb 25 19998 years fee payment window open
Aug 25 19996 months grace period start (w surcharge)
Feb 25 2000patent expiry (for year 8)
Feb 25 20022 years to revive unintentionally abandoned end. (for year 8)
Feb 25 200312 years fee payment window open
Aug 25 20036 months grace period start (w surcharge)
Feb 25 2004patent expiry (for year 12)
Feb 25 20062 years to revive unintentionally abandoned end. (for year 12)