DBExpert Version 1.0

Additional information:

* The control toolbox in the form design window contains a multi-line text
  tool which is not mentioned in the documentation.  The multi-line text tool
  creates a data entry field which will wrap long text strings to multiple
  lines and let you edit it as in a text editor.

  The attributes and events of the multi-line control are exactly the same as
  those for the text control.

* The File menu now contains a connect option which may be used at any time
  to change your database connection (log in).

* The table designer no longer asks for a connection string, instead, select
  the type of database for the table you are creating by clicking the
  appropriate radio button.

* There is a new function ShowWarnings(show) which allows the user enable/disable
   action query warning messages (such as '5 records will be inserted.  Do you wish
  to continue'.
  For example, call ShowWarnings(false) to disable the warnings when running an
  action query in a macro.

* The 'Can grow' attribute on MLE fields on reports allows the field to expand
  vertically to print all the data in the field.

* There is a new function CharToDate(datestring) to convert character strings to
  date values for use  in query conditions and form field validation.
  For example, enter:
      >CharToDate('12/25/75') 
  on the condition row of a date column in a query to select all dates > 12/25/75.
