home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / utilsf / listed / LISTEDIT.ASC next >
Text File  |  1993-09-26  |  4KB  |  97 lines

  1. "List/Edit" for Psion Organisers by Andy Grieve.
  2. ------------------------------------------------
  3.  
  4. History.
  5. --------
  6. The XP version of List/Edit was developed to handle lists of things
  7. (suprise suprise!).  Each separate list (like "Shopping", "Todo" etc) is
  8. held in a different file (of the same name).  These Lists are displayed as
  9. menu items by the LIST.OPL program, when one is selected it is edited by
  10. EDIT.OPL.  The file MAIN is excluded from this list because it has multiple
  11. field records, and EDIT is only designed to handle "one liners" or single
  12. field records.  To help you create, delete and rename list files the
  13. program UTILS.OPL was written.
  14.  
  15. The LZ version of the program is similar, but most of the functions of
  16. UTILS.OPL (except rename) are built into the LZ in the Xfiles option.  Edit
  17. can now handle multi-line records (up to 6 fields anyway) so MAIN is back!
  18. The List program was updated to look like the other LZ menus.
  19.  
  20. The Series 3 version is a self contained application, except for LIST.PIC
  21. which is the program icon used by LIST.OPL.  Lists are now shown on
  22. one screen that can be scrolled up and down, and dialogs are used.  The
  23. current version only uses upto 3 fields per record due to the different way
  24. the records are displayed.  (i.e. you only see the first field unless you
  25. are in the edit dialog).  (It used to have more but they were of limited use.)
  26.  
  27. The S3a Version is the same as the S3 version, but shows 7 field on each
  28. screen instead of the 6 in the S3 version.  It can also handle longer
  29. lines of data due to the extra screen real estate.
  30.  
  31. Installation.
  32. -------------
  33.  
  34. Load and translate all the .OPL files.
  35.  
  36. For XP :-
  37.         Add List to the main menu (see Psion manual).
  38.         Add Utils to the main menu.
  39. For LZ :-
  40.         Add List to main menu.
  41. For S3 :-
  42.         Copy LIST.PIC into the \ODB directory
  43.         Translate, but don't run LIST.OPL
  44.         Install Application from the System Apps menu (see Psion Manual).
  45.         Create list using 'New File' option from main menu.
  46. For S3a :-
  47.         Same as S3 version.
  48.  
  49. Keys.
  50. -----
  51. For XP :-
  52.         Mode key inserts an item into a list.
  53.         Del key deletes an item from a list.
  54.         Enter edits an item in a list.
  55.         Cursor up and down move up and down the list.
  56. For LZ :-
  57.         Same as for XP version except Cursor up and down move up and down
  58.         fields instead of the records in the list.
  59.         T and B are used to go to the Top or Bottom of a multi field record.
  60.         To move through the records use P for the previous record, and N
  61.         for the next records, or W and X respectivly to make one handed
  62.         operation easier (i.e. in a supermarket!).
  63.         Space is used for Find option (use <space><enter> to "find again").
  64.         R goes to a specific record.
  65.         E or L go to the End of the file (Last record).
  66.         F or H go to the First record (Home).
  67. For S3 :-
  68.         Help gives help.
  69.         Enter edits a record.
  70.         Del deletes a record.
  71.         Tab goes to a record.
  72.         Menu adds a record.
  73.         Space finds a record.
  74.         Home and End to to the top or bottom of a list.
  75.         Cursor left and right go one screen up or down.
  76.         Cursor up and down moves up and down one record.
  77.         The current record is the first on the screen as shown by ->.
  78. For S3a :-
  79.         Same as keys S3 Version.
  80.  
  81. Notes.
  82. ------
  83.  
  84. The Psion always moves new records, and records that are updated to the end
  85. of the file.
  86.  
  87. For XP :-
  88.         Any other files that are not single line lists should be excluded
  89.         in LIST.OPL in the same way MAIN is excluded.
  90. For LZ :-
  91.         Starts at the end of the list (i.e. newest record).
  92. For S3 :-
  93.         Files are created, deleted etc. in the same way as for other
  94.         applications from the main menu.
  95. For S3a :-
  96.         Same as S3 version.
  97.