About ppChrtUI
Hi,I'm using RB Enterprise 10.06, Delphi 2006 Pro update 2 and TeeChart 7.09
std.If in my project I add in the "uses" section the ppChrtUI unit, running
the application I get the error "The procedure entry point
@Ppchdpeddlg@initialization$qqrv could not be
located in the dynamic link library rbTCUI1010.pbl"Any help would be greatly
appreciated. Thanks.RegardsDavide
std.If in my project I add in the "uses" section the ppChrtUI unit, running
the application I get the error "The procedure entry point
@Ppchdpeddlg@initialization$qqrv could not be
located in the dynamic link library rbTCUI1010.pbl"Any help would be greatly
appreciated. Thanks.RegardsDavide
This discussion has been closed.
Comments
If you are using the standard version of TeeChart, you may need to build
your application with packages in order to compile successfully. Otherwise,
you will need to upgrade to TeeChart Pro.
I also suggest you update your version of ReportBuilder to 10.09.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
application, I would recommend considering not putting charts in your
report.
I put jist TppImage objects in my reports, give them specific user names,
and then grab the images from the charts my application when I go to print.
This allows me to only have to configure one chart (which takes plenty of
time to do--they are not easy when you work on the details) and when
printing, grabbing the image in the application and putting it in the
report.
If you want some code samples, search the archives here.
Ed Dressel