Home End User

Report Explorer AV

edited February 2003 in End User
Hi,
I use Delphi 5 + RB Ent. 6.02.
Because I want to prevent user from minimizing report explorer I add to
EndUser.dpr
(\Demos\4. EndUser Databases\InterBase\3. IB Objects) this code:

procedure TmyEndUserSolution.ppReportExplorer1Create(Sender: TObject);
begin
ppReportExplorer1.Form.BorderIcons := [biSyStemMenu];
end;

When you delete a report or you restore it from recycle then AV.

Is there something that I can do to resolve this?
Thanks in advance,
Pierantonio Pozzi

Comments

  • edited February 2003

    It is possible to replace the Explorer Form, see
    RBuilder\Tutorials\Complete\II. Applications\04. End-User with Custom
    Explorer. This example may provide you with more control over the form
    behavior.

    Try modifying your Delphi library path from RBuilder\Lib to RBuilder\Source
    and trace the source code to determine where the problem arises.


    --
    Nard Moseley
    Digital Metaphors
    http://www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.