home *** CD-ROM | disk | FTP | other *** search
-
- EasiBase v1.01 (10-Apr-93)
-
- To obtain a printout of these instructions drag the file to your printer
- icon.
-
- Improvements from v1.00 - Outline font print now available, graph function
- implemented plus the fixing of a couple of bugs that came to light.
-
- A BRIEF HISTORY - EasiBase was written when my sister, a school teacher,
- found that she needed an easy to use database. Having decided that the
- cheapest way to acquire a database was to get her brother to write one,
- EasiBase was born. It was written in a hurry with any spare time I had
- available so the coding is hardly the epitome of structure and grace and
- BASIC had to suffice. I've tried compiling it with RISCBasic but it causes
- the machine to lock up on running so it has remained in the interpreted
- enviroment. Its now Shareware and any one wishing to registar should see the
- bar icon info menu.
-
-
- GENERAL
-
- EasiBase (and its partner CardEd) store their data in a directory which
- consists of two specialist files Easi and Card plus an optional sprite file.
- The two programs EasiBase and CardEd are quite seperate. CardEd creates the
- template on which EasiBase stores and manipulates data.
-
- Once you have created a new card it can be loaded into EasiBase by dragging
- its directory to the EasiBase icon. Two windows will open showing the record
- template and a control panel. The functions on the control panel will be
- dealt with under each seperate option heading.
-
-
- EDITING/ENTERING DATA
-
- To change the data in a field click the mouse pointer on the field. The
- caret will appear and you can edit the contents using the cursor keys, delete
- and copy etc.
-
-
- VIEWING RECORDS
-
- Click the video style buttons on the control panel to move through the
- records.
-
-
- ADDING/DELETING RECORDS
-
- To create a new blank record click over the + directory folder on the contol
- panel. To delete a record click the - directory icon. The currently
- displayedrecord will be deleted.
-
-
- SORTING
-
- Click the <menu> mouse button while over the record card and select the Sort
- option. A new window will appear. Choose either an Ascending or Descending
- sort and which field to sort on by clicking the required one. If you add
- extra records after having sorted then clicking the Sorted icon on the
- control panel will re-apply the last used sort criteria.
-
-
- SEARCHING
-
- Click the <menu> mouse button while over the record card and select the
- Search option. This will blank the record card and cause the search window
- to be displayed. At its simplest a search may be made on one field by
- clicking on that field and typeing in the entry to match. So for a simple
- name typing it in and then clicking search will search all the records in
- the file (or subset) for an exact match (searching is case sensitive).
-
- When searching on strings wildcards can be used of which there are two
- types:# match one character and * match any number of characters. So Ev#ns
- would match Evans or Evens etc. whereas Ev* will match Evens, Eventually
- etc. Note that the Allow wildcards icon must be selected to use a wildcard
- search.
-
- When searching a string entry it is possible to enter several different
- strings to match. This is achieved by seperating the different strings by
- the | character. For example Lawson|Bottomley|Snowden will try to find a
- match with any of the three names.
-
- Number searches can be made using any of the following operators <,>,<>,<=
- and >=. Where an operator is omitted an exact match is assumed.
-
- All matched records are placed in the subset and further searches can be
- carried out these records.
-
- If you enter more than one search criteria then how the program searches
- depends upon the AND and OR options. The AND option will match only those
- records which satisfy all the conditions whereas the OR option will match
- those records that satisfy one or more of the conditions. The NOT command
- will match only those records which fail the search conditions. It can be
- used in association with AND and OR.
-
- After a search all the matched records are placed in the subset. It is not
- possible to sort a subset and only one can exist at a time, a subsequent
- subset will delete the previous one. Further searches are possible and
- clicking the subset icon on the control panel will toggle between the whole
- database and the current subset.
-
-
- SELECTING
-
- A facility exists to select fields and then save them to disc in CSV form.
- This is useful for mail merging with a word processor such as 1stWord+ or
- for transferring data to other programs. To use this choose the Select
- optionfrom the menu and click on the fields you wish to output. Go back to
- the menuand from the Select sub-menu option drag the file icon to the
- required destination.
-
-
- BAR GRAPH
-
- On choosing the Graph option from the main menu a new window will appear.
- Choose the x and y axes by clicking a field and then click Plot to graph.
-
-
- PRINTING RECORDS
-
- To print the currently displayed record select the Print option from the
- main menu.
-
-
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
- If you have any comments/suggestions for future versions of EasiBase then
- please write to me at the address given in the bar icon info sub-menu.
- Notification of any bugs which may come to light will be very well received.
-
-
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
-
- This software is supplied `as is`. No responsibility is accepted for any
- damage or loss arising through the use of the programs contained on this
- disc.
-
-
-