Prepared report problem
Hi everyone,
I have problem with calling ShowPreparedReport() function
Here is the source:
if (OpenDialog->Execute()) //*.frp
{
frxReport1->LoadFromFile(OpenDialog->FileName);
frxReport1->ShowPreparedReport();
}
On execute i've got "Class preparedreport not found"
Help pls
thanks in advance
I have problem with calling ShowPreparedReport() function
Here is the source:
if (OpenDialog->Execute()) //*.frp
{
frxReport1->LoadFromFile(OpenDialog->FileName);
frxReport1->ShowPreparedReport();
}
On execute i've got "Class preparedreport not found"
Help pls
thanks in advance
Comments
frxreport1.previewpages.loadfromfile('path&filename.frp')
Yep it's working! [img]style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> Thanks a lot![/img]