

The following files and folders must be present to run the TopazRecordDemo (Access/Crystal Reports)  VB Project:


1. SignMeUpNE.mdb (This is zipped up in the attachment. Please copy to your C: directory.)
2. SignatureFolder (You must create a folder named SignatureFolder and place it in your C: directory)
3. Scrrun.dll (You must have the scrrun.dll loaded and registered on your machine. A copy is included in this zip in case you don't have it)

When the Crystal report is created, a BMP image of the signature is created, and stored in the C:\SignatureFolder directory. This BMP is named by another field of the database, the PID field (this is an autonumber). This way, the image file name will match the PID field, and the record's signature image file can be matched to the particular record. 
The signature BMP is then brought into the Crystal Report for viewing the record. When the Crystal Report is closed, the BMP in the SignatureFolder is destroyed, to clean up.


The following references must be checked in the VB project:
1. Microsoft ActiveX Data Objects 2.0 library
2. Microsoft Databinding Collection
3. Crystal Reports 8.5 ActiveX Designer design & runtime library
4. Crystal Reports 8.5 ActiveX Designer Runtime library


The following components must be checked in the VB Project:
1. Microsoft ADO Data Control 2.0
2. Crystal Reports Viewer Control
3. SigPlus ActiveX module

