Report builder 7.04 upgrade issue
Hi,
I'm just testing out the 7.04 enterprise release for Delphi 5. I
uninstalled 6.03 enterprise (we've got the full source version) then
installed the 7.04 demo. I also installed TExtraOptions for this version.
The problem that I have is that we have one form with a customized
report explorer form and it keeps telling me that the following line is
not valid:
if not (FReportExplorer.ItemAction = iaOpenToPreview) then
//code here
The error message is "Undeclared identifier: 'iaOpenToPreview'".
It gives that error message for all the constants declared in the
"ppRptExp" unit. I've checked to make sure that the unit is properly
declared in my uses clause.
I've also made sure that all the files from 6.03 have been deleted. Can
somebody please help? I can't test the 7.04 release properly with our
program until this is resolved.
Thanks in advance.
I'm just testing out the 7.04 enterprise release for Delphi 5. I
uninstalled 6.03 enterprise (we've got the full source version) then
installed the 7.04 demo. I also installed TExtraOptions for this version.
The problem that I have is that we have one form with a customized
report explorer form and it keeps telling me that the following line is
not valid:
if not (FReportExplorer.ItemAction = iaOpenToPreview) then
//code here
The error message is "Undeclared identifier: 'iaOpenToPreview'".
It gives that error message for all the constants declared in the
"ppRptExp" unit. I've checked to make sure that the unit is properly
declared in my uses clause.
I've also made sure that all the files from 6.03 have been deleted. Can
somebody please help? I can't test the 7.04 release properly with our
program until this is resolved.
Thanks in advance.
This discussion has been closed.
Comments
You need to add ppTypes to your uses clause.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Nico,
I've added ppTypes to my uses clause and it's still the same.
I apologize, the TppItemActionType enumerated type is located in the
ppRptExpCommon.pas file. Add this to your uses clause and the issue should
be resolved.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com