Home End User

TppDbText

edited May 2009 in End User
Hi,

First of all, please note that english isn't my primary language so
forgive me for my grammars.

I needed to make some TppDbText clickable in visualisation (Aperçu). So
I derived a TppDbText, named TppDbText_Smg, and I "override" the
procedure "DrawCommandClick" and "DrawCommandCreate". Everything work
just fine.

Now my problem is that I have a lot of codes (the application is over a
million lines and contains hundreds of reports) and I don't want and
can't simply replace all my component with my new TppDbText_Smg.

So I want to know if I can make the appication use TppDbText_Smg instead
of TppDbText without modifying everything. (Like by making my TppDbText
heritate from TppDbText_Smg even if TppDbText_Smg already heritate from
TppDbText).

And to clarify something, I want the source code of report builder to
remain intact because if we begin to change this code, it will became a
hell of a work, when updates comes, to modify everything again.

Thank you for your time,

Michel Guité-Beaudoin
Programmeur/Analyste
CTRL Informatique
michelguite@ctrl.com

Comments

This discussion has been closed.