Rename component
Hello,
After renaming a component I realized that it was used in RAP (-
in *i don't know how many* reports/functions.
I would need:
1. a way to tell rap that it should ignore RTTI and when he sees
TILOracleQuery class he must understand TILOracleQueryOuv
2. a way to search and replace in rap code for all reports..
Do I have any chances ??
(or I need to
3. manually fix all reference in rap code ???
)
*many* thanks in advance for any help!
Bye
Nicola
After renaming a component I realized that it was used in RAP (-
in *i don't know how many* reports/functions.
I would need:
1. a way to tell rap that it should ignore RTTI and when he sees
TILOracleQuery class he must understand TILOracleQueryOuv
2. a way to search and replace in rap code for all reports..
Do I have any chances ??
(or I need to
3. manually fix all reference in rap code ???
)
*many* thanks in advance for any help!
Bye
Nicola
This discussion has been closed.
Comments
I do not understand this question. You can create a RAP RTTI class that
describes any class.
This example shows how to iterate over the RAP programs associated with
Report's TraCodeModule.
http://www.digital-metaphors.com/tips/RAPModifyPrograms.zip
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
I created a weird situation:
in Delphi I have both classes: TILOracleQuery and TILOracleQueryOuv
In RAP code I used (before creating the latter class) declaration of
TILOracleQuery.
Now I would like to redirect all these references to TILOracleQueryOuv
without change rap code, but RAP still sees the old class.
This is logical, the mistake was mine.
Thanks for the example
Bye
Nicola