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:
Exception... EClassNotFound...TFrRichView
What have i do bad?
Thx.
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
I'm new with FastReport.
Add a TfrRichObject to my form and ....????
Thx.