If you formerly used the Spread version 7.0 Unicode ADO 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\SPREAD70\INCLUDE\SSOCX.BAS
Object={B9411660-10E6-4A53-BE96-7FED334704FA}#7.0#0; FPSPRU70.ocxTo:
C:\Program Files\SPREAD80\INCLUDE\SSOCX.BAS
Object={?}#8.0#0; FPSPRU80.ocxWhen finished, save the file.
Object = "{B9411660-10E6-4A53-BE96-7FED334704FA}#7.0#0"; "FPSPRU70.ocx"To:
Object = "{?}#8.0#0"; "FPSPRU80.ocx"When finished, save the files.