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

DrawRotatedText + pparchivereader

edited July 2004 in End User
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 .

Any tips, I would apreciate

Comments

  • edited July 2004

    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
  • edited July 2004
    Thanks,
    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.


  • edited July 2004

    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
This discussion has been closed.