myWorks is a database application illustrating many aspects of Basic4PPC. It arose out of need to replace MS Works on both the desktop and an IPAQ H2210.

The Help is brief but the five sample databases should give everyone a good idea of what and how it functions. 

A lot of the code was taken from or was based on user forum entries. Also the terrific ListviewSQL component was both the key and the spur to start this project.

Below is a list of dlls required to run myWorks on the desktop and the device. Most are part of Basic4PPC. The ListviewSQL... and FormExDesktop dlls can be found in the user contributed libraries section of the forum.

The difference between myWorksPC and myWorksPPC is minor consisting of FormEx code that has been commented out or removed since it is not supported on the device.

DESKTOP COMPONENTS
==================
 myWorksPC.sbp
 -------------
 ControlsEx.dll
 FormLib.dll
 SQLDesktop.dll
 System.Data.SQLite.dll
 ListViewSQLDesktop.dll
  v1.0.7.2
 (by fgSoftware
  filippo2@gmx.de)
 FormExDesktop.dll
  v1.6
 (by Andrew Graham
  andy@agraham.demon.co.uk)

      *****

DEVICE COMPONENTS
=================
 myWorksPPC.sbp
 --------------
 ControlsEx.dll
 FormLib.dll
 SQLDevice.dll
 System.Data.SQLite.dll
 ListViewSQLDevice.dll

COMMON MODULES
==============
modDBx.bas - Define DB/Tables
modRpt.bas - Define and Run Reports
modSQL.bas - SQL based functions
ut.bas     - Utility functions
