Hello group; I?ve just instaled BuilderControls and it works fine on ppReport. But when I try to open a report on pparchivereader ( myreport.raf ), it?s send me the following error: .... Class TDrawRotatedText not Found .
I looked at the source code to BuilderControls.pas.
Try modifying the TDrawRotatedText class so that the Angle and Origin properties are declared as 'published' rather than 'public'.
Recompile the unit and regenerate the archive file. Now the Angle and Origin properties should be saved to the .raf file and then used to render the archived pages.
--
Best regards,
Nard Moseley Digital Metaphors www.digital-metaphors.com
Comments
You need to include the BuilderControls unit in the 'uses' clause of your
archive reader application.
--
Nard Moseley
Digital Metaphors Corporation
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
It works just fine, But by the way, the labels dosen?t seem to be rotated,
Is It right?
It was create with a 180? rotation on the ppReport.
I looked at the source code to BuilderControls.pas.
Try modifying the TDrawRotatedText class so that the Angle and Origin
properties are declared as 'published' rather than 'public'.
Recompile the unit and regenerate the archive file. Now the Angle and Origin
properties should be saved to the .raf file and then used to render the
archived pages.
--
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com