USRE36653E - Search/retrieval system - Google Patents

Search/retrieval system Download PDF

Info

Publication number
USRE36653E
USRE36653E US07/504,679 US50467990A USRE36653E US RE36653 E USRE36653 E US RE36653E US 50467990 A US50467990 A US 50467990A US RE36653 E USRE36653 E US RE36653E
Authority
US
United States
Prior art keywords
string
display
iadd
iaddend
portions
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 - Lifetime
Application number
US07/504,679
Inventor
Paul C. Heckel
Charles H. Clanton
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.)
QUICKVIEW SYSTEMS Inc
Original Assignee
QUICKVIEW SYSTEMS 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
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=46254230&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=USRE36653(E) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Priority claimed from US06/754,512 external-priority patent/US4736308A/en
Application filed by QUICKVIEW SYSTEMS Inc filed Critical QUICKVIEW SYSTEMS Inc
Priority to US07/504,679 priority Critical patent/USRE36653E/en
Assigned to QUICKVIEW SYSTEMS, INC. reassignment QUICKVIEW SYSTEMS, INC. ASSIGNMENT OF ASSIGNORS INTEREST. Assignors: CLANTON, CHARLES
Application granted granted Critical
Publication of USRE36653E publication Critical patent/USRE36653E/en
Assigned to QUICKVIEW SYSTEMS INCORPORATED reassignment QUICKVIEW SYSTEMS INCORPORATED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CLANTON, CHARLES, HECKEL, PAUL, QUICKVIEW SYSTEMS, A CALIFORNIA PARTNERSHIP
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing
    • G06F16/90344Query processing by using string matching techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents

Definitions

  • This invention relates to searching for and subsequent display of portions of various data fields in stored records.
  • it relates to display devices which have limited display capability but where information to be displayed is from several records and where the amount of information may exceed the display size.
  • Windowing a capability available with some operating systems, enables a user to display at least portions of more than one record or portions of a large record (e.g., a matrix) in a format selected from and controlled by the operating system on a single video display device. Usually, one formatted record is overlayed upon another formatted record so that portions of intelligence may be lost. Since the associated operating system is usually controlling in a "window” situation, a user may be able to operate on the displayed data, e.g., make changes.
  • the window concept usually does not provide for shorter or abbreviated data fields within a record. Consequently because of the size parameters of the requested window incomplete and in some cases unintelligible information is shown.
  • the small tablet-size computer usually has a limited display space. Specifically, this display space may allow for ten to fifteen rows of information with each row containing fifty to seventy-five characters. Thus, in the windowing examples set forth above, if one were to display two or more records at one time, the fifteen by seventy-five character display area must be divided in some proportion. Without a proper schema to display the individual records, the records will be truncated by the amount of available display space.
  • This invention is for a computerized data system having a data string input device, a processor, a storage device for storing independent strings of data, each of variable length, with each string having several fields.
  • the independent strings may be classifiable into groups with each group having strings with at least one similar field.
  • the invention also includes an output device having a limited display capability.
  • the data retrieval and display system comprises means for locating each stored string of data and means for simultaneously displaying on the output device preselected portions of a first independent string and preselected portions of a second independent string.
  • the first and second strings may be from different groups.
  • the secod string preselected portions have a display length less than the displayed length of the first string preselected portions.
  • This invention overcomes the failure of the earlier devices by providing simultaneous display of different preselected portions of various data strings contained in one or more files stored in a computer.
  • FIG. 1 is an illustration of the relation of the display to the data portions of the record, and then to the file, and finally to a composite group of files.
  • FIGS. 2, 2a, 2b, 3, 4, 5, 6 and 7 are flow charts of a representative program that operate this scheme.
  • FIG. 8 is a representative record layout.
  • FIG. 9 is a representation of the multiple file structure.
  • FIG. 10 is a representation of the display shown in FIG. 1 after an adjustment has been made to the record/file/files parameters.
  • FIG. 11 is a similar change in the display representation after a second parameter change.
  • FIGS. 12, 13, 14 and 15 are similar changes in the display representation after subsequent parameter changes.
  • FIG. 16 is a single record representation.
  • FIG. 17 is a representation of several records each on a single line.
  • FIG. 18 is a representation of the "scrolling" feature of this invention.
  • FIG. 19 is a representation of the first two columns of the display in FIG. 1 with column headings and blank lines.
  • This invention deals with the concurrent display of portions of several records from separate files stored in a relatively small microprocessor.
  • each file is an organized collection of records.
  • Each record consists of an independent data string of one or more data elements or fields.
  • the system can be compared to a series of racks such as is seen adjacent a time clock.
  • Each rack is comparable to a file with each rack or file associated with a division or department.
  • Each record is comparable to an individual time card.
  • the elements of information on each time card such as name, address, pay rate, etc. are comparable to the data elements or fields.
  • file, record, and field will generally be used in the context set forth above.
  • composite file structure 10 is indicated at 10, while an individual record (card) is indicated at 12, and the display of selected portions (fields) of record 12 along with selected portions of other records are indicated at 14.
  • Composite file structure 10 is comprised of a plurality of records that by appropriate classification could be formed into an m ⁇ n matrix. Where there are n files and up to m records in each file (see FIG. 9). While the matrix format is used in this specification, it is to be understood that the actual storage of the individual records within an individual microprocessor or storage unit associated with a computer would not necessarily be in matrix format. A matrix format is chosen simply because the structure of the various files is such that the individual records in certain files can be classified by at least one data element of common subject matter.
  • the matrix format also represents mathematically the metaphoric rack/card concept previously discussed.
  • n files with up to as many as m individual records in each file (column).
  • the individual record itself may be composed of "r" lines of data lines where each line may contain up to s characters or pixels (the width). More will be said about the record layout subsequently.
  • FIG. 9 it can be seen that each individual "column” or file need not necessarily have m records.
  • the records are represented in the familiar row matrix format, 1,1; 2,1; 3,1 wherein the first numeral represents the sequential record or row and the second numeral, indicates the file number or column when using the row column matrix convention.
  • record 12 is the fourth record from the fourth file.
  • Each record contains intelligence normally in a character format that would normally be divided into different fields.
  • the intelligence may be stored in some other form such as an ideographic or pictorial representation or the intelligence may be in free form rather than divided into fields so that a record can be composed of several rows of text such as a document.
  • a schema 92 which may be unique to the record or which may be common to the file.
  • the schema describes the data or intelligence (e.g. the field names) that is contained in the record and a view mechanism or "viewboard” that describes how the data is to be displayed.
  • the records and files may be ordered and further that the ordering can be modified at will so that records will be "moved" in the file and further may be moved to a new or different file. Movement of a record will re-order the file. Conveniently the order may be alphabetical by any desired field.
  • field movement may reorder all the records in the file.
  • the schema in addition to the data description includes, as the "viewboard,” the height of the record, or the number of lines as indicated in FIG. 8 and shown as “r” in the representation in FIG. 8. It also contains the width "s” as shown in FIG. 8. The total length of the record, or more properly the string of data elements or fields, while variable, is always less than some value "t.”
  • the schema is the record description. If all the records in one file contain similar fields then a file or rack schema is all that is necessary. However, since variations within a file are permitted an individual record schema may be used. Reordering of the record may, of course, change the schema.
  • the schema may also include information as to the order and position that individual fields will be displayed. Specifically, the display line may be specified in the schema for each fields. This will become clearer in the subsequent discussion. Hereinafter “line” will sometimes refer to the display of data on a video display device.
  • the display lines and columns may be considered as a number of pixels in each line and column.
  • a character will be considered as a single pixel.
  • Other measurement units could just as well be used.
  • the viewboard indicates how the data contained in the record is to be displayed within a rectangle equal to or less than r lines and s columns, where r and s are equal to or less than the screen display size as expressed in pixels. It should be understood that other means of display than the line-column relationship could be used.
  • Associated with a file or column schema is an index of records contained in the file.
  • the index also contains an indication of the first record that is normally to be displayed on the screen. For example, in FIG. 1, a portion of record ⁇ a ⁇ is displayed in the first column and first line of display 14. It can be seen from the file matrix 10 that this record is in row 3, and column 2.
  • the file schema may also designate a current record in the file for the file or column. In the example shown in FIG. 1, record “o" is the current record in the fourth file.
  • the file or column schema contains the display coordinates of the current record .Iadd.or string.Iaddend.. These coordinates will be referred to as the "X" anchor (xth column) and the "Y" anchor (yth line). In the example shown in FIG. 1, the "X" anchor and "Y” anchor is indicated at numeral 16.
  • a record in a particular file could constitute the list of records in that file and further could contain the information that is denoted above as the schema. It should also be understood that each record can be analogized to a card with certain information contained therein. Such cards could constitute address cards or appointment cards or the like.
  • the display device 14 can be considered as a viewing board on which portions 18 or all of a record 12 may be displayed (assuming the record does not exceed the display size).
  • the display area has associated with it a series of parameters, referred to as the viewboard, that determine how the various records are to be presented on the display device 14. For example, a current file or column .Iadd.or group .Iaddend.is contained therein.
  • the height of the display and the width of the display are also contained in the viewboard. In FIG. 1, the height of the display is sufficient to display eleven lines of characters, and sixty-one columns of characters.
  • the width in which a file or portions of a file may be displayed is also a portion of the viewboard. This is referred to as the column width. In the example given in FIG. 1, the column width is ten characters or pixels.
  • Each record height is also given in the parameters. In FIG. 1, the record height is one line.
  • the current column may be expanded to display a larger area than the adjacent column. This is shown in FIG. 11, where the current column or third column has a width of thirty characters, while retaining the one character height.
  • the current record height may also be expanded to show more information. This is illustrated in FIG. 14, wherein the current column is 30 characters or pixels wide and the current card (in FIG. 14, this is the "t" record) is four pixels high, while the remaining records are two pixels both in the current column and the displayed columns adjacent to the current column. It will be seen that these parameters may be changed by the user with the only restriction on the user being the actual video display area as indicated in FIG. 1.
  • a single column with its m records can be displayed with, for example, only one line per record or card showing. Of course, more lines can be displayed (See FIGS. 16 and 17). Similarly a single record or card may be displayed in the entire screen with the only limitation being the actual display size (see FIG. 16).
  • a capability to shift from the multi-file display as shown in FIG. 14 to the single file display as shown in FIG. 17 and finally to the single record as shown in FIG. 16 gives one the capability to rapidly zoom in on the explicit detail contained in a specific record. Conversely one can figuratively back away from the single record detail to the FIG. 14 multi-file display with usually a single command or key-stroke.
  • This capability can be compared to a zoom lens on a camera where one gets either a detail look or a broad view. It differs form the well known "window” in that the instant invention provides the "magnification" of a zoom lens while a “window” overlays a different portion of the detailed view without the "magnification.”
  • the unabbreviated field when displaying several cards or records in the multi-field mode where the fields would normally be abbreviated as taught in U.S. Pat. No. 4,486,857, the unabbreviated field along with its label can be scrolled cross the screen so that the user can "see” the full field.
  • "Johnson Machine Works” may be the full name while the abbreviated name 450 (see FIG. 18) would be "Jhn Mchn W" in a ten character field.
  • the field name 452 in this case NAME and JOHNSON MACHINE WORKS will appear sequentially moving across the display area in the 10 character field as shown.
  • the Roman numerals I, II, III, IV and V show the name as it moves across the field.
  • FIGS. 2 through 6 illustrate the logic associated with the operation of video search and retrieval systems. It is to be assumed that the display device 14 has an underlying operating system that provides the necessary program functions to display characters and the like on the screen associated with the display device.
  • the screen may be either of the liquid crystal type, a cathode ray tube, or some other appropriate display device.
  • the user may be given an option to initialize the viewboard parameters for a multi-file display, particularly those indicated in the block in FIG. 2.
  • the first file is shown in the manner of FIG. 17, with one line from the first several records.
  • the parameters for a multi-file display include the current card or record, the current column or file, the "X" anchor and "Y” anchor and other parameters such as the display height, the display width, and the like.
  • the program then enters a continuous perpetual loop denoted "main loop" at the entry arrow 22 in FIG. 2.
  • This main loop is continuous and is entered upon the sensing of one of a set of particular characters, such as a right arrow; a left arrow; an up arrow; a down arrow; or a command to reset the parameters. It also recognizes certain display parameters such as a full column presentation, a full record presentation or a scrolling of an individual field. If some other character is sensed the program will enter a data manipulation or maintenance subroutine.
  • the system is directed to a redisplay function. As previously noted, it may be appropriate to select a default set of parameters so that at start up time the full column presentation shown in FIG. 17 will appear. Subsequent change of parameters will provide the display shown at 14 in for example FIG. 1.
  • the arrow commands will move from one record to the next adjacent record depending upon the direction indicated by the arrow as shown in the decision blocks 24, 26, 28 and 30. Should the shift in the current record/card or column/file exceed the number of cards or columns, as indicated by the second series of decision blocks 32, 34, 36 and 38, the program returns to the main loop without further action. However, if the action is permissible, that is, there are still undisplayed files/columns or undisplayed cards/records, then the current file/column is indexed accordingly and the program jumps to the "adjust" function 40 in FIG. 3.
  • the decision block 42 will shift the program to the "set params" function 44 (FIG. 3) which is always immediately followed by the "adjust" function 40 just mentioned.
  • decision block 43 (FIG. 2) will shift operation to a data loop subroutine shown in FIG. 2a.
  • this data loop subroutine provides for full screen display of portions of one group or file (i.e. each record portion extends across the full display) at decision block 431.
  • Decision block 432 will display field labels, while decision block 433 will display a full record or card.
  • Decision block 434 will "scroll" a field name and the data in that field across the abbreviated field size as shown in FIG. 18. If the answer to all the decisions 431-434 is no, then the edit functions are performed before returning to the Main Loop (FIG. 2).
  • the "set params" function 44 accepts at least four parameters from the user which determine the display area for the various records and files displayed on device 14.
  • the parameters accepted include noncurrent lines or "rows" 46 (see FIG. 3). Referring to FIG. 1, the noncurrent rows would be the rows or records displayed for all but the third column of files or cards. Each record or card is shown only on one line in FIG. 1.
  • the second parameter accepted is the noncurrent column width 48 (see FIG. 3). In the example shown in FIG. 1, this would again refer to the width displayed for columns 1, 2, 4, 5 and 6, and in the example is ten characters or pixels.
  • the third parameter accepted is the current card width 50 (see FIG. 3). This parameter sets the width of a column in which the current card or file is located. In FIG.
  • the set parameter function determines the height of the current card 52. It will be shown in the following discussion that the current card or file 18 may have a larger display than the remaining cards in that file or column. In particular, reference to FIGS. 14 and 15 will show that the current record or card has been expanded to four lines, while the remaining cards or records are limited to two rows of data.
  • the function adjust 40 is executed. It should be remembered that the function adjust 40 can be entered by any one of the four commands shown in the decision blocks 24, 26, 28 and 30 in FIG. 2, or directly from the "set params" function.
  • the purpose of the function adjust 40 is to reset the "X" anchor and "Y” anchor and further to determine the first card or record to be displayed in each file or column based on the current card or record in that file.
  • Function adjust first checks to see if the "X" or the "Y” anchor have exceeded the limits of the display device. In particular, decision block 54 checks to see if the "X" anchor of the current column plus the current column width is greater than the display width.
  • the "X" anchor is moved leftwardly on the display device so that the right side of the current column coincides with the right side of the display screen. If, on the other hand, the "X" anchor occurs to the left of the screen or is less than zero as indicated in decision block 56, then the "X” anchor for the current column is set at the lefthand edge of the display screen.
  • Decision blocks 58 and 60 (see FIG. 4) perform the same function for the "Y” anchor, it should be remembered that "Y” increases in a downward direction as shown in FIG. 1.
  • Operation block 62 determines the first card to be displayed in the current column. It should be remembered that at start-up time in the main loop a current card may be designated for each column. Knowing the current card or record, the "Y" anchor (which has also been established at initialization time) is divided by the noncurrent card lines with the dividend being subtracted from the current card number. The result will be the first record to be displayed in a column.
  • the "X" anchor is set for the column numbers to the left of the current column as indicated in the loop 64.
  • the routine drops out of loop 64 and passes on to the processing in FIG. 5 where the "X" anchors for the columns to the right of the current column are determined.
  • the routine drops out of loop 68 and returns to the main loop shown in FIG. 2.
  • the routine checks for another input character, if another character is sensed, then the routine just discussed would be re-executed.
  • the user can, as indicated above, select a "wide screen” or “zoom” for either a single file or column or a single record or card.
  • the redisplay function 70 shown in FIG. 6 is performed.
  • redisplay subroutine 70 The purpose of the redisplay subroutine 70 is to continually refresh the display information on display device 14. It will be noted that redisplay function 70 starts at the lefthand or first display column or file as the case may be. The first file to be displayed on the screen has been determined in the function adjust loop 64 shown in FIG. 4, while the last column to be displayed is determined in loop 68 in a relatively straightforward manner. As can be seen, the redisplay function 70 is a series of nested loops with the first loop starting at operation block 72 in FIG. 6. In short, this loop 72 is repeated for each column or file to be displayed on display device 10. Reference should be made to FIG. 7, wherein the column is incremented in operation block 74 and returned to the entry point 2 in FIG.
  • This outer loop 72 sets the "X" origin or "X" anchor of the column number based on the parameter column width set during the set parameters function.
  • operation block 72 which starts this outer loop, the column width and card or record size heights are set with the parameter height and width for each column and record except the current column. If the column or file number is the current column as determined by decision block 78, then the viewed width is equal to the current column width.
  • the "X" origin is set at the "X" anchor for the column number, while the "Y” origin is initialized at one.
  • Decision block 80 is one exit for the function redisplay. This exit occurs when the "X" origin is either less than zero or greater than the display width. When this occurs, the function redisplay is terminated and control is passed back to the main loop shown in FIG. 2.
  • the display process moves down the column or file record by record in a file starting with the first card to be displayed as determined in the function adjust, so that display for each card or record within the possible display parameters is accomplished. It should be noted that if the card or file to be displayed is the current card, then the viewed height of that card, as indicated in decision block 84 and operation block 86, may be corrected for current card height.
  • decision block 88 comes into play, and the card or file schema is utilized in operation block 90 to lay out the particular pattern to be displayed for that card or record.
  • This loop which starts at decision block 88, is important to the concept of this invention because it places the control of the displayed pattern for a particular record or card as the case may be, directly in that record or card. In this invention, the display of any or all records is directly controlled or controllable through decision block 88 and the operation block 90.
  • operation block 92 which would feed the overlying display program available in all microprocessors, will perform the function of providing to the microprocessor the necessary parameters for card or file to be displayed, including the specialized display parameters accepted in operation block 90.
  • the schema is such that the initial fields of the record are preselected for display, however the ability to preselect other fields is provided.
  • loop 82 are the incrementing functions of the "Y" origin and the card or record number for the column or file. If the "Y" origin is greater than the displayed height, then the column or file number is incremented and the program control is returned either to the beginning of the function redisplay at point 2 in FIG. 6, or the main loop if the column number is greater than the last column number.
  • a second column may be selected. For example, if the display is as shown in FIG. 17, the selection of column 3 would cause the display area to be divided so that columns one and three would appear as in FIG. 19. It may also be appropriate to number the displayed columns as at 440 (see FIG. 19). Further the current column, in FIG. 19, may be highlighted on a CRT display by lighting the background and darkening the textual material. Selection of a third and subsequent columns would further divide the screen into thirds, fourths etc. It should be noted that in this option, it is preferred that one line from each card or record be displayed although the full record (with abbreviated text) may also be selected. The previously mentioned scrolling is particularly useful when abbreviated text is used.
  • the programming for adding a column is shown in FIG. 2B. Essentially what is done in the flow chart in FIG. 2B is to determine how many columns are to be displayed and then determining the appropriate X-anchor for each column. As important function of this "Add a Column” loop is the "sorting" of the columns. For example, after the user requested column 3 as shown in FIG. 19, the next request could be for a column that would be displayed to the left of column 3 (column 2) or to the right of column 3 (column 4 or higher). The program will "sort” the requested columns (operation block 445), determine the X-anchors (loop 446) and then display the requested columns. Options to highlight the current column and display column numbers are provided at blocks 447 and 448.
  • this display system is designed to operate on a portable microprocessor having a display device 14 and a data string input device in keyboard 15. It should be understood that keyboard 15 may be an integral part of the display device 14.
  • the microprocessor could very well include provision for a printer or other hard-copy output device. It might be particularly appropriate to include both input and output by either tape or disk/diskette devices so that the small microprocessor (note pad size computer) can be loaded from a larger, more permanent installation, and further the "note pad" computer can be off-loaded to the same larger type of installation.
  • Previous attempts at providing a limited display capability for one or more records in a series of files have generally revolved around the physical layout or desired format of physical records so that unabbreviated or untruncated portions of those formatted records are available for perusal by the user.
  • This invention overcomes that drawback by providing scanning capability to the user and further capability to display various sized portions of the records contained in the various files. In short the detail level of the display or "zoom" size is in the users hands.
  • a typical record is indicated as an "r" line, "s" column matrix.
  • an indication 92 as to whether there is a special display schema associated with that particular record. This indication may be in the form of a single bit flag so that reference to the schema will either be to the card or record schema or to the column or file schema. It should be understood that the record displayed in FIG. 8 is representative only.
  • this record can be considered as being a string of data elements with a variable length less that "t.”
  • This variable length string may have identifiable fields f 1 through f m each of which may be considered lines “a” through “m.” If a field exceeds a line length, it will continue on the next "line.” If two or more fields can be displayed within a fixed length display line then they may be so displayed.
  • Each file is composed of a series of independent strings .[.t 1 , t 2 . . . t m .]. .Iadd.S 1 , S 2 . . . S K . . . S N .Iaddend., each string comprising a card or record.
  • FIG. 9 there are files 1, 2, 3 . . . N with each file having up to "M" records, and each record having up to f m identifiable fields.
  • the material displayed refers to the display first shown in FIG. 1.
  • FIG. 1 an m ⁇ n matrix of records is shown with the specific records starting in column 2, at row 3 with record "a” and running through column 7 row 5 with record “ad.”
  • the display 14 shown in FIG. 1 has eleven lines of pixels and sixty-one columns of pixels.
  • the viewboards or parameters have been preset so that six columns of five records can be displayed.
  • the first cards or records displayed are as indicated in the display device 14, that is, a, b, c, d, e and f, while the current cards for the respective columns are m, n, o, p, w and ad.
  • the parameters have been set with the non-current lines having one line of characters or pixels, the noncurrent columns having ten characters or pixels, and the current column also having ten columns of characters or pixels.
  • the current card which in the display shown in FIG. 1 is the "o" card or record, is set for one line of characters or pixels. If the parameters are changed to 2, 10, 10 and 2 (2 noncurrent lines, 10 noncurrent columns, 10 current columns and 2 current card lines), the display shown in FIG. 10 occurs. In this instance, it will be noted that the "a” and the "y" records in the first column have disappeared from the display device because of the enlargement of the remaining cards or records to two lines of data. It should be understood that, for convenience's sake, a line is skipped in between each record and a column is skipped in between each file. This need not necessarily be the case; however, for convenience and clarity it has been done in this manner in this particular discussion.
  • the identifiable fields in record “i” may well differ from the identifiable fields in record "o.”
  • the third file is comprised of addresses and names of organizations, it may be appropriate in certain ones of those records to indicate an idiosyncrasy of an individual associated with that organization.
  • the schema of card “o” may well represent that idiosyncrasy at the expense of losing some other intelligence shown for other records in that file. That intelligence could be regained by selecting one of the other parameters so that additional rows or pixels are displayed, by changing the record schema or by "scrolling.” This is illustrated in FIG. 12 where the "o"th card or record has been expanded to four rows of pixels and thirty columns of pixels.
  • the parameters for remaining cards or records in the display remain at two rows and ten columns for the noncurrent rows and columns, but the columns for the current column, that is, the third column, are all expanded to thirty characters or pixels.
  • the difference that occurs between the display shown in FIG. 1 and the display shown in FIG. 10 is a result of a change in parameters and takes place in the set parameter function 44.
  • the difference between the display shown in FIG. 11 and FIG. 10 occurs with a difference in the set parameter function, namely, the number of columns is increased to thirty in the current column routine.
  • FIG. 13 is a result of a left arrow command as shown in decision block 26 of the named loop.
  • the current card shifts from the third column, specifically the "o" record to the second column, where the "n"th record has been predesignated as the current card. It may be remembered that the "n"th record was the current card in the second column. Thus, a shift from the current card in the third column to the current card in the second column results in an expansion of the "n"th record to four lines by thirty columns as shown in FIG. 13.
  • the "n"th record is then reduced to two lines of pixels and the "t"th record is increased to four lines of pixels.
  • the current column is shifted from the second column to the first column (see FIG. 15).
  • the current card in the first column was the "m"th card.
  • the "m"th card will be expanded to four lines of pixels with thirty columns of pixels.
  • the display shown in FIG. 15 occurs. In FIG. 14 and FIG.
  • a code can be used or the parameters set to 0, 0, 60, 1 so that there are no non current columns, no non current lines, 60 current columns (the display width column) and one current line (the display height/card).
  • the logic of FIG. 2B one merely selects the desired column and the "current columns" are reduced accordingly. Moving back to the single column may be done with one keystroke if coded or by resetting the parameters.
  • this program permits the user to not only control the display of the cards, but also move from one record to the next record with a great deal ease.

