Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error reading: Property is read-only

Status
Not open for further replies.

BasSchouten

IS-IT--Management
Jul 31, 2001
33
NL
I just installed an upgraded Crystal Reports VCL into my Delphi 4 enivronment. The new version is 7.4.0.51

If i add a tCrpe component to an otherwise empty project and run it i'm getting the following error when it tries to create the Crpe:

Code:
Project Project1.exe raised exception class EReadError with message 'Error reading Crpe1.About: Property is read-only'.

Huh??? a readonly property that can't be read?????

Anyone got any suggestions?
Bas Schouten
System Development & Webdesign
CBIS BV Holland
logo.gif
 
Is it when you're trying to compile/build the project ?
If so - it might be the case that the source files are read only (or .dcu files or something) and when the files are being written to / overwritten (in the case of the dcu's) that Windows is recognizing that the files are set to ReadOnly.
Probably a long shot ...
Steve
 
Hi BasSchouten,

What are you trying to do with the about property?
You can't write anything to it. Maybe you have entered
a := where a = should be. This is a mistake easily made.

Heeft jullie bedrijf trouwens een website?

BobbaFet Everyone has a right to my opinion.
E-mail me at cwcon@programmer.net
Be a nice guy 'n press that little ol'
VVV---(this one) for me ;-)
 
I'm not trying to do anything with the About property! I'v just added the control to an otherwise empty form, and try to run it.

It seems that adding the directory where the unit for this VCL are located to the Searchpath seems to make a difference. But i'm not sure it has solved the entire problem.


Bas Schouten
System Development & Webdesign
CBIS BV Holland
logo.gif

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top