home *** CD-ROM | disk | FTP | other *** search
/ Colossal Cookbook / ColossalCookbook.cdr / misc / 1594 / case2.hlp < prev    next >
Encoding:
Text File  |  1990-11-11  |  2.5 KB  |  42 lines

  1.  
  2. Each Module in the Shelter Island Press system is acutally a stand-
  3. alone database comprised of a MainFile and several possible SubFiles.
  4. Within each Main File are individual records or data cards.  Imagine this
  5. as nothing more than an electronic file cabinet with different drawers for
  6. each Tracking Module.
  7.  
  8. ┌────────────────────────────────────────────────────────────────────────┐
  9. │                                                                        │
  10. │                                                                        │
  11. │              ┌──────────────────┐                                      │
  12. │          ┌───┘   Foods Index    └───┐     MainFile = Foods Index       │
  13. │          │     ┌─────────────────┐  │                                  │
  14. │          │ ┌───┘   Vegetables    └──┴┐    SubFile  = Vegetables        │
  15. │          │ │     ┌───────┐           │                                 │
  16. │          │ │     │ Corn  │           │    Records  = Corn              │
  17. │          │ │     │ ┌─────┴─┐         │               Peas              │
  18. │          │ │     └─┤ Peas  │         │               Beans             │
  19. │          │ │       │ ┌─────┴─┐       │               etc.              │
  20. │          │ │       └─┤ Beans │       │                                 │
  21. │          │ │         │       │       │                                 │
  22. │          │ │         └───────┘       │                                 │
  23. │          │ └────────────────────────┬┘                                 │
  24. │          └──────────────────────────┘                                  │
  25. └────────────────────────────────────────────────────────────────────────┘
  26.  
  27. MAIN FILE
  28.  
  29. The Main File is comprised of ALL members of the tracking area (e.g. ALL
  30. foods).  To add a new member to a file you simply choose the (F)ile
  31. command from the top menu line and then choose the (A)dd submenu item.
  32.  
  33. SUBFILES
  34.  
  35. A SubFile is actually a sorted file compiled from the Main File. For
  36. instance if you wanted a list of all vegetables in the FOOD file you would
  37. search the Main File for that criterion.  Once this SubFile has been
  38. sorted you may save it to the disk as a semipermanent database.  You may
  39. add a record to any subfile.  However when you add to a Subfile the Main
  40. file is automatically updated also.  In this manner the MainFile always
  41. remains current.  There is really no limit (other than the storage
  42. capacity of your disk) to the number of SubFiles you may compile.  For
  43. help on setting up a sort see the help menu item SEARCHING & SORTING.