I'm using Delphi 7.
I have been tasked with modifying an existing program. Basically I was told to take an existing data module make a new copy of it and modify the code to fit the new criteria, which I did and that part was easy. But what I found today was after I reloaded the project and tried to test it I get an error that says,
The problem appears to be the fact that it is switching my Data Module to a Form... any suggestions as to why it would be doing this and how to stop it?
Thank you
Tom Cusick
I have been tasked with modifying an existing program. Basically I was told to take an existing data module make a new copy of it and modify the code to fit the new criteria, which I did and that part was easy. But what I found today was after I reloaded the project and tried to test it I get an error that says,
then i press [ok], then [f9] to continue then i get that the error is inProject Renewal_Eval.exe raised exception class EReadError with message 'Property Color does not exist’. Process stopped. Use Step or Run to continue.
and then it just continues press [ok] then [f9] (or [f8] or [f7])'Error reading dmcabopdata.color. Property color does not exist'.
The problem appears to be the fact that it is switching my Data Module to a Form... any suggestions as to why it would be doing this and how to stop it?
Thank you
Tom Cusick