Re: To Lionel: CSV database

Posted by Lionel on May 18, 2005

In Reply to: Re: To Lionel: CSV database posted by Lionel on May 16, 2005

Problem:

-------------------------------------------
Line 42 Rec := StringGrid1[Row];
--------------------------------------------
>[Error]ParseCVS.dpr[42]: Class does not have a default property

> [Error]ParseCVS.dpr[43]: Undeclared identifier 'ParseRecord'
---------------------------------------------

The above line of code in Lesson 15 is giving me an error message. Where do I declare the ParseRecord? Did I miss something? or is this something basic I should know?

Related Articles and Replies