home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / fishdisks / d1082.lha / Programs / AmigaBase / Product-Info < prev    next >
Fred Fish's Product-Info  |  1995-03-26  |  6KB  |  158 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. AmigaBase
  6. .type
  7. Database
  8. .short
  9. Very powerful programmable db with GUI
  10. .description
  11.  
  12.       AmigaBase is not a relational database with SQL interface or something
  13.       like this. AmigaBase is a hierarchical programmable database.
  14.       Nevertheless, or just because, AmigaBase is ideal for managing
  15.       music cassettes, videos, addresses, etc. Complex applications like
  16.       a finance manager with automatic printing of transfer forms
  17.       and writing client accounts is no problem for AmigaBase, too.
  18.  
  19.       A project consists of one or several records. A record is displayed
  20.       by a rectangle with a colored border and a titlebar. The record
  21.       name is displayed in the title bar. A record can be placed beside or
  22.       within annother one (hierarchy).
  23.       In records you can place variables which are used for data input and
  24.       display.
  25.       Data is organized in datasets. For each record you can allocate
  26.       any number of datasets (only limited by available memory).
  27.       Datasets can be ordered by several keys.
  28.       A filter allows the selection of some datasets.
  29.       A print menu allows printing of datasets.
  30.       With a search requester it is easy to find certain datasets.
  31.  
  32.       AmigaBase offers two display modes: form and listing.
  33.       In form display all records are displayed in several windows. In
  34.       each record exactly one dataset is shown.
  35.       In listing display all dataset of a specific record are displayed
  36.       in a scrolling list in a window.
  37.  
  38.       AmigaBase has two operating modes: working mode and installing mode.
  39.       In working mode you can work with your project, input data, start
  40.       programs, etc.
  41.       In installing mode you build your data structure. You can define
  42.       new variables, change and delete them. Variables can be of the type
  43.       BOOLEAN (boolean values), CHOICE (one item out of many items),
  44.       INTEGER (integer values), REAL (floating point values),
  45.       STRING (any text), DATE (date values), TIME (time values),
  46.       or MEMO (unlimited multi line text). Additionally there is the
  47.       program button type which is only used to start AmigaBase programs.
  48.       Furthermore you can define, change and delete texts. Texts are only
  49.       used for decoration in records.
  50.       You can also define, change and delete records and windows.
  51.       You must give each variable, record and window a name. This name
  52.       must begin with an uppercase letter followed by up to nine letters,
  53.       digits or the character '_'. There are some reserved words that
  54.       cannot be used for names.
  55.  
  56.       A special feature of AmigaBase is the programming of it. For each
  57.       variable (except MEMO variables) you can write a program which
  58.       is called whenever you change the contents of this variable or press
  59.       RETURN while the cursor is on the program button variable.
  60.       If you want to have a view into programming AmigaBase I recommend
  61.       that you have a look at the label print program of the cassette
  62.       project (included in the distribution).
  63.  
  64.       A complete description of all functions and abilities of AmigaBase
  65.       is found in the user manual of AmigaBase. This document is available
  66.       by registration only.
  67.  
  68.  
  69.    Import of datasets
  70.    ------------------
  71.  
  72.       For importing datasets there aren't any menu items. But with the use
  73.       of an AmigaBase program you can write your own Import routine.
  74.       First you have to load the import file into a MEMO variable (MEMOLOAD).
  75.       Then you do a FOR loop and examine each line of the MEMO variable.
  76.       Use LeftStr, MidStr, RightStr, Val, etc. to extract the data and
  77.       assign it to the dataset variables.
  78.       This looks awkward, but it is very flexible. The user manual contains
  79.       a whole chapter about importing and exporting datasets.
  80.  
  81.  
  82.    New features V1.31 - V2.00
  83.    --------------------------
  84.  
  85.       o  Full font sensitive
  86.       o  OS 3.0 look
  87.       o  Iconification of windows.
  88.       o  Improved memory management
  89.       o  Arexx port
  90.       o  Copy & paste
  91.       o  New variable type: CHOICE
  92.       o  MEMO variables with their own window
  93.       o  Improved text editor.
  94.       o  Enabled use of an external editor
  95.       o  Shortcuts for variables
  96.       o  Improved preferences settings (project dependent/independent)
  97.       o  Formats for date and floating point values.
  98.       o  Stack overflow handler and ctrl-c checking
  99.       o  Save & load of filter programs
  100.       o  Font attributes, background color and borders for all variable types.
  101.       o  New program types: PreNewDataset, PostNewDataset, PreDeleteDataset,
  102.          PostDeleteDataset and Functions.
  103.       o  Many new functions and improvements for programming AmigaBase
  104.       o  Many bug fixes
  105.  
  106.    New features V2.00 - V2.1
  107.    -------------------------
  108.  
  109.       o  Danish and French catalog file.
  110.       o  New programming functions: Filename, Changes, ARexxPort,
  111.          ChooseString, Now, StrCmp and ChoiceLabels.
  112.       o  Improvements for file requesters.
  113.       o  Many bug fixes and other improvements.
  114.  
  115.  
  116.    Example projects:
  117.    -----------------
  118.  
  119.       In the directory Data/Deutsch and Data/English you will find some
  120.       example projects.
  121.       If you have created your own project and you think it should be
  122.       distributed with AmigaBase then send it to me! I will have a look
  123.       at it and maybe include it in the next distribution.
  124.  
  125. .version
  126. 2.1
  127. .date
  128. 1995.03.03
  129. .author
  130. Steffen Gutmann
  131. .requirements
  132. Requires reqtools.library and gadget.library (both included)
  133. .reference
  134. AmigaLibDisk901:AmigaBase/
  135. 1.31
  136. AmigaLibDisk813:AmigaBase/
  137. 1.21
  138. .distribution
  139. Shareware
  140. .price
  141. $50 (US), DM70
  142. .address
  143. Wiesentalstr. 30
  144. D-73312 Geislingen/Eybach.
  145. GERMANY
  146. .email
  147. gutmann@informatik.uni-ulm.de
  148. .docs
  149. Readme
  150. LiesMich
  151. HISTORY
  152. BUGS
  153. TODO
  154. .described-by
  155. Dan Fish (daf@starfish.amigalib.com)
  156. .submittal
  157. Downloaded via ftp from wuarchive.wustl.edu.
  158.