Exception trying to open .frf

Hi, first, sorry for my english, it??s not very good.

I have installed fastreport in Borland Builder C++ following the setup.txt steps. I can use the FR panels and design reports, but i have a problem. I have a form with a print button and a TfrReport. This is the code for the onClick method:
         frReport1->LoadFromFile("test_FastReport.frf");
         frReport1->ShowReport();
but i receive the following message:

Exception... EClassNotFound...TFrRichView

What have i do bad?

Thx.

Comments

  • Bert BinnenmarschBert Binnenmarsch Terneuzen
    edited 5:40PM
    Try to add a TfrRichObject to your form or datamodule.
  • edited 5:40PM
    Hello, I'm Spanish. My english it's not good.
    I'm new with FastReport.
    Add a TfrRichObject to my form and ....????
    Thx. ;)

Leave a Comment