DBGraphique and EndUser
Hi,
I try to do a program for the enduser.
When I open ReportBuilder in Delphi (with the TppReport component), I
have a TDBGraphique in the data components bar. But when I execute my
programme and use TppDesigner.ShowModal, I don't have it. How can I add
the TDBGraphique in my EndUser program ?
Thank you.
--
Arnaud
I try to do a program for the enduser.
When I open ReportBuilder in Delphi (with the TppReport component), I
have a TDBGraphique in the data components bar. But when I execute my
programme and use TppDesigner.ShowModal, I don't have it. How can I add
the TDBGraphique in my EndUser program ?
Thank you.
--
Arnaud
This discussion has been closed.
Comments
Check to see that the TppDesigner.ShowComponents has scDBImage set to True.
This is a published property and can be accessed through the Delphi Object
Inspector.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I have a French version : the TDBGraphique is the TDBTeeChart. In the
TppDesigner.ShowComponents, all the scXXX are true.
But I suppose I must add ppChrtUI in the unit section ? I tried to have
TDBTeeChart in the enduser samples, but when I add the ppChrtUI unit, I
have an error : "file not found : iEditCha.dcu" :-(
--
Arnaud
Sorry, I was unaware of the French translation for a TppDPTeeChart
component. The reason you are seeing the iEditCha error is that TeeMach
does not provide their source with the built-in version of TeeChart that is
included with Delphi. In order to get around these error messages you must
either compile your project with packages or purchase the registered version
of TeeChart from www.teemach.com.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com