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

DBGraphique and EndUser

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

Comments

  • edited October 2003
    Hi Arnaud,

    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.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited October 2003
    Dans son message précédent, "Nico Cizik (Digital Metaphors)" a écrit :

    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
  • edited October 2003
    Hi 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.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.