I doubt that anyone ever created a class "TSelectDlgT" - looks like a dfm is corupted. You can open the dfm into notepad and look for obvious problems. If there is a class TSelectDlgT - or maybe it's TSelectDlg - then you will have to find and install that component (probably custom - I haven't used D5 in years, but D7 doesn't have a TSelectDlg).
If you don't have the component to install, use the dfm to determine what the component did and make your own. It doesn't have to be fully functional at first - once you get it installed so that you can open the form, you can determine to a very large degree what the class does and emulate that behavior.
Have fun!
Joe Wilcox
"Reading Cliff Notes to know a novel is like eating Count Chocula to know steak"
"Nine women cannot have a baby in one month" falon5000yahoo.com
----- Original Message ----
From: Joaquim Macedo <joaquimmacedoyahoo.com>
To: delphi-enyahoogroups.com
Sent: Thursday, August 24, 2006 1:07:31 PM
Subject: [delphi-en] Error Reading Form
Hi all.
I'm using Delphi 5 Enterprise.
I've had Delphi installed on another machine, but the disk has died.
I've installed Delphi on another machine and now I get this error
message on my program:
Error Reading Form
Class TSelectDlgT not found. Ignore the error and continue? NOTE:
Ignoring the error may cause components to be deleted or property
values to be lost.
Any help is very appreciated.
Thanks a lot in advance.
Best regards, Joaquim.
[Non-text portions of this message have been removed]