Duplicate resource
On my application, I create a form , drop in a TppReport , pipeline, etc
Everything works
fine as it has been for years.
The moment I drop a ppDesigner or a ppReportExplorer and try to compile it,
the following
error pops out . I tried on two diferent computers and both give the same
error as bellow
[Error] Warning Duplicate resource(s);
[Error] Type 6 (STRING), ID 43101;
[Error] File c:\program files\borland\delphi6\Rbuilder\Lib\rbIDE.res string
kept "Align Bottom"
"
"
"
However, if I compile the demos they run fine.
If I create a new application it works OK also.
Is it required that the ppDesigner or ppReportExplorer must be on the main
form?
I'm using ADS tables and installed everything as p/ the document. It worked
OK from the begining.
I searched all files on my application for references to adAds. It looks all
right.
Thanks for any help. I'm really looking forward to start using the
ReportExplorer
Cid Benac
cbenac@bellsouth.net
Everything works
fine as it has been for years.
The moment I drop a ppDesigner or a ppReportExplorer and try to compile it,
the following
error pops out . I tried on two diferent computers and both give the same
error as bellow
[Error] Warning Duplicate resource(s);
[Error] Type 6 (STRING), ID 43101;
[Error] File c:\program files\borland\delphi6\Rbuilder\Lib\rbIDE.res string
kept "Align Bottom"
"
"
"
However, if I compile the demos they run fine.
If I create a new application it works OK also.
Is it required that the ppDesigner or ppReportExplorer must be on the main
form?
I'm using ADS tables and installed everything as p/ the document. It worked
OK from the begining.
I searched all files on my application for references to adAds. It looks all
right.
Thanks for any help. I'm really looking forward to start using the
ReportExplorer
Cid Benac
cbenac@bellsouth.net
This discussion has been closed.
Comments
that
the application also uses the PageSetup example from ReportBuilder.
By removing the line bellow from the PageSetup.pas, the error disapeared
{note: the ReportBuilder IDE strings are in rbIDE.res}
//{$R rbIDE.Res}
Looks like finally I'm ready to tap into power of the report explorer and
designer!.
Cheers,
Cid Benac
P.S. I'm not so sure this was the right place to post this thread but it
looked like the most
appropriate.
these are the string resources needed to display the translated printer setup properties (function LoadStr) in demo 121.
regards,
Chris Ueberall;
--
regards,
Chris Ueberall;
it doesn't matter in which unit (including the project unit *.dpr) you bind a resource. The resource will always be linked into the application, a resource doesn't have a unit reference elsewhere.
regards,
Chris Ueberall;