home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Utilities / MUIbase / ReadMe < prev    next >
Text File  |  1999-12-18  |  4KB  |  101 lines

  1. MUIbase V1.3
  2. ------------
  3.  
  4. MUIbase is a relational programmable database that uses MUI as
  5. user interface.
  6.  
  7. MUIbase is not public domain or free software.  If you use MUIbase
  8. then you have to register your copy after a short while.  You are
  9. allowed to install and run MUIbase without registration for a period
  10. of 4 weeks.  After that time you have to register your copy of MUIbase
  11. or delete it from your system.  Reinstalling MUIbase does not extend
  12. the license.
  13.  
  14. After registration you receive your personal MUIbase key-file which
  15. enables all crippled features of MUIbase.
  16.  
  17. For more information about registering MUIbase, see the documentation
  18. in the Docs directory.  The documentation is available in three formats:
  19. AmigaGuide, dvi, and html.
  20.  
  21.  
  22. Features
  23. ========
  24.  
  25. MUIbase is a fast and very flexible database for the Amiga.  It is
  26. for users who want to manage data in a comfortable and easy way.
  27. MUIbase is able to manage any kind of data, e.g. addresses, CD series,
  28. movies, or your income and expense.  The power of MUIbase lies in its
  29. clear and powerful graphical user interface and its programming
  30. capabilities.  The latter makes it possible to automatically calculate
  31. and maintain nearly everything, starting from automatically summing
  32. up values, e.g. for calculating the total amount of income or the
  33. total amount of recorded time of a CD, up to automatically creating
  34. and printing letters for any purpose.
  35.  
  36. MUIbase is the successor of AmigaBase, a hierarchical programmable
  37. database which is still available but considered obsolete with the
  38. appearance of MUIbase.  All registered users of AmigaBase can get a
  39. free upgrade to MUIbase by sending their AmigaBase registration number
  40. and return address to me (Email preferred).
  41.  
  42. MUIbase offers the following features:
  43.  
  44. * Handling of multiple projects at the same time.
  45.  
  46. * Attributes can be of type string, memo (multi line text), integer,
  47.   real, date, time, bool, choice (one item out of many items), reference
  48.   (easy way to reference a record of another table), button (for
  49.   starting MUIbase programs), and virtual (compute value on the fly).
  50.  
  51. * The string type can also manage lists of strings, files, and fonts.
  52.   An OS 3.x datatype gadget allows displaying external images.
  53.  
  54. * Unlimited number of records.
  55.  
  56. * Dynamic loading of records.  Records which are not needed may be
  57.   flushed from memory (e.g. when memory is low).
  58.  
  59. * Programmability.  With the easy and powerful MUIbase programming
  60.   language complex tasks can be implemented.  The language also
  61.   includes a SELECT-FROM-WHERE query for easy and fast data retrieval.
  62.  
  63. * Ordering of records by any combinations of attributes.
  64.  
  65. * Flexible and powerful search and filter facility.
  66.  
  67. * Query editor which allows entering and managing of SELECT-FROM-WHERE
  68.   queries.  The queries can be saved and the results can be printed.
  69.  
  70. * Import and export facility.
  71.  
  72. * Uses MUI as user interface.  The interface is highly customizable.
  73.   External images can be included in the user interface.
  74.  
  75. * Portability.  MUIbase development has been done under the idea of
  76.   easy portability.  The system/gui part has been separated from the
  77.   ANSI/C part such that porting MUIbase will result in only porting
  78.   the system/gui part.  The author is currently investigating a Java
  79.   implementation of the user gui.  This would make the database
  80.   available for nearly all computer systems, including Linux,
  81.   Windows, and MacOS.
  82.  
  83. The unregistered version of MUIbase is crippled in several ways.
  84. See the MUIbase documentation for a list of limitations in the
  85. unregistered version.
  86.  
  87.  
  88. New since V1.2
  89. --------------
  90.  
  91. o Register group object for gui layout.
  92.  
  93. o PROJECTNAME returns name of current project.
  94.  
  95. o Functions for filename handling.
  96.  
  97. o DELETEALL for deleting all records of a table.
  98.  
  99. o Some bug fixes.
  100.  
  101.