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

Strange Problem

edited November 2004 in General
Sorry by my poor english

Delphi 5 Enterprise.

When try to delete a TppLine, tppSubReport , a "Acces Violation" message
appear.

What can i do ?

--
Jorge C. Mosquera R.
I+D
www.sitis.info

Comments

  • edited November 2004
    Hi Jorge,

    Which version of ReportBuilder are you using? Does this AV occur at Delphi
    design time or at run time. Are you able to stop on the exception and trace
    into the ReportBuilder source where the error occurs? Are you deleting
    these components in code or by hand?

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited November 2004
    Delphi 5 Enterprise, Service Pack 1
    Report Builder Enterprise Edition 7.02

    we've a ppReport component on a TDataModule.
    The error appears when trying to delete with "Delete Key" a TppLine or
    TppSubReport, in Design Time.
    misktake forces to kill up delphi process from task manager, i can't trace
    it on code.

    what can i do ?


    Jorge C. Mosquera R.
    I+D
    www.sitis.info
  • edited November 2004
    Hi Jorge,

    If you have your report on a DataModule in Delphi 5, you should have noticed
    a message appears when you try to open the Report Designer at designtime.
    This message explains that there could be instability in the designer when
    running the designer from a datamodule in Delphi 5. This is a Delphi 5
    issue that has never been addressed by Borland.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.