Cell Control
Release 3.2 Notes

Content
* Introduction
* Distribution state
* New features
* Technical support

=====================================================================
Introduction
=====================================================================
There are 3 individual programs in this package

Cell Control -- a spreadsheet ActiveX Control

Cell Spreadsheet -- a spreadsheet tool

DBCAST -- a data format convert tool

=====================================================================
Distribution state
=====================================================================
Cell Control: Shareware
Cell Spreadsheet: Shareware
DBCAST: freeware


=====================================================================
New features
=====================================================================
for Cell 3.2
You can localizing Cell 3.2 yourself!
Cell Control will load cellores.c and Cell Spreadsheet will load cellres.c 
(in the same directory with the main program), parse it and retrieve the
string resource and replace the build-in resource, so you can localizing
Cell by translate this file.
A new method provided for Cell Control:
short DoLocalize(LPCTSTR resfile)
Load a certain resource file for Cell Control, so you can change Cell 
Control's resource dynamically. 
Return Value: 1  OK, 0 Cell parse resource file error, -1 file access error  
Parameters:
	resfile     the resource file name, if a single name provided, 
Cell will search this file in the same directory with Cell Control 
(Important! Not current directory), otherwise Cell use the path which 
you indicate.

How to upgrade from Cell 3.17 to 3.2?
As some interface change in Cell 3.2, Cell 3.2 will be not compatible with
Cell 3.17. so the Control ID have changed also. you had to delete Cell 3.17
in your project, then add Cell 3.2, but the code needn't change.
In Delphi, you had to remove TCell class from system, then import Cell 3.2. 
Cell 3.2 and Cell 3.17 can exist in one system (the filename for Cell 3.17 
is celle.ocx, Cell 3.2's is cell32.ocx), so the application distributed
with Cell 3.17 will work OK (just do not delete Cell Control 3.17) 


=====================================================================
Technical support
=====================================================================

If you can't query database, then you haven't ODBC drivers or DAO drivers 
in your system, you can download them from http://www.trustsoft.com (or 
from Microsoft, free).

We have added a Support page to our Web page at
"http://www.trustsoft.com/eng/faq.htm". This page will
contain answers to frequent technical support questions, patches, new
version announcements, etc. Please visit this page to see if your
problem is addressed before contacting Trustsoft Inc. for support.

You can contact Trustsoft Inc. for technical support via:

  - Email: support@trustsoft.com
  - FAX: 86-10-82612736
  - Phone: 86-10-88438923
Trustsoft Inc.
Kecheng Building,No.19-2, Haidian Road, Beijing, China   100080
1999.4
