0.0.7
- CProduct, MData: extended Save to SaveNew and Save product
- FProduct, CProduct: load description and remark text
- FProduct, load product picture in button
- FProduct, new product: save selected categories with product
- MData: find category id from name
- MData: add category-product combination to catprd

0.0.6

2009 12 28
- save product from FProduct: product can be saved to product only (no product group yet)
- FProduct to be used for edit, delete and new: working on new
- menu-option for group selection: clear productbuttons first or add products
- FProduct: 2 listboxes to choose group from productgroups, double click to remove
- buttons to go forward or back in products database.

2009 12 27
- put all stages together in a sequence at startup: loading db, productgroups, buttons
- put all stages together in a sequence at productgroup button click: loadin products, draw buttons on screen.
- made a "clear" button for the products an group buttons
- started FProduct to create new, edit existing, or delete given product - not done yet, just the screen
- load selected products in a list on the right on the screen.

0.0.5 

2009 12 26
- fixed SQL to get only used product groups for buttons

2009 12 25
- products are listed in debug after selecting a product group and pushing temporary "get products" button
- added menu File: open db, close db, quit: all work.
- added menu Product: new, edit, delete, delete current, load all - items; none works yet!

0.0.4

2009 12 24
- difference between number of groups and number of used groups

2009 12 23
- found out how to add buttons on runtime: added for product groups


2009 12 20
- added separator * again (even when optinal separator given = now is more like closing signs) to make clear where errors start and end.
- other things

2009 12 15
- some things

2009 12 14
- calculation about rows and cols
- get number of products (all or for selected category)
- get number of categories, fill drop-down box with categories to test selecting one.

2009 12 13
- mdata continued

2009 12 12
- mdata created

2009 12 09 
- error feedback for button calculation numbers zero or to big
- number of buttons from rows, cols
- button calculation added
- images made tot test
- CButton probably not needed, just use existing buttons.
- CProduct: added priority and group plus priority
- CProdGroup with priority, color and name

2009 12 08
- FMain
- CButton
- CProduct