Release Notes for 4.11.000 QuickPak Professional - 05/20/96

This is the 3rd round of beta for QuickPak 4.2. Remember, these controls and DLLs are released to you in beta form. There will be at lease one more beta round in two weeks.

Adam Schwartz & David Olson
Crescent Product Management

Files in this release:

Filename	Size	Date	Time
CSCMD32.OCX	103,424	04/03/96	11:28p
CSCMD16.OCX	114,672	04/03/96	11:28p
CSTEXT32.OCX	380,928	05/17/96	02:11p
CSVLST32.OCX	95,744	05/15/96	01:55p
CSCOMB32.OCX	115,200	05/07/96	03:25p
CSCHK32.OCX	92,160	04/08/96	04:54p
CSOPT32.OCX	87,040	04/08/96	03:02p
CSTEXT16.OCX	356,128	05/17/96	02:11p
CSVLST16.OCX	88,176	05/15/96	03:17p
CSCOMB16.OCX	100,368	05/07/96	03:28p
CSOPT16.OCX	83,424	04/08/96	05:03p
CSCHK16.OCX	82,192	04/08/96	05:02p
QPRO32.DLL	103,936	05/20/96	11:13a
QPRO16.DLL	87,232	05/20/96	11:16a

Defects Fixed in this release:

Id	Title
6227	cstext.ocx - enable/disable
6025	cstext.ocx - EOLTab
4757	cstext.ocx - problem : keypress
4768	cstext.ocx - problem : tab key
4769	CSText.ocx - update records
6104	cstext.ocx - vb3->vb4 conversion
5282	cstext.ocx/common - problem : databinding
6335	cstext.ocx/cscurrency - control array
6106	cstext.ocx/csdate -
5849	cstext.ocx/cslabel
6422	QPro function LowerTbl causes a GPF if the second parameter is a 
	blank string
6429	qpro.dll - clipfile
5781	qpro16.dll - cdc, mkc, cvl, mkl
6346	qpro16.dll - fopens, fclose, fput : windows 3.1x
5784	qpro32.dll - time2num
6427	ReplaceChar function will not replace chars with a no value () string


How to install the beta controls.

For each control do the following: 

This is an example for the CSText32.ocx control, repeat the directions for each control you want to install.

1.) Unregister the old CSText32.OCX.
2.) Delete or move the CSText32.OCX control
3.) Delete the CSText32.OCA file 
4.) Copy the new CSText32.OCX file to your windows/system directory
5.) Register the control

Order is important.

1. How do I register/unregister 16-bit OLE Objects?
Use the REGSVR.EXE utility to register 16-bit OLE Objects. This file should be available in your
Windows directory.

To Register:
   REGSVR.EXE <full path to the OLE object filename>

   Example:
        C:\WINDOWS\REGSVR.EXE C:\WINDOWS\SYSTEM\COMDLG16.OCX

To Unregister:
   REGSVR.EXE /u <full path to the OLE object filename>

   Example:
        C:\WINDOWS\REGSVR.EXE /u C:\WINDOWS\SYSTEM\COMDLG16.OCX 

2. How do I register/unregister 32-bit OLE Objects?
Use the REGSVR32.EXE utility to register 32-bit OLE Objects. This file should be available in your
Windows directory.

To Register:
   REGSVR32.EXE <full path to the OLE object filename>

   Example:
        C:\WINDOWS\REGSVR32.EXE C:\WINDOWS\SYSTEM\COMDLG32.OCX

To Unregister:
   REGSVR32.EXE /u <full path to the OLE object filename>

   Example:
        C:\WINDOWS\REGSVR32.EXE /u C:\WINDOWS\SYSTEM\COMDLG32.OCX
