Fill M Add

Prepare for use:
- have MySQL server available
- have Gambas2 (or at least gb2 runtime) on your Linux desktop
- download FillMAd 
- open in Gambas, "Make Executable" or "run"
- create database tables (from included .sql files), note username and password for it
- run again and connect to the database by supplying the data asked for in the Tools/Configure Menu.

Use:
- start to fill e-mail addresses, names (and companyname) of your new contacts
- saved in database, view with sql statements or via phpMyAdmin
- import in other programs by accessing the data on the mysql server
- export to csv files to import in other systems like mailing system, CRM, ..etc

Adjust: 
- use the Gambas IDE to load the source code version and adjust whatever you want if you follow the GPL licence.
- use data in other programs
- write other code (e.g. php) to access your data and make reports, consultation screens etc
