This is usually because you have a DFM file that has a TQuery in it, but the associated pas does not, and it doesn't have dbtables in the uses clause.
Add dbtables to the uses clause which should fix the problem, but also look putting the TQuery object into the PAS file because if it's in the PAS file it won't compile if dbtables isn't there. Stacey From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Pawley Sent: Thursday, 9 August 2007 03:36 To: DUG Subject: [DUG] class tquery not found Delphi aborted with the error 'class tquery not found". Any thoughts for a solution?? Bob
_______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: [email protected] Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe
