Problem coverting quick report to FR
Hi,
I try to convert my quick report files to FR
I used this code found in the faq:
i got message :
Could someone have an idea ?
Thanks
I try to convert my quick report files to FR
I used this code found in the faq:
conv := TConverterQr2Fr.Create;
conv.Source := fmPrintCommande.QrCommande;
conv.Target := FReport;
conv.Convert;
FReport.SaveToFile('c:\report\commande.fr3');
i got message :
target not assigned
Could someone have an idea ?
Thanks
Comments
What class of FReport - TfrxReport?
I haven't all the code here it is at home i'll post it in the evening.
But the code i posted it's all i have done.
Except that i declared FReport as :
Thanks
I tried your code but i got this message :
Also in the first time , i added, for the conv variable in the declaration section :
because i had error when compiling :
Undeclared identifier conv
Thanks
Thanks very much gpi