If you formerly used the Spread version 3.0 DAO ActiveX control and now want to use the Spread version 8.0 Unicode ADO ActiveX control, complete the following steps with Notepad.exe or a text editor. If your project contains many forms, you might want to consider using a text editor with a search and replace utility.
Note: Back up your project before making any changes. |
C:\Program Files\SPREAD30\INCLUDE\SSOCX.BAS
Object={B02F3647-766B-11CE-AF28-C3A2FBE76A13}#3.0#0; SPR32X30.OCXTo:
C:\Program Files\SPREAD80\INCLUDE\SSOCX.BAS
Object={B9411660-10E6-4A53-BE96-7FED334704FA}#8.0#0; FPSPRU80.ocxWhen finished, save the file.
Object = "{B02F3647-766B-11CE-AF28-C3A2FBE76A13}#3.0#0"; "SPR32X30.OCX"To:
Object = "{B9411660-10E6-4A53-BE96-7FED334704FA}#8.0#0"; "FPSPRU80.ocx"
FPSpread.vaSpreadTo:
FPUSpreadADO.fpSpreadFor the SpreadPreview control change:
FPSpread.vaSpreadPreviewTo:
FPUSpreadADO.fpSpreadPreviewWhen finished, save the files.