If you formerly used the Spread version 6.0 DAO ActiveX control and now want to use the Spread version 8.0 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\SPREAD60\INCLUDE\SSOCX.BAS
Object={FDAC2480-F4ED-4632-AA78-DCA210A74E49}#6.0#0; SPR32X60.ocxTo:
C:\Program Files\SPREAD80\INCLUDE\SSOCX.BAS
Object={F856EC8B-F03C-4515-BDC6-64CBD617566A}#8.0#0; fpSPR80.OCXWhen finished, save the file.
Object = "{FDAC2480-F4ED-4632-AA78-DCA210A74E49}#6.0#0"; "SPR32X60.ocx"To:
Object = "{F856EC8B-F03C-4515-BDC6-64CBD617566A}#8.0#0"; "fpSPR80.OCX"
FPSpread.vaSpreadTo:
FPSpreadADO.fpSpreadFor the SpreadPreview control change:
FPSpread.vaSpreadPreviewTo:
FPSpreadADO.fpSpreadPreviewWhen finished, save the files.