Things to be done:

There are quite a lot of small problems to solve mainly due to my ignorance
of GAMBAS.

This is my first GAMBAS program and also the first time I use SQL.

The development of the first Beta release did last 3 weeks only, reusing heavily
the code from examples.

- DBLog has been developed with Gambas 1.0.15.
  It takes to try the new version 2.0 to see how does it work and which
  improvements it has.
  ( Ported to Gambas2 from version 0.7.8)
Changes to be done related to the main logging window (Fmain):


- After having logged a QSO would be nice to update the list of the last 10
  QSO in the same window: at present it does not work. 

- Improve the CAT control to manage other models and brands of radios.
  Store the various configurations in a Data Base table.

- Add tables to the Data Base with DXCC country informations to get the 
  country name when a call is introduced and give informations about the
  need of that country on that band etc.(release 0.6.3 implements in part
  this feature: regional details are missed)

- Add a table to the Data Base with IOTA informations to be displayed at need.

- Add a telnet window for cluster informations.(done in 0.7.17)

- Allow spot click to set TX frequency (done in 0.8.1)

- Add ADIF import (added in 0.7.8)

Changes to be done related to the CW Keyer window (FrmCW):

- Store the content of the function-keys in the configuration table. At present
  function-keys are hard-coded.

- The repeat function delay is between every start of the message, not between
  the end of a message and the beginning of the following. The reason is that
  cwdaemon do not inform when it has finished to send a message. I believe that
  a change is needed to cwdaemon.

- Switch in RUN mode if CQ is started or to S&P if Call is started. At present
  I do not know how do it as the call to FMain.CheckBox1_Click() from 
  FrmCW.Class does not work and it does not seems to be possible from
  FrmCW.Class to change the content of textbox values in Fmain.form

- Esc key stops sending cw, but it works only if the cursor (focus) is in the
  qso textboxex. It does not work is the cursor is into the TextArea (to send
  characters) or in the input area for sending a message.

- Function keys from 1 to 10 shot both with mouse and keyboard keys. Control-
  Fkeys only with mouse.

- When inputting qso datas Tab should work for jumping from one field to the 
  following. Actually this is true in the Main windows, but on the CW window
  it works only Ctl-Tab. Also the bar-space is enabled but leaves a space into
  the data field






