Share

SourceForge Local Government

File Release Notes and Changelog

Release Name: Toowoomba City Council - PocketPC Database Viewer v1.0 (eMbedded Visual Basic)

Notes:
Application designed for use on PDA's to provide basic DB search
whilst in the field. Records that are retrieved are displayed in
custom control - dataviewer from Odyssey

Provision for search across a single field or multiple fields.
Automatically identifies amount of fields in a database, if
multi search selected, and provides option to display max of
nine search fields to the screen.

Databases must be in CDB format (pocket access).  This version of
the application will autoload the DB if only one table in the DB.

Designed to be used in conjunction with the desktop applications
CSVtoPDA or CSVtoMDB, that take CSV file and convert to ccess Database
and auto-transfer the file to the PDA.

Also includes a nifty approach to establishing a control array
within eVB (see MultiSearch.frm)

To be used in conjunction with "CSV to PDA DBase", Version 1.0 for Windows (Visual Basic 6.0) and PocketPC's

http://sourceforge.net/project/showfiles.php?group_id=132342&package_id=145796&release_id=309489

Limitations
-----------
- All searching is done with a wildcard start and finish '*xxxxxx*'
- All fields in the database are assumed to be Text/VarChar (not a
  problem if using CSVtoPDA or CSVtoMDB
- Columns can only be reordered/sorted if the recordcount
  is less than 200

Changes: