Missing TppDataType declaration
I am using Delphi 5 Professional with Report Builder 6.03 Standard version
under Windows XP Professional. I am trying to write some code in the
OnFormat event of a Tppvariable. I get the following error when I try to
execute my code:
"Undeclared identifier 'TppDataType' "
I have searched my hard drive for any file with a reference to "TppDataType"
but cannot find any file that references or declares this type. Am I missing
something or is this a bug?
Thanks,
David Alge
When replying to me directly, remove the "spam" from my email address or
email me at dalge at acci dot com.
under Windows XP Professional. I am trying to write some code in the
OnFormat event of a Tppvariable. I get the following error when I try to
execute my code:
"Undeclared identifier 'TppDataType' "
I have searched my hard drive for any file with a reference to "TppDataType"
but cannot find any file that references or declares this type. Am I missing
something or is this a bug?
Thanks,
David Alge
When replying to me directly, remove the "spam" from my email address or
email me at dalge at acci dot com.
This discussion has been closed.
Comments
You mean compile, right? Try including 'ppTypes' in your uses clause.
Ed Dressel
Team DM
just a ppReport on it and added one ppVariable and added a OnFormat event.
It didn't have a problem with that, so I am assuming something is wrong with
my project. To save time, I just pasted the declaration of the type into my
code to make it work. When I have more time, I will look at why this project
is not seeing the declaration.
Thanks,
David Alge