FMX report export does not work!
I use the latest Delphi & Fastreport FMX version. Win32
After printing a report, i also wanna export it.
Printing just works fine! But when i call the frxReportRechnung.Export(...)
It displays this error dialog and returns false:
After that one my function showDialog('Custom Error Dialog... will be displayed.
The export function does not raised any exception, which may is also an suggestion for your next version.
I just tried to fix this issue by my own, but i did not found any errors. Thats why i ask for help :)
Greetings
Daniel T.
Comments
Found out that the engine can raise exception. Sorry for that.
I finnally solved this issue.
The report has used a font, which wasn't installed on my pc.
After installing the missing fonts, all just worked fine!