Helpful Information
 
 
Category: Delphi Programming
from Delphi 6 to Delphi 7

Hello,

I have a Delphi 6 project which I wish to upgrade to Delphi 7.
I opened my project with Delphi 7, and it seem to go just fine, except for one element.

The project generates Excel documents. For this, it uses a "Range" type for some variables, and a "Range" property of the ExcelWorksheet object.

It works just fine with Delphi 6, but while in Delphi 7, I cannot build my project. It only says that Range is an undeclared identifier.

Does anyone know something about this ?

Thanx,

Hi,i could do that without any problem

EWs.Range['A1','B1'].Font.Bold:=true; for example

Have you got the components in the pallete Servers?




Hello,

I have a Delphi 6 project which I wish to upgrade to Delphi 7.
I opened my project with Delphi 7, and it seem to go just fine, except for one element.

The project generates Excel documents. For this, it uses a "Range" type for some variables, and a "Range" property of the ExcelWorksheet object.

It works just fine with Delphi 6, but while in Delphi 7, I cannot build my project. It only says that Range is an undeclared identifier.

Does anyone know something about this ?

Thanx,










privacy (GDPR)