Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Missing TppDataType declaration

edited July 2003 in General
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.

Comments

  • edited July 2003
    > I get the following error when I try to

    You mean compile, right? Try including 'ppTypes' in your uses clause.

    Ed Dressel
    Team DM
  • edited July 2003
    That didn't work either for this project. I did try a blank project with
    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

This discussion has been closed.