Abstract

A computer program provides for the display of selected portions of two or more records on a display screen where the portions selected are from different records, and may be from different files. Provision is made for scrolling of the full text of the displayed records, which may be grouped by common subject matter.
Alternatively one of the two or more records may be displayed on the full screen with the capability for selectively switching between the single record and two or more records or a display showing portions of more than one record from more than one file.

Description

This is a continuation-in-part of application Ser. No. 647,649, now abandoned, filed Sept. 6, 1987.
DESCRIPTION
1. Technical Field
This invention relates to searching for and subsequent display of portions of various data fields in stored records. In particular, it relates to display devices which have limited display capability but where information to be displayed is from several records and where the amount of information may exceed the display size.
2. Background of the Invention
The data processing field has now reached the point where portable computing is available in relatively small sizes. In particular, computers with a relatively large storage capacity are available with dimensions not much larger than a piece of typing paper and that will conveniently fit into an attache case and operate from battery power. While this invention is addressed to these small portable computers, it is equally applicable to the non-portable or larger size computers. The impetus for the invention is the lack of search and retrieval systems wherein selected portions of more than one record can be displayed concurrently.
"Windowing," a capability available with some operating systems, enables a user to display at least portions of more than one record or portions of a large record (e.g., a matrix) in a format selected from and controlled by the operating system on a single video display device. Usually, one formatted record is overlayed upon another formatted record so that portions of intelligence may be lost. Since the associated operating system is usually controlling in a "window" situation, a user may be able to operate on the displayed data, e.g., make changes. The window concept usually does not provide for shorter or abbreviated data fields within a record. Consequently because of the size parameters of the requested window incomplete and in some cases unintelligible information is shown.
In addition to the shortfall of windowing, the small tablet-size computer usually has a limited display space. Specifically, this display space may allow for ten to fifteen rows of information with each row containing fifty to seventy-five characters. Thus, in the windowing examples set forth above, if one were to display two or more records at one time, the fifteen by seventy-five character display area must be divided in some proportion. Without a proper schema to display the individual records, the records will be truncated by the amount of available display space.
U.S. Pat. No. 4,486,857 issued on Dec. 4, 1984 to Paul Heckel, the inventor herein, and assigned to Quickview Partners of Los Altos, Calif. provides for compression of data fields such that vowels may be removed from names, streets, cities and the like, thus reducing the display requirements for particular records. For example, the names "Smith" may be abbreviated to "Smth." This capability, while serving the function set forth in the earlier application, is limited to a single record at a time, and further does not have the capability for selective display of data fields within a particular record, but rather gives sequential display of all the data fields. That is to say, while the various fields may be abbreviated by removal of certain characters, all of the fields are sequentially displayed when the entire record is "perused."
The result of the present technology is that while portions of multiple records may be concurrently displayed on a display device, unabbreviated portions are selected sequentially as they appear in the record and not by the intelligence contained in the fields.
SUMMARY OF THE INVENTION
It is an object of this invention to provide means for and a method of simultaneously displaying selected portions of different records from one or more files stored in a computer. It is a further object to provide for the scanning of adjacent records or files while retaining the limited displayed portions of the adjacent or juxtaposed records.
This invention is for a computerized data system having a data string input device, a processor, a storage device for storing independent strings of data, each of variable length, with each string having several fields. The independent strings may be classifiable into groups with each group having strings with at least one similar field. The invention also includes an output device having a limited display capability. The data retrieval and display system comprises means for locating each stored string of data and means for simultaneously displaying on the output device preselected portions of a first independent string and preselected portions of a second independent string. The first and second strings may be from different groups. The secod string preselected portions have a display length less than the displayed length of the first string preselected portions.
This invention overcomes the failure of the earlier devices by providing simultaneous display of different preselected portions of various data strings contained in one or more files stored in a computer.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is an illustration of the relation of the display to the data portions of the record, and then to the file, and finally to a composite group of files.
FIGS. 2, 2a, 2b, 3, 4, 5, 6 and 7 are flow charts of a representative program that operate this scheme.
FIG. 8 is a representative record layout.
FIG. 9 is a representation of the multiple file structure.
FIG. 10 is a representation of the display shown in FIG. 1 after an adjustment has been made to the record/file/files parameters.
FIG. 11 is a similar change in the display representation after a second parameter change.
FIGS. 12, 13, 14 and 15 are similar changes in the display representation after subsequent parameter changes.
FIG. 16 is a single record representation.
FIG. 17 is a representation of several records each on a single line.
FIG. 18 is a representation of the "scrolling" feature of this invention.
FIG. 19 is a representation of the first two columns of the display in FIG. 1 with column headings and blank lines.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
This invention deals with the concurrent display of portions of several records from separate files stored in a relatively small microprocessor.
In order to better understand the description that follows, one should understand that conventional terms are used to refer to the data being manipulated and displayed. This data will be considered to be ordered to the extent that there are two or more files where each file is an organized collection of records. Each record consists of an independent data string of one or more data elements or fields. In the particular embodiment discussed below, the system can be compared to a series of racks such as is seen adjacent a time clock. Each rack is comparable to a file with each rack or file associated with a division or department. Each record is comparable to an individual time card. The elements of information on each time card such as name, address, pay rate, etc. are comparable to the data elements or fields. Hereinafter the terms file, record, and field will generally be used in the context set forth above. When referring to the "rack/card" analogy, reference may be made to a column to signify a "rack" or file and to row to indicate the positioning of "card" or record in the file.
In FIG. 1, the composite file structure is indicated at 10, while an individual record (card) is indicated at 12, and the display of selected portions (fields) of record 12 along with selected portions of other records are indicated at 14. Composite file structure 10 is comprised of a plurality of records that by appropriate classification could be formed into an m×n matrix. Where there are n files and up to m records in each file (see FIG. 9). While the matrix format is used in this specification, it is to be understood that the actual storage of the individual records within an individual microprocessor or storage unit associated with a computer would not necessarily be in matrix format. A matrix format is chosen simply because the structure of the various files is such that the individual records in certain files can be classified by at least one data element of common subject matter. The matrix format also represents mathematically the metaphoric rack/card concept previously discussed. One can consider that there are n files with up to as many as m individual records in each file (column). Referring to FIG. 8, the individual record itself may be composed of "r" lines of data lines where each line may contain up to s characters or pixels (the width). More will be said about the record layout subsequently. In FIG. 9, it can be seen that each individual "column" or file need not necessarily have m records. In FIG. 9, the records are represented in the familiar row matrix format, 1,1; 2,1; 3,1 wherein the first numeral represents the sequential record or row and the second numeral, indicates the file number or column when using the row column matrix convention. Referring again to FIG. 1, record 12 is the fourth record from the fourth file.
Each record, as indicated in FIG. 8, contains intelligence normally in a character format that would normally be divided into different fields. However, it is conceivable that the intelligence may be stored in some other form such as an ideographic or pictorial representation or the intelligence may be in free form rather than divided into fields so that a record can be composed of several rows of text such as a document.
Associated with each record is a schema 92 which may be unique to the record or which may be common to the file. The schema describes the data or intelligence (e.g. the field names) that is contained in the record and a view mechanism or "viewboard" that describes how the data is to be displayed.
It is to be understood at this point that the records and files may be ordered and further that the ordering can be modified at will so that records will be "moved" in the file and further may be moved to a new or different file. Movement of a record will re-order the file. Conveniently the order may be alphabetical by any desired field.
It may also be appropriate to include movement of fields within the record. Similar to the record movement, field movement may reorder all the records in the file.
The schema in addition to the data description includes, as the "viewboard," the height of the record, or the number of lines as indicated in FIG. 8 and shown as "r" in the representation in FIG. 8. It also contains the width "s" as shown in FIG. 8. The total length of the record, or more properly the string of data elements or fields, while variable, is always less than some value "t." Finally the schema is the record description. If all the records in one file contain similar fields then a file or rack schema is all that is necessary. However, since variations within a file are permitted an individual record schema may be used. Reordering of the record may, of course, change the schema. The schema may also include information as to the order and position that individual fields will be displayed. Specifically, the display line may be specified in the schema for each fields. This will become clearer in the subsequent discussion. Hereinafter "line" will sometimes refer to the display of data on a video display device.
In the event the intelligence that is contained in the record is not in character format, the display lines and columns may be considered as a number of pixels in each line and column. For convenience, in this specification, a character will be considered as a single pixel. Other measurement units could just as well be used.
The viewboard indicates how the data contained in the record is to be displayed within a rectangle equal to or less than r lines and s columns, where r and s are equal to or less than the screen display size as expressed in pixels. It should be understood that other means of display than the line-column relationship could be used.
Associated with a file or column schema is an index of records contained in the file. The index also contains an indication of the first record that is normally to be displayed on the screen. For example, in FIG. 1, a portion of record `a` is displayed in the first column and first line of display 14. It can be seen from the file matrix 10 that this record is in row 3, and column 2. In addition to the first record to be displayed, the file schema may also designate a current record in the file for the file or column. In the example shown in FIG. 1, record "o" is the current record in the fourth file. Finally, the file or column schema contains the display coordinates of the current record .Iadd.or string.Iaddend.. These coordinates will be referred to as the "X" anchor (xth column) and the "Y" anchor (yth line). In the example shown in FIG. 1, the "X" anchor and "Y" anchor is indicated at numeral 16.
In FIG. 1, for the 11 row by 61 column display, the "X" anchor is at "X" coordinate 22, and the "Y" anchor is at "Y" coordinate 5 wherein the "X" coordinates read from left to right and the "Y" coordinates read from the top down. These coordinates are repeated in FIGS. 10 through 15.
It should be understood that a record in a particular file could constitute the list of records in that file and further could contain the information that is denoted above as the schema. It should also be understood that each record can be analogized to a card with certain information contained therein. Such cards could constitute address cards or appointment cards or the like.
Referring again to FIG. 1, the display device 14 can be considered as a viewing board on which portions 18 or all of a record 12 may be displayed (assuming the record does not exceed the display size). The display area has associated with it a series of parameters, referred to as the viewboard, that determine how the various records are to be presented on the display device 14. For example, a current file or column .Iadd.or group .Iaddend.is contained therein. In addition, the height of the display and the width of the display are also contained in the viewboard. In FIG. 1, the height of the display is sufficient to display eleven lines of characters, and sixty-one columns of characters. The width in which a file or portions of a file may be displayed is also a portion of the viewboard. This is referred to as the column width. In the example given in FIG. 1, the column width is ten characters or pixels. Each record height is also given in the parameters. In FIG. 1, the record height is one line.
In addition to giving the standard record height, the current column may be expanded to display a larger area than the adjacent column. This is shown in FIG. 11, where the current column or third column has a width of thirty characters, while retaining the one character height.
The current record height may also be expanded to show more information. This is illustrated in FIG. 14, wherein the current column is 30 characters or pixels wide and the current card (in FIG. 14, this is the "t" record) is four pixels high, while the remaining records are two pixels both in the current column and the displayed columns adjacent to the current column. It will be seen that these parameters may be changed by the user with the only restriction on the user being the actual video display area as indicated in FIG. 1.
Should the user so wish, either a single column with its m records can be displayed with, for example, only one line per record or card showing. Of course, more lines can be displayed (See FIGS. 16 and 17). Similarly a single record or card may be displayed in the entire screen with the only limitation being the actual display size (see FIG. 16).
A capability to shift from the multi-file display as shown in FIG. 14 to the single file display as shown in FIG. 17 and finally to the single record as shown in FIG. 16 gives one the capability to rapidly zoom in on the explicit detail contained in a specific record. Conversely one can figuratively back away from the single record detail to the FIG. 14 multi-file display with usually a single command or key-stroke. This capability can be compared to a zoom lens on a camera where one gets either a detail look or a broad view. It differs form the well known "window" in that the instant invention provides the "magnification" of a zoom lens while a "window" overlays a different portion of the detailed view without the "magnification."
Finally, when displaying several cards or records in the multi-field mode where the fields would normally be abbreviated as taught in U.S. Pat. No. 4,486,857, the unabbreviated field along with its label can be scrolled cross the screen so that the user can "see" the full field. For example a fictitious organization, "Johnson Machine Works" may be the full name while the abbreviated name 450 (see FIG. 18) would be "Jhn Mchn W" in a ten character field. When "scrolling" is selected the field name 452, in this case NAME and JOHNSON MACHINE WORKS will appear sequentially moving across the display area in the 10 character field as shown. The Roman numerals I, II, III, IV and V show the name as it moves across the field.
THE PROGRAM
FIGS. 2 through 6 illustrate the logic associated with the operation of video search and retrieval systems. It is to be assumed that the display device 14 has an underlying operating system that provides the necessary program functions to display characters and the like on the screen associated with the display device. The screen may be either of the liquid crystal type, a cathode ray tube, or some other appropriate display device.
At the time the system is turned on, the user may be given an option to initialize the viewboard parameters for a multi-file display, particularly those indicated in the block in FIG. 2. Alternatively, the first file is shown in the manner of FIG. 17, with one line from the first several records.
The parameters for a multi-file display include the current card or record, the current column or file, the "X" anchor and "Y" anchor and other parameters such as the display height, the display width, and the like. The program then enters a continuous perpetual loop denoted "main loop" at the entry arrow 22 in FIG. 2. This main loop is continuous and is entered upon the sensing of one of a set of particular characters, such as a right arrow; a left arrow; an up arrow; a down arrow; or a command to reset the parameters. It also recognizes certain display parameters such as a full column presentation, a full record presentation or a scrolling of an individual field. If some other character is sensed the program will enter a data manipulation or maintenance subroutine. If no character is sensed, the system is directed to a redisplay function. As previously noted, it may be appropriate to select a default set of parameters so that at start up time the full column presentation shown in FIG. 17 will appear. Subsequent change of parameters will provide the display shown at 14 in for example FIG. 1.
As will be seen, the arrow commands will move from one record to the next adjacent record depending upon the direction indicated by the arrow as shown in the decision blocks 24, 26, 28 and 30. Should the shift in the current record/card or column/file exceed the number of cards or columns, as indicated by the second series of decision blocks 32, 34, 36 and 38, the program returns to the main loop without further action. However, if the action is permissible, that is, there are still undisplayed files/columns or undisplayed cards/records, then the current file/column is indexed accordingly and the program jumps to the "adjust" function 40 in FIG. 3.
If, on the other hand, the character sensed in the main loop as shown in FIG. 2 indicates a change in parameters (i.e., the viewboard), then the decision block 42 will shift the program to the "set params" function 44 (FIG. 3) which is always immediately followed by the "adjust" function 40 just mentioned.
If some other character is sensed decision block 43 (FIG. 2) will shift operation to a data loop subroutine shown in FIG. 2a. In addition to the usual edit and data manipulation functions which are well known, this data loop subroutine provides for full screen display of portions of one group or file (i.e. each record portion extends across the full display) at decision block 431. Decision block 432 will display field labels, while decision block 433 will display a full record or card. Decision block 434 will "scroll" a field name and the data in that field across the abbreviated field size as shown in FIG. 18. If the answer to all the decisions 431-434 is no, then the edit functions are performed before returning to the Main Loop (FIG. 2). In all of these situations the viewboard parameters (which are discussed in the next paragraph) are stored until the display is returned to the default condition as shown in FIG. 1 unless the default is set at a full column display (FIG. 16 or 17). It is pointed out that the full column displayed will be the current column and the full card displayed will be the current card. As can be seen from the flow chart (FIG. 2 and 2a) one can readily switch from the multi record display to the single column or card display and back again with only one key stroke.
The "set params" function 44 accepts at least four parameters from the user which determine the display area for the various records and files displayed on device 14. In the present invention, the parameters accepted include noncurrent lines or "rows" 46 (see FIG. 3). Referring to FIG. 1, the noncurrent rows would be the rows or records displayed for all but the third column of files or cards. Each record or card is shown only on one line in FIG. 1. The second parameter accepted is the noncurrent column width 48 (see FIG. 3). In the example shown in FIG. 1, this would again refer to the width displayed for columns 1, 2, 4, 5 and 6, and in the example is ten characters or pixels. The third parameter accepted is the current card width 50 (see FIG. 3). This parameter sets the width of a column in which the current card or file is located. In FIG. 1, this is illustrated by the ten character or pixel width of the third column, as reflected by the current card or file 18. Finally, the set parameter function determines the height of the current card 52. It will be shown in the following discussion that the current card or file 18 may have a larger display than the remaining cards in that file or column. In particular, reference to FIGS. 14 and 15 will show that the current record or card has been expanded to four lines, while the remaining cards or records are limited to two rows of data.
Once the parameters have been set, then the function adjust 40 is executed. It should be remembered that the function adjust 40 can be entered by any one of the four commands shown in the decision blocks 24, 26, 28 and 30 in FIG. 2, or directly from the "set params" function. The purpose of the function adjust 40 is to reset the "X" anchor and "Y" anchor and further to determine the first card or record to be displayed in each file or column based on the current card or record in that file. Function adjust first checks to see if the "X" or the "Y" anchor have exceeded the limits of the display device. In particular, decision block 54 checks to see if the "X" anchor of the current column plus the current column width is greater than the display width. If this is the case, then the "X" anchor is moved leftwardly on the display device so that the right side of the current column coincides with the right side of the display screen. If, on the other hand, the "X" anchor occurs to the left of the screen or is less than zero as indicated in decision block 56, then the "X" anchor for the current column is set at the lefthand edge of the display screen. Decision blocks 58 and 60 (see FIG. 4) perform the same function for the "Y" anchor, it should be remembered that "Y" increases in a downward direction as shown in FIG. 1. Operation block 62 determines the first card to be displayed in the current column. It should be remembered that at start-up time in the main loop a current card may be designated for each column. Knowing the current card or record, the "Y" anchor (which has also been established at initialization time) is divided by the noncurrent card lines with the dividend being subtracted from the current card number. The result will be the first record to be displayed in a column.
Following the determination of the first card to be displayed in the current column, the "X" anchor is set for the column numbers to the left of the current column as indicated in the loop 64. When the "X" anchor is determined to be less than zero as shown in loop 64, the routine drops out of loop 64 and passes on to the processing in FIG. 5 where the "X" anchors for the columns to the right of the current column are determined. When the "X" anchor exceeds the display width as shown in the decision block 66, the routine drops out of loop 68 and returns to the main loop shown in FIG. 2.
Returning now to FIG. 2, after the "set params" and "adjust" functions have been completed, the routine checks for another input character, if another character is sensed, then the routine just discussed would be re-executed. In addition to rearrangement of the broad display, the user can, as indicated above, select a "wide screen" or "zoom" for either a single file or column or a single record or card. However, if no character is sensed as coming from the input device, then the redisplay function 70 shown in FIG. 6 is performed.
The purpose of the redisplay subroutine 70 is to continually refresh the display information on display device 14. It will be noted that redisplay function 70 starts at the lefthand or first display column or file as the case may be. The first file to be displayed on the screen has been determined in the function adjust loop 64 shown in FIG. 4, while the last column to be displayed is determined in loop 68 in a relatively straightforward manner. As can be seen, the redisplay function 70 is a series of nested loops with the first loop starting at operation block 72 in FIG. 6. In short, this loop 72 is repeated for each column or file to be displayed on display device 10. Reference should be made to FIG. 7, wherein the column is incremented in operation block 74 and returned to the entry point 2 in FIG. 6 if the column number has not exceeded the "last column number" as indicated in decision block 76 (see FIG. 6). This outer loop 72 sets the "X" origin or "X" anchor of the column number based on the parameter column width set during the set parameters function. In operation block 72, which starts this outer loop, the column width and card or record size heights are set with the parameter height and width for each column and record except the current column. If the column or file number is the current column as determined by decision block 78, then the viewed width is equal to the current column width. The "X" origin is set at the "X" anchor for the column number, while the "Y" origin is initialized at one.
Decision block 80 is one exit for the function redisplay. This exit occurs when the "X" origin is either less than zero or greater than the display width. When this occurs, the function redisplay is terminated and control is passed back to the main loop shown in FIG. 2.
The display process moves down the column or file record by record in a file starting with the first card to be displayed as determined in the function adjust, so that display for each card or record within the possible display parameters is accomplished. It should be noted that if the card or file to be displayed is the current card, then the viewed height of that card, as indicated in decision block 84 and operation block 86, may be corrected for current card height.
As mentioned early on in this discussion, if the schema for the particular file to be displayed differs from the card or file schema for the column, then decision block 88 comes into play, and the card or file schema is utilized in operation block 90 to lay out the particular pattern to be displayed for that card or record. This loop, which starts at decision block 88, is important to the concept of this invention because it places the control of the displayed pattern for a particular record or card as the case may be, directly in that record or card. In this invention, the display of any or all records is directly controlled or controllable through decision block 88 and the operation block 90. With this information, operation block 92, which would feed the overlying display program available in all microprocessors, will perform the function of providing to the microprocessor the necessary parameters for card or file to be displayed, including the specialized display parameters accepted in operation block 90. Ordinarily the schema is such that the initial fields of the record are preselected for display, however the ability to preselect other fields is provided.
As can be seen, what follows loop 82 are the incrementing functions of the "Y" origin and the card or record number for the column or file. If the "Y" origin is greater than the displayed height, then the column or file number is incremented and the program control is returned either to the beginning of the function redisplay at point 2 in FIG. 6, or the main loop if the column number is greater than the last column number.
In addition to implementing the start up with a display as shown in FIG. 1, one can also set the parameters so that a single column of cards or records will appear with only one line from each card. (As previously stated this may be the default or start up selection.) See FIG. 17. By selecting a "Full Card" (FIG. 2a) the display area will show the material illustrated in FIG. 16, that is all of the first or current card. (If the data contained in the first record exceeds the display screen then appropriate truncation, field abbreviation or both may be used.
If one should want additional columns then a second column may be selected. For example, if the display is as shown in FIG. 17, the selection of column 3 would cause the display area to be divided so that columns one and three would appear as in FIG. 19. It may also be appropriate to number the displayed columns as at 440 (see FIG. 19). Further the current column, in FIG. 19, may be highlighted on a CRT display by lighting the background and darkening the textual material. Selection of a third and subsequent columns would further divide the screen into thirds, fourths etc. It should be noted that in this option, it is preferred that one line from each card or record be displayed although the full record (with abbreviated text) may also be selected. The previously mentioned scrolling is particularly useful when abbreviated text is used.
The programming for adding a column is shown in FIG. 2B. Essentially what is done in the flow chart in FIG. 2B is to determine how many columns are to be displayed and then determining the appropriate X-anchor for each column. As important function of this "Add a Column" loop is the "sorting" of the columns. For example, after the user requested column 3 as shown in FIG. 19, the next request could be for a column that would be displayed to the left of column 3 (column 2) or to the right of column 3 (column 4 or higher). The program will "sort" the requested columns (operation block 445), determine the X-anchors (loop 446) and then display the requested columns. Options to highlight the current column and display column numbers are provided at blocks 447 and 448.
OPERATION OF THE PREFERRED EMBODIMENT
Again referring to FIG. 1, this display system is designed to operate on a portable microprocessor having a display device 14 and a data string input device in keyboard 15. It should be understood that keyboard 15 may be an integral part of the display device 14. Furthermore, the microprocessor could very well include provision for a printer or other hard-copy output device. It might be particularly appropriate to include both input and output by either tape or disk/diskette devices so that the small microprocessor (note pad size computer) can be loaded from a larger, more permanent installation, and further the "note pad" computer can be off-loaded to the same larger type of installation.
Previous attempts at providing a limited display capability for one or more records in a series of files have generally revolved around the physical layout or desired format of physical records so that unabbreviated or untruncated portions of those formatted records are available for perusal by the user. This invention overcomes that drawback by providing scanning capability to the user and further capability to display various sized portions of the records contained in the various files. In short the detail level of the display or "zoom" size is in the users hands.
Referring to FIG. 8, a typical record is indicated as an "r" line, "s" column matrix. Located in the record shown in FIG. 8 is an indication 92 as to whether there is a special display schema associated with that particular record. This indication may be in the form of a single bit flag so that reference to the schema will either be to the card or record schema or to the column or file schema. It should be understood that the record displayed in FIG. 8 is representative only. It should also be understood that this record can be considered as being a string of data elements with a variable length less that "t." This variable length string may have identifiable fields f1 through fm each of which may be considered lines "a" through "m." If a field exceeds a line length, it will continue on the next "line." If two or more fields can be displayed within a fixed length display line then they may be so displayed.
Each file is composed of a series of independent strings .[.t1, t2 . . . tm .]. .Iadd.S1, S2 . . . SK . . . SN .Iaddend., each string comprising a card or record. Thus, as indicated in FIG. 9, there are files 1, 2, 3 . . . N with each file having up to "M" records, and each record having up to fm identifiable fields.
In the examples shown in FIGS. 10, 11, 12, 13, 14 and 15, the material displayed refers to the display first shown in FIG. 1. Specifically, in FIG. 1, an m×n matrix of records is shown with the specific records starting in column 2, at row 3 with record "a" and running through column 7 row 5 with record "ad." For purposes of this discussion, the display 14 shown in FIG. 1 has eleven lines of pixels and sixty-one columns of pixels. The viewboards or parameters have been preset so that six columns of five records can be displayed. The first cards or records displayed are as indicated in the display device 14, that is, a, b, c, d, e and f, while the current cards for the respective columns are m, n, o, p, w and ad. For the display shown in FIG. 1, the parameters have been set with the non-current lines having one line of characters or pixels, the noncurrent columns having ten characters or pixels, and the current column also having ten columns of characters or pixels. The current card, which in the display shown in FIG. 1 is the "o" card or record, is set for one line of characters or pixels. If the parameters are changed to 2, 10, 10 and 2 (2 noncurrent lines, 10 noncurrent columns, 10 current columns and 2 current card lines), the display shown in FIG. 10 occurs. In this instance, it will be noted that the "a" and the "y" records in the first column have disappeared from the display device because of the enlargement of the remaining cards or records to two lines of data. It should be understood that, for convenience's sake, a line is skipped in between each record and a column is skipped in between each file. This need not necessarily be the case; however, for convenience and clarity it has been done in this manner in this particular discussion.
If the schema of card or record "o" differs from the schema of the column, then the identifiable fields in record "i" may well differ from the identifiable fields in record "o." For example, if the third file is comprised of addresses and names of organizations, it may be appropriate in certain ones of those records to indicate an idiosyncrasy of an individual associated with that organization. Thus, the schema of card "o" may well represent that idiosyncrasy at the expense of losing some other intelligence shown for other records in that file. That intelligence could be regained by selecting one of the other parameters so that additional rows or pixels are displayed, by changing the record schema or by "scrolling." This is illustrated in FIG. 12 where the "o"th card or record has been expanded to four rows of pixels and thirty columns of pixels. Simultaneously, the parameters for remaining cards or records in the display remain at two rows and ten columns for the noncurrent rows and columns, but the columns for the current column, that is, the third column, are all expanded to thirty characters or pixels. The difference that occurs between the display shown in FIG. 1 and the display shown in FIG. 10 is a result of a change in parameters and takes place in the set parameter function 44. Similarly, the difference between the display shown in FIG. 11 and FIG. 10 occurs with a difference in the set parameter function, namely, the number of columns is increased to thirty in the current column routine.
FIG. 13 is a result of a left arrow command as shown in decision block 26 of the named loop. In this instance, the current card shifts from the third column, specifically the "o" record to the second column, where the "n"th record has been predesignated as the current card. It may be remembered that the "n"th record was the current card in the second column. Thus, a shift from the current card in the third column to the current card in the second column results in an expansion of the "n"th record to four lines by thirty columns as shown in FIG. 13.
If the current card is shifted downwardly (see FIG. 14), as shown in decision block 30 from the "n"th record, the "n"th record is then reduced to two lines of pixels and the "t"th record is increased to four lines of pixels.
If the left arrow is again selected as indicated in decision block 26 from FIG. 12, the current column is shifted from the second column to the first column (see FIG. 15). When the current column is shifted to the first column, it should be remembered that the current card in the first column was the "m"th card. Thus, the "m"th card will be expanded to four lines of pixels with thirty columns of pixels. In shifting from the second column where the "t"th record was designated to the first column where the "m"th record had been designated the current card, the display shown in FIG. 15 occurs. In FIG. 14 and FIG. 15, it should be particularly pointed out that a shift downwardly in the second column from the "n"th to the "t"th record will place the current card in the second column in the center position because of the location of "y" anchor. It should be noted that the current card in the third column, or the "o"th record remains in the central position since the current card is "anchored" by the original "x" anchor and "y" anchor which had been entered in the initialization program at row 5 and column 22. It is the "y" anchor that determines the position of the current card in the column. Thus, the "o"th card remains in the center position while the "t"th card takes on that position in FIG. 15, rather than the "n"th card.
In order to obtain the single column situation depicted in FIG. 16, a code can be used or the parameters set to 0, 0, 60, 1 so that there are no non current columns, no non current lines, 60 current columns (the display width column) and one current line (the display height/card). In order to add a new column of cards, using the logic of FIG. 2B, one merely selects the desired column and the "current columns" are reduced accordingly. Moving back to the single column may be done with one keystroke if coded or by resetting the parameters.
It can be seen that this program permits the user to not only control the display of the cards, but also move from one record to the next record with a great deal ease.
While this invention has been shown in relation to a particular embodiment, it should not be considered so limited. Rather, it is limited only by the appended claims.

Claims (37)

What is claimed is:
1. In an interactive data entry computer system .[.wherein.]. .Iadd.including .Iaddend.a .[.user is presented with a.]. data .[.entry.]. display screen.[., a data string.]. .Iadd.for displaying data in horizontal lines, an .Iaddend.input device, a processor, .Iadd.and .Iaddend.a storage device for storing .[.Sn .]. .Iadd.n .Iaddend.independent strings of data elements .[.each string Sk of variable length less than t.]. .Iadd.comprised of alphanumeric characters where n is a positive integer greater than one.Iaddend., each .[.string Sk having at least one data field fi and an output device, said independent strings S1 through Sn classifiable into groups, each group having strings with at least one similar filed, a data retrieval and display system comprising:
processing means for locating each stored independent string of data;
control means for preselecting and simultaneously displaying on the data entry display screen or output device portions of a first independent string S1 of data and portions of a second independent string of data S2 said first string preselected portions having a displayed.]. .Iadd.said string Sk of .Iaddend.length .[.l1 .]. .Iadd.less than t characters where t is a positive integer, k is a positive integer less than or equal to n, each said string Sk having data fields fi where I is a positive integer less than or equal to F and F, the number of fields, is a positive integer greater than or equal to two, said independent strings S1 through Sn classified into groups, each said group having strings with at least one similar data field, a display screen comprising:
.[.less than t; said second string preselected portions having a displayed length l2 less than or equal to l1, and said first and second strings being in the same group, whereby the user is simultaneously presented with two or more portions of different.]. .Iadd.fetching means in communication with said storage device for locating each stored independent string Sk .Iaddend.;
display means operative in a first mode for displaying said strings in a certain display area on said data .[.strings.]. .Iadd.display screen, said certain display area including a first display area of length l1 characters less than t, said first display area providing for the display of a plurality of lines, and a second display area of length l2 characters less than or equal to l1, said display means in response to an input from the input device for actuating said fetching means and said display screen for simultaneously displaying on the data display screen within said first display area portions of a plurality of fields of a first independent string S1 each in a specified position on said lines within said first display area so that portions of a plurality of said fields of said string S1 can be displayed on one line of said first display area, further wherein only one instance of each portion of a field is displayed within said certain display area in said first mode, and portions of fields of a second independent string S2 within said second display area wherein said display means removes at least one character from one of said fields of said string S1, said display means including full field display means operative in a second mode of said display means responsive to an input received from said input device for displaying all the characters of the field from which said at least one character was removed within said certain display area while maintaining the display of at least some of said portions of said string S1 displayed in said first mode and at least some of said portions of said string S2 displayed in said first mode with said displayed portions of strings S1 and S2 displayed in the same positions as displayed in said first mode whereby a user is simultaneously presented with portions of two or more different data strings.Iaddend..
2. The system of claim 1 further including .Iadd.a third display area within the certain display area of length l3 less than or equal to l1 wherein said string S1 is in a first group and further wherein said display means includes .Iaddend.means for displaying .[.a preselected portion of an additional independent data.]. .Iadd.portions of preselected fields of a third .Iaddend.string S3 from a .[.different.]. .Iadd.second .Iaddend.group .Iadd.within said third display area .Iaddend.simultaneously with the .[.preselected portions.]. .Iadd.portions of the preselected fields .Iaddend.of data strings S1 and S2 .[., said additional string S3 having a displayed length l3 equal to or less than l1 .]..
3. The system of claim 1.Iadd., 2, 6, 7, 9, 12, 15, 18, 20, 23, 26, 33, 43, 54, 76, 80, 81, 82, 84, 85, 86, 87, 90 or 91 .Iaddend.wherein the .Iadd.display means includes sorting .Iaddend.means for .[.simultaneously.]. displaying .[.on the output device a preselected portion of string S1 and a preselected portion of string S2 is respectively.]. .Iadd.said portions of said preselected fields of string S1 and string S2 in an order .Iaddend.responsive to .[.at least one field fi contained in string S1 and at least one field fj .]. .Iadd.a content of some field fs contained in string S1 and a content of a similar field fs .Iaddend.contained in string S2. .[.
4. The system of claim 3 wherein the preselected fields fi and fj are respectively the first fields of string S1 and S2 .]..
5. The system of claim .[.1.]. .Iadd.24 .Iaddend.wherein the .Iadd.display means includes .Iaddend.means for simultaneously displaying on the .[.output device.]. .Iadd.display screen said portions of said .Iaddend.preselected .[.portions.]. .Iadd.fields .Iaddend.of strings S1 and S2 .[.is.]. .Iadd.at locations on the display screen .Iaddend.responsive to .Iadd.a content of .Iaddend.at least one field .[.fk .]. .Iadd.fs .Iaddend.contained in a .Iadd.third .Iaddend.string .[.Ss .]. .Iadd.S3 .Iaddend.classified in the same group as .Iadd.strings .Iaddend.S1 and S2.
6. The system of claim .[.3 wherein the.]. .Iadd.1 further including .Iaddend.means .[.for simultaneously displaying on the output device preselected.]. .Iadd.responsive to the input device for accepting display size dimensions and using said display size dimensions to determine new values of l1 or l2 so that shorter or longer .Iaddend.portions of .[.strings S1 and S2 includes means for accepting display size dimensions from the data string input device, said display size dimensions useable for determining.]. the .[.display area.]. .Iadd.fields .Iaddend.of strings S1 and S2 .Iadd.than those displayed within the first and second display areas are displayed within resized first and second display areas.Iaddend..
7. The system of claim 1 further including means for editing .[.strings S1 and S2 while.]. .Iadd.field fi of strings S1 and S2 when said .Iaddend.portions of .Iadd.said preselected fields of strings .Iaddend.S1 and S2 are displayed. .[.
8. The system of claim 1 further including means for highlighting the display of the preselected portions of data string S1 .]..
9. The system of claim .[.2.]. .Iadd.1 wherein said display means is operative in a card mode in response to the input device for actuating said fetching means and preselecting and displaying expanded portions of said data string S1 in an area of length li greater than l1 and .Iaddend.further including means .[.for preselecting portions of data string S1 such that the length l1 of the preselected portions data string S1 is greater than either l2 or l3, the displayed lengths of the preselected portions of data strings S2 and S3 respectively.]. .Iadd.in response to the input device for restoring the original display length l1 .Iaddend.. .[.10. The computerized data system of claim 2 wherein the output device is a video device having a display area capable of displaying in the display area at least r lines of pixels, each line having s pixels; the data retrieval and display system further including means for displaying in the display area on the output device the preselected portions data string S1 on lines I through h and for displaying the preselected portions of data string S2 on lines i through r where r is greater than 2..]..[.11. The system of claim 10 further including means for displaying on the output device the preselected portions of data strings S1 and S2 in the leftmost j pixels of the output device where j is less than s and the preselected portions of data string S3 on lines l through h in the
remaining rightmost s-j pixels of the output device..].12. The system of claim .[.11 further including means for simultaneously displaying the preselected portions of data.]. .Iadd.1 including wherein said display means is operative in a card mode in response to a single command from said input device for actuating said fetching means and displaying expanded preselected portions of said string S1 on said display screen, said system including means for restoring the display of the prior portions of .Iaddend.strings S1 .[.,.]. .Iadd.and .Iaddend.S2 .[.or, in response to a single command displaying only preselected
portions of data string S1 .].. 13. The system of claim .[.12.]. .Iadd.24 .Iaddend.wherein the .[.preselected portions of data string S1, S2 and S3 are displayed in a truncated format.]. .Iadd.display means includes means for expanding an area of display for a portion of a field fi of string S1 so that the expanded area suppresses the display of another portion of the string S1 .Iaddend.. .[.14. The system of claim 13 wherein the preselected portions of data string S1 consists of fields f1 through fj, where each field fi through fj has a name associated with it, the system including means for displaying at least one field fh of the truncated displayed fields in its full form preceded by the field name, the full field display occurring sequentially with the name followed by each character of the field moving across the display area from right to left
in the area allocated to the truncated field..].15. The .[.data retrieval.]. system of claim 1 wherein .[.said.]. .Iadd.a portion of some .Iaddend.preselected .[.portions include one or more fields.]. .Iadd.field .Iaddend.fi .[.and each field fi is abbreviated.]. .Iadd.of string S1 displayed on the display screen constitutes a sequence of at least two characters which are noncontiguous in the field fi
.Iaddend.. 16. The .[.data retrieval.]. system of claim 1.Iadd., 2, 6, 7, 9, 12, 15, 18, 20, 23, 26, 33, 43, 55, 76, 80, 81, 84, 85, 86, 87, 89, 90 or 91 .Iaddend.wherein .[.each field fi through fm .]. .Iadd.field fi of said string S1 .Iaddend.has a name associated with it, .Iadd.said name stored in said storage device, .Iaddend.the system further including.Iadd.:
name display .Iaddend.means .Iadd.operative in a first mode for displaying field fi without its said name within said certain display area;
and operative in a second mode .Iaddend.for retrieving .[.and displaying at least one of said names.]. .Iadd.from said storage device, said name and displaying said field fi with its said name within said certain display areas; and,
means responsive to said input device for switching between said first and
second mode.Iaddend.. .[.17. The data retrieval system of claim 16 wherein said preselected portions include one or more fields fi and
each displayed field fi is abbreviated..].18. The .[.data retrieval.]. system of claim 1 wherein said displayed .[.preselected portions occupies.]. .Iadd.portions of said preselected fields of strings S1 and S2 occupy .Iaddend.a portion of the .[.output device the system.]. .Iadd.data display screen; and the display means .Iaddend.further .[.including.]. .Iadd.includes .Iaddend.means for alternatively displaying .[.the said preselected portions or a single data string.]. .Iadd.said portions of data string S1 .Iaddend.on the .[.output device.]. .Iadd.data display screen while suppressing the display of string S2 .Iaddend.upon a signal from the input device. .[.19. The data retrieval system of claim 1 including means to classify
data strings having identical data fields..].20. In an interactive data entry computer system .[.where.]. .Iadd.including a data display screen, an input device, a processor, and a storage device for storing n independent strings of data elements comprised of alphanumeric characters, where n is a positive integer greater than one, each said string Sk of length less than t characters where t is a positive integer, k is a positive integer less than or equal to n, each said string Sk having data fields fi, where I is a positive integer less than or equal to F and F, .Iaddend.the .[.user is presented with a data entry display screen, a data string input device, a processor, a storage device for storing Sn independent strings of data elements each string Sk of variable length less than t, each string Sk having at least one data field fi, and an output device, said independent strings S1 through Sn classifiable into groups, each group having strings with at least one similar field, a data retrieval and display system comprising;
processing means for locating each stored independent string of data;
first control means for preselecting and simultaneously displaying.]. .Iadd.maximum number of fields, is a positive integer greater than or equal to two, said independent strings S1 through Sn classified into groups, a display system comprising:
fetching means in communication with said processor and said storage device for locating each said stored independent string Sk ;
display means operative in a rack mode for displaying said strings .Iaddend.on .[.the output device portions of a first independent string S1 of data and portions of a second independent string of data S2, said first string preselected portions having a displayed length l1 less than t; said second string preselected portions having a displayed length l2 less than or equal to l1, said first and second string from the same group; and
second control means for alternatively only displaying preselected portions of data string S1, whereby the user is simultaneously presented with two or more portions of different data strings.]. .Iadd.said data display screen, said display means operative in said rack mode in response to an input from the input device for actuating said fetching means and for simultaneously displaying a portion of at least one preselected field of a first string S1 within a first display area within a certain display area of said display screen said certain display area having a plurality of lines, and a portion of at least one preselected field of a second string S2 within a second display area within said certain display area;
said display means including means operative in said rack mode for arranging said displayed portions of said preselected fields of strings S1 and S2 in accordance with a display format;
said display means operative in a first card mode in response to an input from the input device for actuating said fetching means and for only displaying expanded portions of said string S1 within said certain display area said expanded portions comprising a plurality of fields each of said fields in a specified position on said lines of said certain display area so that portions of at least two of said plurality of fields can be displayed on one line of said certain display area and further wherein only one instance of each said portion of a field is displayed within said certain display area in said first card mode, wherein said display means includes means operative in the first card mode of display for removing at least one character from at least one of said fields of said string S1 said display means further including full field display means operative in a second card mode of said display means, responsive to an input received from said input device, for displaying within said certain display area all the characters of said one of said fields from which a character was removed within said certain display area while maintaining the display of portions of other fields of said string S1 displayed in said first card mode with said displayed portions of string S1 displayed in the same positions as displayed in said first card mode of display, whereby additional characters of said string S1 not displayed in said rack mode are displayed in said first card mode, and additional characters of said string S1 not displayed in said first card mode are displayed in said second card mode; and
means for switching between the card mode and rack mode of said display means without changing said display format for the rack mode
display.Iaddend.. .[.21. The system of claim 20 wherein the strings S1 and S2 include one or more data fields fi and further wherein the data fields fi are truncated when displayed with the first control means and not truncated when displayed with the second control means..]..[.22. The system of claim 20 wherein the preselected portions of data string S1 consists of fields f1 through fj, were each field fi through fj has a name associated with it, the system including third control means for displaying at least one field fh of the truncated displayed fields in its full preceded by the field name, the full field display occurring sequentially with the name followed by each character of the field moving across the display area from right to left in the area allocated to the truncated
field..]. The system of claim .[.22 wherein the preselected portions of data string S1 consists of fields fi through fj, where each field fi through fj has a name associated with it, and further wherein the third control means further includes means to display the field fh in its full text mode along with its associated name when the preselected portions of string S1 are displayed by the second control means.]. .Iadd.20 further including expanded field display means for actuating said fetching means and said display screen to display an expanded form of some field fz in string S1 .Iaddend.. .Iadd.24. In an interactive data entry computer system including a data display screen for displaying data in horizontal lines, an input device, a processor, and a storage device for storing n independent strings of data elements, said data elements comprised of alphanumeric characters where n is a positive integer greater than one, each said string Sk of length less than t characters where t is a positive integer, k is a positive integer less than or equal to n, each said string Sk having data fields fi where I is a positive integer less than or equal to F, and F, the number of fields, is a positive integer greater than or equal to two, said strings S1 through Sn classified into groups, each said group having strings with at least one similar field strings S1 and S2 having different schemas associated with them, said schemas stored in said storage device and used to specify formatting information for specifying the position of portions of said strings S1 and S2 individually for each said field, a display system comprising:
fetching means in communication with said processor and said storage device for locating each stored string Sk ; and,
display means operative in a first mode for displaying said string S1 in a first display area of length l1 and said string S2 in a second display area of length l2 in a certain display area on said data display screen, said first and second display areas each comprising a plurality of lines, said display means responsive to an input from the input device for actuating said fetching means and displaying in said first display area of said certain display area portions of a plurality of preselected fields of said first string S1 in accordance with said schema associated therewith, said portions comprising portions of a plurality of fields each in a specified position on said lines of the first display area so that a plurality of fields can be displayed on one line of the first display area further wherein only one instance of each portion of a field is displayed within said certain display area and displaying within said second display area of said certain display area portions of preselected fields of said second string S2 in accordance with said schema associated therewith, wherein said display means includes means for removing at least one character from one of said fields of said string S1 said display means including full field display means operative in a second mode of said display means responsive to an input received from said input device for displaying all the characters of said field from which said at least one character was removed on one of said lines within said certain display area while maintaining the display of portions of other fields of said string S1 displayed in said first mode, with said displayed portions of said string S1 displayed in the same positions as displayed in said first mode. .Iaddend..Iadd.25. In an interactive data entry computer system including a data display screen having a certain length for displaying data in horizontal lines, an input device, a processor, and a storage device for storing n independent strings of data elements comprised of alphanumeric characters where n is a positive integer greater than two, each said string Sk of length less than t characters where t is a positive integer, k is a positive integer less than or equal to n, each said string Sk having data fields fi where I is a positive integer less than or equal to F, and F, the maximum number of fields, is a positive integer greater than or equal to two, said independent stings S1 through Sn classified into groups, each said group having stings with at least one similar field, a display system comprising:
fetching means in communication with said processor and said storage device for locating each said stored independent string Sk ;
display means for displaying said strings in a certain display area on said data display screen, said certain display area including a first display area of width w1 characters and height h1 characters within said data display screen and a second display area of width w2 characters and height h2 characters within said data display screen, said display means responsive to an input from the input device for actuating said fetching means and said display screen for simultaneously displaying on the data display screen portions of preselected fields of a first independent sting S1 within said first display area and portions of preselected fields of a second independent string S2 within said second display area wherein said display means removes at least one character from said string S1 to generate said portions of said preselected fields of said string S1, each of said portions of preselected fields of said string S1 having a displayed length Di, whereby a user is simultaneously presented with portions of two or more different data strings; and,
means for changing the width w1 and while holding the height h1 constant in response thereto for automatically adjusting only the display length of the fields of said string S1 by adjusting the displayed length Di of at least two of said preselected fields of said string S1 so that at least one alphanumeric character in each of said at least two preselected fields is displayed and so that some portion of all of said preselected fields of said string S1 continue to be displayed whereby a user is presented with portions of a plurality of different data strings the displayed length of whose fields increase or decrease conjointly. .Iaddend..Iadd.26. In a process executed in a computer with a data display screen and strings of alphanumeric characters stored in one or more files, a method for displaying the strings in an area of the data display screen allocated to the process for display, said allocated area containing a first display area comprised of a plurality of lines, each said string having a plurality of fields of alphanumeric characters, comprising the steps of:
(a) fetching first and second strings from said one or more files;
(b) simultaneously displaying on the data display screen portions of a plurality of preselected fields of the first string at a specified position on said lines so that portions of a plurality of fields are displayed on one line of the first display area, further wherein only one instance of each portion of a field is displayed within said first display area of the allocated area and portions of preselected fields of the second string within a second display area within the allocated area wherein at least one character is removed from one of said fields of the first string to generate one of said portions of the first string and,
(c) in response to input from an input device displaying within said allocated display area all of the characters of said field from which a character was removed while maintaining the display of at least some portions of said first and second string displayed in the same positions
as displayed in step (b). .Iaddend..Iadd.27. In a process executed in a computer with a data display screen capable of displaying data in horizontal lines and strings of alphanumeric characters stored in one or more files, a method for displaying the strings in an area of the data display screen allocated to the process for display, said allocated area having a plurality of lines, each said string having fields of alphanumeric characters, comprising the steps of:
(a) fetching first and second strings from said one or more files;
(b) simultaneously displaying in a first rack display mode a portion of at least one field of the first string within a first display area of the allocated area and a portion of at least one field of the second string within a second display area of the allocated area, the first and second display areas arranged according to a display format and within a rack display area of said allocated area;
(c) in response to a user input to the computer displaying expanded portions of the first string in a second card mode of display within the allocated area so that additional characters of the first string not displayed in the first display mode of step (b) are displayed said first string displayed within a card display area of the allocated area and comprising a portion of a plurality of said fields of said first string each in a specified position on said lines so that portions of a plurality of fields can be displayed on one line of the allocated area wherein only one instance of each portion of a field is displayed within said allocated area said portions obtained by removing at least one character from one of said fields of said portions displayed on one of said lines;
(d) in response to input from an input device displaying within said allocated area all the characters of said one of said fields from which a character was removed while maintaining the display of other portions of said first string displayed in the same positions as displayed in step (c);
(e) in response to a user input to the computer switching between the first and second modes of display. .Iaddend..Iadd.28. In a process executed in a computer with a data display screen capable of displaying data in horizontal lines and strings of alphanumeric characters stored in one or more files, a method for displaying the strings in an area of the data display screen allocated to the process for display said allocated area comprising a plurality of lines, each said string having a plurality of fields of alphanumeric characters, comprising the steps of:
(a) providing a separate schema for each of first and second strings in said one or more files, said schemas individually specifying formatting information including the position to display portions of each said field of the first and second strings;
(b) fetching said first and second strings from said one or more files;
(c) displaying in said allocated area on said data display screen portions of a plurality of preselected fields of the first string in accordance with said schema associated therewith, said portions comprising portions of a plurality of said fields of said first string, each in a specified position on said lines of a first display area of the allocated area so that a plurality of portions of said fields can be displayed on one line of the first display area further wherein only one instance of each said portion of a field is displayed within said allocated area and removing at leas one character from a field of the first string
(d) in response to input from an input device, displaying all the characters of the field from which a character was removed for display while maintaining the display of other portions of said string, with said displayed portions of said first string displayed in the same positions as displayed in step (c); and,
(e) displaying portions of preselected fields of the second string in a second display area of the allocated area in accordance with the schema associated with the second string. .Iaddend..Iadd.29. In a process executed in a computer with a data display screen and strings of alphanumeric characters stored in one or more files, a method for displaying the strings in an area of the data display screen allocated to the process for display each said string having one or more fields of alphanumeric characters, the data display screen having a certain length, comprising the steps of:
(a) fetching first and second strings from said one or more files;
(b) simultaneously displaying on the data display screen portions of preselected fields of the first string within a first display area of width w1 characters by height h1 characters and portions of preselected fields of the second string within a second display area of width w2 characters by height h2 characters, and removing at least one character from the first string to generate said portions of said preselected fields of said first string, each of said portions of preselected fields of said first string having a displayed length of Di characters, the first and second display areas positioned within the area allocated to the process for display, whereby a user is simultaneously presented with portions of two or more different data strings; and
(c) changing the width w, while holding the height h1 constant and in response thereto automatically only adjusting the display length of the fields of the first string by adjusting the displayed length Di of at least two of said preselected fields of the first string so that at least one character in each of said at least two preselected fields is displayed and so that some portion of all of said preselected fields of the first string continue to be displayed whereby a user is presented with portions of a plurality of different data strings the displayed length of whose fields increase or decrease conjointly. .Iaddend..Iadd.30. In an interactive data entry computer system including a data display screen, an input device, a processor, and a storage device for storing n independent strings of data elements comprised of alphanumeric characters where n is a positive integer greater than one, each said string Sk, of length less than t characters where t is a positive integer, k is a positive integer less than or equal to n, each said string Sk having data fields fi where I is a positive integer less than or equal to F, and F, the maximum number of fields, is a positive integer greater than or equal to three, said independent strings S1 though Sn classified into groups, a display system comprising:
fetching means in communication with said processor and said storage device for locating each said stored independent string Sk ;
display means operative in a rack mode for displaying said strings on said data display screen, said display means operative in said rack mode in response to an input from the input device for actuating said fetching means and for simultaneously displaying a portion of at least one preselected field of a first string S1 within a first display area within a certain display area of said display screen and a portion of at least one preselected field of a second string S2 within a second display area within said certain display area;
said display means including means operative in said rack mode for arranging said displayed portions of said preselected fields of strings S1 and S2 in accordance with a display format;
said display means operative in a card mode in response to an input from the input device for actuating said fetching means and for displaying expanded portions of said string S1 within said certain display area so that additional characters of string S1 not displayed in said rack mode are displayed; and wherein said rack mode display comprises portions from at least 3 preselected fields fa, fb and fc and further wherein said display means includes means for displaying some character of field fc on the same line as some character of field fb and vertically aligned with some character of field fa displayed on a different line from said some character of field fc ;
means for individually controlling the size of said fields fa, fb and fc when displayed in said certain display area in said rack mode, wherein said size controlling means changes the size of said each preselected field in response to user input; and
means for switching between the card mode and rack mode of said display means without changing said display format for the rack mode display. .Iaddend..Iadd.31. In an interactive data entry computer system including a data display screen for displaying data in horizontal lines, an input device, a processor, and a storage device for storing n independent strings of data elements comprised of alphanumeric characters where n is a positive integer greater than one, each said string Sk of length less than t characters where t is a positive integer, k is a positive integer less than or equal to n, each said string Sk having data fields fi where i is a positive integer less than or equal to F, and F, the number of fields, is a positive integer greater than or equal to 3, said independent strings S1 through Sn classified into groups, each group having strings with at least one similar data field, a display system comprising:
fetching means in communication with said storage device for locating each said stored independent string Sk ;
display means for displaying said strings in a certain display area on said data display screen, said certain display area including a first display area of length l1 characters less than t, and a second display area of length l2 characters less than or equal to l1, said display means in response to input form the input device for actuating said fetching means and said display screen for simultaneously displaying on the data display screen portions of at least three preselected fields fa, fb and fc of a first independent string S1 of a first group within said first display area so that some character of field fc is displayed on the same line as some character of field fb and vertically aligned with some character of field fa displayed on a different line from said some character of field fc and portions of preselected fields of a second independent string S2 within said second display area wherein said display means displays an incomplete portion of string S1 further including means for controlling the visual display of said fields within each said independent string as a single group, each said single group controlled individually, said controlling means in response to user input to effect the display of said display fields of said first string, effecting the display of all the fields within said first string differently. .Iaddend..Iadd.32. The system of claim 1, 2, 6, 7, 9, 12, 15, 18, 20, 23, 33, 35, 36, 24, 37, 41, 43, 44, 45, 47, 48, 25, 49, 51, 52, or 53 wherein said first and second strings are in the same group. .Iaddend..Iadd.33. The system of claim 2 wherein said string S2 is in said first group and further including means for moving said string S2 from said first group to said second group whereby said string S2 is reclassified into said second group. .Iaddend..Iadd.34. The system of claim 1, 2, 6, 7, 12, 15, 18, 20, 23, 33, 35, 36, 24, 37, 41, 43, 44, 45, 48, 25, 49, 51, 52, or 53 further including:
displaying state means for specifying display variables including a current string and a current group to be displayed;
program means actuated by commands from said input device for updating said display state means, said program means including means responsive to said commands for navigating to a different string in the current group if said strings S1 and S2 are in the same group and navigating to a different group if said strings S1 and S2 are in different groups wherein said program means updates said display state means; and
redisplay means for displaying on said display screen said portions of preselected fields of strings S1 and S2 as controlled by said display state means, said redisplay means actuated when no said commands are pending from said input device whereby said display screen is updated after a series of commands to reflect a cumulative result of said commands. .Iaddend..Iadd.35. The system of claim 1 further including means for moving a content of one field fh to any other field fi within data string S1 whereby the stored data elements of the storage device are modified to reflect the new contents in field fj. .Iaddend..Iadd.36. The system of claim 20 further wherein the field fh is displayed on a line of the data display screen and further including means for changing the line on said display screen on which field fh is displayed to a different line from the line on which
field fh was displayed. .Iaddend..Iadd.37. The system of claim 24 wherein strings S1 and S2 belong to different groups, string S1 to a first group and string S2 to a second group and further including:
means for designating said first string S1 in said first group as a current string of said first group, and
means responsive to said input device for selecting said second group whereby said portions of said preselected fields of said string S2 are displayed;
means responsive to said input device for preselecting said first group and;
means for automatically preselecting and redisplaying said portions of said preselected fields of the current string S1 of said first group when first group is preselected. .Iaddend..Iadd.38. The system of claim 1, 2, 6, 7, 9, 12, 15, 18, 20, 23, 33, 35, 36, 24, 37, 43, 44, 45, 47, 48, 25, 49, 52 or 53 further including expanded field display means for actuating said fetching means and said display means for displaying an expanded form of some field fz and further wherein said expanded field display means is responsive to said input device and further including means in response to the input device for restoring the original display of field
fz. .Iaddend..Iadd.39. The system of claim 38 wherein said expanded field display means further includes means for scrolling a content of said field fz. .Iaddend..Iadd.40. The system of claim 1, 6, 7, 9, 12, 15, 18, 20, 23, 35, 36, 24, 37, 41, 43, 44, 45, 47, 48, 25, 49, 51, 52 or 53 wherein said strings S1 and S2 are in different groups. .Iaddend..Iadd.41. The system of claim 24 wherein the display means includes means for expanding the area of display for a portion of a field fi of string S1 so that the expanded area suppresses the display of another displayed portion of the string S1. .Iaddend..Iadd.42. The system of claim 24 wherein said strings S1 and S2 are in the same group. .Iaddend..Iadd.43. The system of claim 24 further including means responsive to the input device for accepting display size dimensions and using said display size dimensions for causing shorter or longer portions of the fields of strings S1 and S2 to be displayed
within said certain display area. .Iaddend..Iadd.44. The system of claim 24 wherein a portion of some preselected field fi of string S1 constitutes a sequence of at least two characters which are noncontiguous in the field fi. .Iaddend..Iadd.45. The system of claim 24 wherein field fi of string S1 has a name associated with it, said name stored in said storage device, the system further including:
name display means operative in a first mode for displaying field fi without its said name within said certain display area;
and in a second mode for retrieving from said storage device said name and displaying said field fi with its said name within said certain display area; and
means responsive to said input device for switching between said first and second modes of said name display means. .Iaddend..Iadd.46. The system of claim 40 wherein said string S2 is in a first group and further including means for moving said string S2 from said first group to a second group whereby said string S2 is reclassified into said second group. .Iaddend..Iadd.47. The system of claim 24 further wherein:
the display means includes display state means for specifying display variables including a current string and a current group to be displayed;
program means actuated by commands from said input device for updating said display state means, said program means including means responsive to said commands for navigating to a different string in the current group if said strings S1 and S2 are in the same group and navigating to a different group if said strings S1 and S2 are in different groups wherein said program means updates said display state means, and
the display state means further including redisplay means for displaying on said display screen said portions of preselected fields of strings S1 and S2 as controlled by said display state means, said redisplay means actuated when no commands are pending from said input device whereby said display screen is updated after a series of commands to reflect a
cumulative result of said commands. .Iaddend..Iadd.48. The system of claim 24 further including means for moving a content of one field fh to any other field fj within string S1 whereby the stored data elements in the storage device are modified to reflect the new contents in
field fj. .Iaddend..Iadd.49. The system of claim 24 further including means for editing a field fi of string S1 when said portions of said preselected fields of string S1 are displayed wherein said means for editing includes means for visually displaying an edited field within said certain display area as it is being edited. .Iaddend..Iadd.50. The system of claim 20 wherein the strings in each group have at least one similar field. .Iaddend..Iadd.51. The system of claim 20 wherein said expanded portions comprise portions from a plurality of fields in addition to said at least one preselected field of string S1. .Iaddend..Iadd.52. The system of claim 24 including means for causing said portions of said at least two preselected fields of said string S1 to be displayed at a first instance in time and said portions of preselected fields of a said string S2 displayed at a second instance in time and in the same area that said portions of said at least two preselected fields of said string S1 were displayed. .Iaddend..Iadd.53. The system of claim 25 further wherein said means for changing the length l1 includes means for automatically changing the length l1 in response to a change in length l2.
.Iaddend..Iadd. . The method of claim 26 wherein the first string is from a first file of said one or more files and including the step of fetching a third string from a second file and displaying portions of preselected fields of the third string within a third display area within the allocated display area simultaneously with the portions of the preselected fields of the first and second strings, the third display area having a length less than or equal to a length of the first display area. .Iaddend..Iadd.55. The method of claim 26 wherein said first and second strings are in the same file. .Iaddend..Iadd.56. The method of claim 26 further including the step of enabling editing of the first or second strings while portions of the first and second strings are displayed. .Iaddend..Iadd.57. The method of claim 26 further including the step of preselecting and displaying portions of the first string in an area of length greater than a length of the first display area.
.Iaddend..Iadd. The method of claim 26 further including the steps of responding to a single command entered into the computer by a user and displaying additional portions of the first string on said display screen, and thereafter restoring the display of the prior portions of the first and second strings. .Iaddend..Iadd.59. The method of claim 26 wherein the displayed portions of said preselected fields of the first and second strings occupy a portion of the data display screen and further including the step of alternatively displaying said portions of the first string on the data display screen while suppressing the display of the second string
upon a command entered into the computer by a user. .Iaddend..Iadd.60. The method of claim 27 further including the step of expanding an area of display for a portion of a field of the first string so that the expanded area suppresses the display of another portion of the first string.
.Iaddend..Iadd.61. The method of claim 29 further including the step of automatically changing the length l1 in response to a change in length l2. .Iaddend..Iadd.62. The method of claim 27 further including the steps of enabling editing of either of the first and second strings while in the first mode of display and redisplaying an edited string in the first mode of display. .Iaddend..Iadd.63. The method of claim 27 further including the steps of enabling editing of the first string while in the second mode of display, and redisplaying the edited first string in the second mode of display. .Iaddend..Iadd.64. The method according to claim 27 further wherein the expanded portions of the first string displayed in the second display mode are portions of at least three preselected fields fa, fb and fc of the first string so that some character of field fc is displayed on the same horizontal line as some character of field fb and vertically aligned with some character of field fa displayed on a different line from said some character of field fc, and including the step of removing at least one character from the first string to generate said expanded portions of said preselected fields of string S1. .Iaddend..Iadd.65. The method according to claim 27 further wherein the expanded portions of the first string displayed in the second display mode are at least three fields fa, fb and fc of the first string so that some character of field fc is displayed on the same horizontal line as some character of field fb and vertically aligned with some character of field fa displayed on a different line from said some character of field fc. .Iaddend..Iadd.66. The method according to claim 27 further wherein said first and second display areas are positioned on different horizontal lines of the data display screen and further including the step of displaying portions of each of a plurality of additional strings on other horizontal lines of the data display screen to fill the rack display area so that each line in the rack display area displays a portion of a different string. .Iaddend..Iadd.67. The method according to claim 66 further including the steps of enabling editing of either of the first and second strings while in the first mode, and redisplaying an edited string
in the first mode of display. .Iaddend..Iadd.68. The method according to claim 67 further wherein the expanded portions of the first string displayed in the second display mode are portions of at least three preselected fields fa, fb and fc of the first string so that some character of field fc is displayed on the same horizontal line as some character of field fb and vertically aligned with some character of field fa displayed on a different line from said some character of field fc, and including the step of removing at least one character from the first string to generate said expanded portions of said preselected fields of said first string S1. .Iaddend..Iadd.69. The method according to claim 68 further including the steps of enabling editing, within the card display area, of the first string while in the second mode, and redisplaying an edited string in the second mode. .Iaddend..Iadd.70. The method according to claim 69 wherein said rack display area and said card display area occupy the same area of the data display screen at different instances in time. .Iaddend..Iadd.71. The method of claim 66 further including the step of displaying at least portions of each of a plurality of fields of each said first second and
additional strings displayed in the rack display area. .Iaddend..Iadd.72. The method according to claim 71 further wherein the expanded portions of the first string displayed in the second display mode are portions of at least three preselected fields fa, fb and fc of the first string so that some character of field fc is displayed on the same horizontal line as some character of field fb and vertically aligned with some character of field fa displayed on a different line from said some character of field fc, and including the step of removing at least one character from the first string to generate said expanded portions of said preselected fields of said first string. .Iaddend..Iadd.73. The method according to claim 72 further including the steps of enabling editing of either of the first and second strings while in the first mode, and redisplaying an edited string in the first mode of display. .Iaddend..Iadd.74. The method according to claim 73 further including the steps of enabling editing, within the card display area, of the first string while in the second mode, and redisplaying an edited string in the second mode. .Iaddend..Iadd.75. The method of claims 26, 54, 55, 56, 57, 58, 59, 27, 60, 28, 29, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73 or 74 further wherein said process is directed by execution
of a single computer program in the computer. .Iaddend..Iadd.76. The method of claim 75 further wherein said strings are of variable length. .Iaddend..Iadd.77. The method of claims 26, 54, 55, 56, 57, 58, 59, 27, 60, 28, 29, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73 or 74 further wherein said strings are of variable length. .Iaddend..Iadd.78. The method of claim 75 further wherein said computer program is a data base management program. .Iaddend..Iadd.79. The system of claim 1, 2, 6, 7, 9, 12, 15, 18, 20, 23, 33, 35, 36, 24, 37, 41, 43, 44, 45, 47, 48, 25, 49, 52, or 53 further wherein the characters from some field fi of said string S1 are simultaneously displayed on two or more lines within said first display area of the data display screen. .Iaddend..Iadd.80. The system of claim 1,12, 20 or 24 further wherein said string S1 includes information specifying a picture or ideograph and said picture or ideograph is displayed within said first display area on
the data display screen. .Iaddend..Iadd.81. The system of claim 1, 20, 41 or 31 further wherein said computer system can fit inside an attache case and has a display screen with limited display space smaller than the standard personal computer display size of 24 by 80 characters. .Iaddend..Iadd.82. The system of claim 1, 20, 24 or 52 wherein said means for displaying displays a plurality of strings in one group in said certain display area and further includes means for scrolling to additional underplayed strings within said one group. .Iaddend..Iadd.83. The system of claim 1,12, 20 or 37 wherein the displayed strings that are members of the group of which string S1 is a member are displayed on different lines within said first display area. .Iaddend..Iadd.84. The systems of claims 1, 20, 41 or 31 further including means for highlighting the display of the preselected portions of data string S1. .Iaddend..Iadd.85. The system of claim 1, 20, 24 or 52 wherein the preselected portion of field fi of string S1 is a truncated
portion of field fi. .Iaddend..Iadd.86. The systems of claims 1,12, 20 or 37 wherein some portions of field fi are only displayed by one said display means and not displayed by another said display means. .Iaddend..Iadd.87. The system of claim 1, 20, 41 or 31 further including means to change the width of said certain display area. .Iaddend..Iadd.88. The system of claim 1, 20, 24 or 52 further including means for individually controlling the size of said each preselected field fi in said first display area. .Iaddend..Iadd.89. The systems of claims 24, 37, 41, 42, 43, 44, 45, 47, 48, 49, or 52 wherein said preselected portions of strings S1 and S2 are not displayed simultaneously. .Iaddend..Iadd.90. The systems of claims 1,12, 20 or 37 further including program means operative by a command from said input device wherein said command executes the same function but effects a different display within said certain display area according to which of said display modes is
operative. .Iaddend..Iadd.91. The systems of claims 1, 20, 24 or 25 including a schema wherein said schema controls the size of a plurality of fields of said strings Sk in a said group when displayed in a said
display mode. .Iaddend..Iadd.92. The system of claims 1, 20, 41 or 31 further wherein said display means includes means for receiving input specifying said specified positions of said portions of said a plurality of fields. .Iaddend..Iadd.93. The system of claim 1, 6, 7, 9, 12, 13, 15, 18, 20, 23, 33, 36, 24, 37, 41, 43, 44, 45, 47, 48, 25, 49, 51, 52 or 53 wherein said input device is a data string input device, the length of each string Sk is variable, said display system is a data retrieval system, and said data display screen is a data entry display screen. .Iaddend..Iadd.94. The system of claim 1, 20, 24 or 52 further wherein the display width of at least one field of said string S1 is calculated so that a portion of all fields assigned for display on some line within said first display area can be displayed on said some line within said first display area. .Iaddend..Iadd.95. The system of claim 1,12, 20 or 37 further wherein each field fi of said string S1 has a display length Di associated with it and further including means for displaying some said field fi within said first display area at a
length other than Di without changing Di. .Iaddend..Iadd.96. The systems of claim 40 further wherein said first display area where string S1 is displayed does not overlap said second display area where string S2 is displayed. .Iaddend..Iadd.97. The systems of claims 1,12, 20 or 37 further wherein the user can search for a string containing specified text. .Iaddend..Iadd.98. The system of claim 1, 20, 41 or 31 wherein each said displayed string is presented to users as a piece of paper and each said group as a assembly of pieces of paper and further includes means to visually distinguish said displayed strings from each other on said data display screen in a separate visually distinct display area. .Iaddend..Iadd.99. The system of claim 1, 20, 24 or 52 wherein said system is a data base management system. .Iaddend..Iadd.100. The system of claim 1,12, 20 or 37 further including means to change the display width of some said field fi of said string S1 without changing the length l1 of said first display area in which said
fields of said string S1 are displayed. .Iaddend..Iadd.101. The system of claim 1, 20, 41 or 31 further including additional strings from one of said groups and wherein said strings from said one of said groups are displayed on said data display screen according to a regular spatial format. .Iaddend..Iadd.102. The systems of claims 1, 20, 41 or 31 wherein said one of said fields from which a character was removed is displayed on said line on which said plurality of fields are displayed. .Iaddend..Iadd.103. The method of claims 26, 27, 62 or 64 further wherein said one of said fields from which a character was removed is displayed on said line on which said plurality of fields are displayed. .Iaddend..Iadd.104. The system of claims 1, 20, 24 or 52 further wherein each said fields fi of said string S1 can contain enough characters so that said display means must remove at least one character from said field to display portions of said field fi in said first display areas. .Iaddend..Iadd.105. The system of claim 98 wherein said strings presented in said visually distinct display areas are presented as pieces of paper. .Iaddend.
US07/504,679 1984-09-06 1990-04-04 Search/retrieval system Expired - Lifetime USRE36653E (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US07/504,679 USRE36653E (en) 1984-09-06 1990-04-04 Search/retrieval system

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US64764984A 1984-09-06 1984-09-06
US06/754,512 US4736308A (en) 1984-09-06 1985-07-10 Search/retrieval system
US07/504,679 USRE36653E (en) 1984-09-06 1990-04-04 Search/retrieval system

Related Parent Applications (2)

Application Number Title Priority Date Filing Date
US64764984A Continuation-In-Part 1984-09-06 1984-09-06
US06/754,512 Reissue US4736308A (en) 1984-09-06 1985-07-10 Search/retrieval system

Publications (1)

Publication Number Publication Date
USRE36653E true USRE36653E (en) 2000-04-11

Family

ID=46254230

Family Applications (1)

Application Number Title Priority Date Filing Date
US07/504,679 Expired - Lifetime USRE36653E (en) 1984-09-06 1990-04-04 Search/retrieval system

Country Status (1)

Country Link
US (1) USRE36653E (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6288718B1 (en) * 1998-11-13 2001-09-11 Openwave Systems Inc. Scrolling method and apparatus for zoom display
US6630937B2 (en) * 1997-10-30 2003-10-07 University Of South Florida Workstation interface for use in digital mammography and associated methods
US20040199788A1 (en) * 1998-03-24 2004-10-07 Kabushiki Kaisha Toshiba Setting or changing an access condition for an access management apparatus and method of a portable electronic device
US6807676B1 (en) * 1995-07-14 2004-10-19 General Instrument Corporation Methods of formatting data to maximize the readability and the amount of song identification information displayed on a limited number of lines
US20050105076A1 (en) * 2003-11-15 2005-05-19 Samsung Electronics Co., Ltd. Three-dimensional location measurement sensor
US20060242118A1 (en) * 2004-10-08 2006-10-26 Engel Alan K Classification-expanded indexing and retrieval of classified documents

Citations (50)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US31200A (en) * 1861-01-22 I H S White Newspaper-file
US3757037A (en) * 1972-02-02 1973-09-04 N Bialek Video image retrieval catalog system
US3792462A (en) * 1971-09-08 1974-02-12 Bunker Ramo Method and apparatus for controlling a multi-mode segmented display
US4240075A (en) * 1979-06-08 1980-12-16 International Business Machines Corporation Text processing and display system with means for rearranging the spatial format of a selectable section of displayed data
US4366475A (en) * 1980-02-23 1982-12-28 Fujitsu Fanuc Limited Image display system
USRE31200E (en) 1976-01-19 1983-04-05 Xtrak Corporation Raster scan display apparatus for dynamically viewing image elements stored in a random access memory array
US4386410A (en) * 1981-02-23 1983-05-31 Texas Instruments Incorporated Display controller for multiple scrolling regions
US4412294A (en) * 1981-02-23 1983-10-25 Texas Instruments Incorporated Display system with multiple scrolling regions
US4417322A (en) * 1981-06-16 1983-11-22 International Business Machines Corporation Report generation control system for text processing machines
US4418345A (en) * 1980-12-24 1983-11-29 International Business Machines Corporation Displaying a full page representation
US4428065A (en) * 1979-06-28 1984-01-24 Xerox Corporation Data processing system with multiple display apparatus
US4429372A (en) * 1981-06-16 1984-01-31 International Business Machines Corporation Method for integrating structured data and string data on a text processing system
US4430725A (en) * 1981-05-18 1984-02-07 International Business Machines Corporation Method for displaying source and destination file headers for easy comparison of proposed header changes
US4434475A (en) * 1981-05-18 1984-02-28 International Business Machines Corporation Method of entering criteria for selecting records of spatially related data stored in an interactive text processing system
US4435777A (en) * 1981-05-18 1984-03-06 International Business Machines Corporation Interactively rearranging spatially related data
US4435778A (en) * 1981-05-18 1984-03-06 International Business Machines Corporation Method for editing spatially related data in an interactive text processing system
US4459678A (en) * 1981-05-18 1984-07-10 International Business Machines Corporation Method and apparatus for processing a file of record information
US4481603A (en) * 1981-05-18 1984-11-06 International Business Machines Corporation File processing method using expanding display windows for selected records and text fields
US4486857A (en) * 1982-10-06 1984-12-04 Quickview Partners Display system for the suppression and regeneration of characters in a series of fields in a stored record
US4495600A (en) * 1979-09-28 1985-01-22 Nippon Electric Co., Ltd. Tabulation system
US4506343A (en) * 1982-05-17 1985-03-19 International Business Machines Corporation Column layout reference area display management
US4507753A (en) * 1981-05-18 1985-03-26 International Business Machines Corporation Method for automatic field width expansion in a text processing system during interactive entry of displayed record selection criterium
US4538183A (en) * 1982-01-08 1985-08-27 Tokyo Shibaura Denki Kabushiki Kaisha Image editing apparatus
US4542376A (en) * 1983-11-03 1985-09-17 Burroughs Corporation System for electronically displaying portions of several different images on a CRT screen through respective prioritized viewports
US4550315A (en) * 1983-11-03 1985-10-29 Burroughs Corporation System for electronically displaying multiple images on a CRT screen such that some images are more prominent than others
US4555759A (en) * 1981-05-18 1985-11-26 International Business Machines Corp. Selective use of restored file setups
US4586035A (en) * 1984-02-29 1986-04-29 International Business Machines Corporation Display terminal with a cursor responsive virtual distributed menu
US4591840A (en) * 1983-11-04 1986-05-27 International Business Machines Corp. Calendar event description abbreviation
US4616327A (en) * 1984-01-13 1986-10-07 Computer Humor Systems, Pty, Ltd Personalized graphics and text materials, apparatus and method for producing the same
US4618858A (en) * 1982-11-03 1986-10-21 Ferranti Plc Information display system having a multiple cell raster scan display
US4633430A (en) * 1983-10-03 1986-12-30 Wang Laboratories, Inc. Control structure for a document processing system
US4633415A (en) * 1984-06-11 1986-12-30 Northern Telecom Limited Windowing and scrolling for a cathode-ray tube display
US4642790A (en) * 1983-03-31 1987-02-10 International Business Machines Corporation Presentation space management and viewporting on a multifunction virtual terminal
US4646250A (en) * 1984-10-18 1987-02-24 International Business Machines Corp. Data entry screen
US4645238A (en) * 1983-04-21 1987-02-24 International Business Machines Corporation Annotated calendar assembly
US4649513A (en) * 1983-11-15 1987-03-10 International Business Machines Corporation Apparatus and method for processing system printing data records on a page printer
US4649377A (en) * 1983-05-24 1987-03-10 Hitachi, Ltd. Split image display control unit
US4649499A (en) * 1984-03-07 1987-03-10 Hewlett-Packard Company Touchscreen two-dimensional emulation of three-dimensional objects
US4653020A (en) * 1983-10-17 1987-03-24 International Business Machines Corporation Display of multiple data windows in a multi-tasking system
US4692757A (en) * 1982-12-24 1987-09-08 Hitachi, Ltd. Multimedia display system
US4700320A (en) * 1985-07-09 1987-10-13 American Telephone And Telegraph Company, At&T Bell Laboratories Bitmapped graphics workstation
US4710762A (en) * 1982-11-22 1987-12-01 Hitachi, Ltd. Display screen control system
US4755809A (en) * 1982-10-11 1988-07-05 Fujitsu Limited Method for controlling windows displayed in a card image data processing system
US4791561A (en) * 1987-04-17 1988-12-13 Wang Laboratories, Inc. Interactive construction of means for database maintenance
US4805099A (en) * 1987-04-17 1989-02-14 Wang Laboratories, Inc. Retrieval of related records from a relational database
US4823108A (en) * 1984-05-02 1989-04-18 Quarterdeck Office Systems Display system and memory architecture and method for displaying images in windows on a video display
US4870611A (en) * 1983-11-15 1989-09-26 International Business Machines Corporation Apparatus and method for system printing mode control
US4872001A (en) * 1984-05-25 1989-10-03 Elscint Ltd. Split screen imaging
US4888690A (en) * 1985-01-11 1989-12-19 Wang Laboratories, Inc. Interactive error handling means in database management
US4947370A (en) * 1982-09-27 1990-08-07 Canon Kabushiki Kaisha Word processor for simultaneously displaying and scrolling documents and the corresponding titles

Patent Citations (53)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US31200A (en) * 1861-01-22 I H S White Newspaper-file
US3792462A (en) * 1971-09-08 1974-02-12 Bunker Ramo Method and apparatus for controlling a multi-mode segmented display
US3757037A (en) * 1972-02-02 1973-09-04 N Bialek Video image retrieval catalog system
USRE31200E (en) 1976-01-19 1983-04-05 Xtrak Corporation Raster scan display apparatus for dynamically viewing image elements stored in a random access memory array
USRE31200F1 (en) 1976-01-19 1990-05-29 Raster scan display apparatus for dynamically viewing image elements stored in a random access memory array
US4240075A (en) * 1979-06-08 1980-12-16 International Business Machines Corporation Text processing and display system with means for rearranging the spatial format of a selectable section of displayed data
US4428065A (en) * 1979-06-28 1984-01-24 Xerox Corporation Data processing system with multiple display apparatus
US4495600A (en) * 1979-09-28 1985-01-22 Nippon Electric Co., Ltd. Tabulation system
US4366475A (en) * 1980-02-23 1982-12-28 Fujitsu Fanuc Limited Image display system
US4418345A (en) * 1980-12-24 1983-11-29 International Business Machines Corporation Displaying a full page representation
US4386410A (en) * 1981-02-23 1983-05-31 Texas Instruments Incorporated Display controller for multiple scrolling regions
US4412294A (en) * 1981-02-23 1983-10-25 Texas Instruments Incorporated Display system with multiple scrolling regions
US4459678A (en) * 1981-05-18 1984-07-10 International Business Machines Corporation Method and apparatus for processing a file of record information
US4434475A (en) * 1981-05-18 1984-02-28 International Business Machines Corporation Method of entering criteria for selecting records of spatially related data stored in an interactive text processing system
US4435777A (en) * 1981-05-18 1984-03-06 International Business Machines Corporation Interactively rearranging spatially related data
US4435778A (en) * 1981-05-18 1984-03-06 International Business Machines Corporation Method for editing spatially related data in an interactive text processing system
US4435778C1 (en) * 1981-05-18 2002-09-03 Ibm Method for editing spatially related data in an interactive text processing system
US4481603A (en) * 1981-05-18 1984-11-06 International Business Machines Corporation File processing method using expanding display windows for selected records and text fields
US4430725A (en) * 1981-05-18 1984-02-07 International Business Machines Corporation Method for displaying source and destination file headers for easy comparison of proposed header changes
US4507753A (en) * 1981-05-18 1985-03-26 International Business Machines Corporation Method for automatic field width expansion in a text processing system during interactive entry of displayed record selection criterium
US4555759A (en) * 1981-05-18 1985-11-26 International Business Machines Corp. Selective use of restored file setups
US4417322A (en) * 1981-06-16 1983-11-22 International Business Machines Corporation Report generation control system for text processing machines
US4429372A (en) * 1981-06-16 1984-01-31 International Business Machines Corporation Method for integrating structured data and string data on a text processing system
US4538183A (en) * 1982-01-08 1985-08-27 Tokyo Shibaura Denki Kabushiki Kaisha Image editing apparatus
US4506343A (en) * 1982-05-17 1985-03-19 International Business Machines Corporation Column layout reference area display management
US4947370A (en) * 1982-09-27 1990-08-07 Canon Kabushiki Kaisha Word processor for simultaneously displaying and scrolling documents and the corresponding titles
US4486857B1 (en) * 1982-10-06 1993-10-12 Quickview Partners Display system for the suppression and regeneration of characters in a series of fields in a stored record
US4486857A (en) * 1982-10-06 1984-12-04 Quickview Partners Display system for the suppression and regeneration of characters in a series of fields in a stored record
US4755809A (en) * 1982-10-11 1988-07-05 Fujitsu Limited Method for controlling windows displayed in a card image data processing system
US4618858A (en) * 1982-11-03 1986-10-21 Ferranti Plc Information display system having a multiple cell raster scan display
US4710762A (en) * 1982-11-22 1987-12-01 Hitachi, Ltd. Display screen control system
US4692757A (en) * 1982-12-24 1987-09-08 Hitachi, Ltd. Multimedia display system
US4642790A (en) * 1983-03-31 1987-02-10 International Business Machines Corporation Presentation space management and viewporting on a multifunction virtual terminal
US4645238A (en) * 1983-04-21 1987-02-24 International Business Machines Corporation Annotated calendar assembly
US4649377A (en) * 1983-05-24 1987-03-10 Hitachi, Ltd. Split image display control unit
US4633430A (en) * 1983-10-03 1986-12-30 Wang Laboratories, Inc. Control structure for a document processing system
US4653020A (en) * 1983-10-17 1987-03-24 International Business Machines Corporation Display of multiple data windows in a multi-tasking system
US4542376A (en) * 1983-11-03 1985-09-17 Burroughs Corporation System for electronically displaying portions of several different images on a CRT screen through respective prioritized viewports
US4550315A (en) * 1983-11-03 1985-10-29 Burroughs Corporation System for electronically displaying multiple images on a CRT screen such that some images are more prominent than others
US4591840A (en) * 1983-11-04 1986-05-27 International Business Machines Corp. Calendar event description abbreviation
US4649513A (en) * 1983-11-15 1987-03-10 International Business Machines Corporation Apparatus and method for processing system printing data records on a page printer
US4870611A (en) * 1983-11-15 1989-09-26 International Business Machines Corporation Apparatus and method for system printing mode control
US4616327A (en) * 1984-01-13 1986-10-07 Computer Humor Systems, Pty, Ltd Personalized graphics and text materials, apparatus and method for producing the same
US4586035A (en) * 1984-02-29 1986-04-29 International Business Machines Corporation Display terminal with a cursor responsive virtual distributed menu
US4649499A (en) * 1984-03-07 1987-03-10 Hewlett-Packard Company Touchscreen two-dimensional emulation of three-dimensional objects
US4823108A (en) * 1984-05-02 1989-04-18 Quarterdeck Office Systems Display system and memory architecture and method for displaying images in windows on a video display
US4872001A (en) * 1984-05-25 1989-10-03 Elscint Ltd. Split screen imaging
US4633415A (en) * 1984-06-11 1986-12-30 Northern Telecom Limited Windowing and scrolling for a cathode-ray tube display
US4646250A (en) * 1984-10-18 1987-02-24 International Business Machines Corp. Data entry screen
US4888690A (en) * 1985-01-11 1989-12-19 Wang Laboratories, Inc. Interactive error handling means in database management
US4700320A (en) * 1985-07-09 1987-10-13 American Telephone And Telegraph Company, At&T Bell Laboratories Bitmapped graphics workstation
US4805099A (en) * 1987-04-17 1989-02-14 Wang Laboratories, Inc. Retrieval of related records from a relational database
US4791561A (en) * 1987-04-17 1988-12-13 Wang Laboratories, Inc. Interactive construction of means for database maintenance

Non-Patent Citations (16)

* Cited by examiner, † Cited by third party
Title
Apple Works Made Easy Carole Boggs Matthews published by Osborne McGraw Hill copyright 1990. pp. 97 137. *
Apple Works Made Easy Carole Boggs Matthews published by Osborne McGraw-Hill copyright 1990. pp. 97-137.
Bringol `Abbreviated Character Font Display`, 2BM TDB, vol. 19, No. 9, pp. 3248-3249, Feb. 1977.
Bringol Abbreviated Character Font Display , 2BM TDB, vol. 19, No. 9, pp. 3248 3249, Feb. 1977. *
DB Master personal computer program manual copyrighted 1980 by Barney Stone and Alpine Software, published by Stoneware. pp. 11 21, 58 63. *
DB Master personal computer program manual copyrighted 1980 by Barney Stone and Alpine Software, published by Stoneware. pp. 11-21, 58-63.
Lisalist copyright 1983, Apple Computer. Page Column B, Chapter 1 and Section C, Chapter 1. *
Macintosh (TM), Apple Computer, Inc., pp. 1 8, 20 34, 50 61, 82 84, 91 92, and 155 160, 1983. *
Macintosh (TM), Apple Computer, Inc., pp. 1-8, 20-34, 50-61, 82-84, 91-92, and 155-160, 1983.
Sequitur copyright 1982, 1984 the Community Memory Project Published by Golemics Inc., Berkeley, CA Section 2. *
Timeworks `SwiftCalc ST` User's Manual, pp. 55-57, 67, 68, 78-80, 1982.
Timeworks SwiftCalc ST User s Manual, pp. 55 57, 67, 68, 78 80, 1982. *
Todd `Abbreviated Typing for Word Processing`, 2BM TDB, vol. 21, No. 9, pp. 3796-3797, Feb. 1979.
Todd Abbreviated Typing for Word Processing , 2BM TDB, vol. 21, No. 9, pp. 3796 3797, Feb. 1979. *
Visicalc Est. 1978 a conventional spread sheet program. pp. 1 1 through 1 7, 2 8 through 2 12 and 3 2 through 3 4. *
Visicalc Est. 1978 a conventional spread sheet program. pp. 1-1 through 1-7, 2-8 through 2-12 and 3-2 through 3-4.

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6807676B1 (en) * 1995-07-14 2004-10-19 General Instrument Corporation Methods of formatting data to maximize the readability and the amount of song identification information displayed on a limited number of lines
US6630937B2 (en) * 1997-10-30 2003-10-07 University Of South Florida Workstation interface for use in digital mammography and associated methods
US20040199788A1 (en) * 1998-03-24 2004-10-07 Kabushiki Kaisha Toshiba Setting or changing an access condition for an access management apparatus and method of a portable electronic device
US7296289B2 (en) * 1998-03-24 2007-11-13 Kabushiki Kaisha Toshiba Setting or changing an access condition for an access management apparatus and method of a portable electronic device
US6288718B1 (en) * 1998-11-13 2001-09-11 Openwave Systems Inc. Scrolling method and apparatus for zoom display
US20050105076A1 (en) * 2003-11-15 2005-05-19 Samsung Electronics Co., Ltd. Three-dimensional location measurement sensor
US7141772B2 (en) 2003-11-15 2006-11-28 Samsung Electronics Co., Ltd. Three-dimensional location measurement sensor
US20060242118A1 (en) * 2004-10-08 2006-10-26 Engel Alan K Classification-expanded indexing and retrieval of classified documents
US7574433B2 (en) 2004-10-08 2009-08-11 Paterra, Inc. Classification-expanded indexing and retrieval of classified documents
US8051109B2 (en) 2004-10-08 2011-11-01 Paterra, Inc. Classification-expanded indexing and retrieval of classified documents

Similar Documents

Publication Publication Date Title
US4736308A (en) Search/retrieval system
US5444841A (en) Graphical user interface control for replicating data fields in forms
US4808987A (en) Image data file storage and retrieval system for an image data filing system
US5283864A (en) Computer apparatus and method for graphical flip book
US5787295A (en) Document processing apparatus
US6353442B1 (en) Information processing apparatus, information processing method, and providing medium
US6928609B2 (en) Hypermedia authoring and publishing system
KR20120113738A (en) Gallery application for content viewing
JP2010191957A (en) Method and device for displaying representation of data in state of limited visual space
EP0509160A1 (en) Data processing system with display windows
USRE36653E (en) Search/retrieval system
EP0108520A2 (en) Method for controlling windows displayed in a card image data processing system
US6065022A (en) Scroll control for a table display
EP0575316B1 (en) Display system and method for context-based scrolling
EP0453840B1 (en) Data display apparatus
US20090216767A1 (en) Method And Device For Data Management
CN112242118B (en) Information scrolling display method, device and system
JPS61294583A (en) Picture file device
JP2001325053A (en) Device for automatically generating pop-up menu and recording medium with program for automatically generating the pop-up menu recording thereon
JP3485636B2 (en) List screen display device
JPH0385670A (en) Two-step display system document processor
JPH09167110A (en) Method and device for managing file
JPH06266776A (en) Document retrieving device
JPH0311463A (en) Document preparing device
JP2004005708A (en) List screen display device

Legal Events

Date Code Title Description
AS Assignment

Owner name: QUICKVIEW SYSTEMS, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST.;ASSIGNOR:CLANTON, CHARLES;REEL/FRAME:006441/0521

Effective date: 19930129

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FEPP Fee payment procedure

Free format text: PAT HOLDER NO LONGER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: STOL); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

AS Assignment

Owner name: QUICKVIEW SYSTEMS INCORPORATED, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HECKEL, PAUL;CLANTON, CHARLES;QUICKVIEW SYSTEMS, A CALIFORNIA PARTNERSHIP;REEL/FRAME:014947/0645

Effective date: 20040107