Int3g3r Posted November 16, 2020 Posted November 16, 2020 Hello, I created a UniGuiMobile application. Now i need to create PDF files out of a Firebird Database. I want to use FastReport because you already used it on UniGui(Non-Mobile). I placed the FrxPDFExport, FrxReport, FrxDesigner, FrxBarCodeObject and FrxDBDataset on the MainModule Formular The application compiles and executes without any errors. I can access the Page from my browser (firefox), no issues here. The main goal is to run the application on a Android device. On the Android device i have a small FMX application with a TWebbrowser. In the TWebbroser i want to present my application. As soon i've added the FastReport components to the MainModule Formular i got follow exception: "Class TfrxBarCodeView not found" This exception only shows in the TWebbrowser (FMX Application). If i use a normal webbrowser like Chrome or Firefox this Error doesn't show up! Had anyone a simmilar issue ? Regards Int3g3r
Sherzod Posted November 16, 2020 Posted November 16, 2020 1 hour ago, Int3g3r said: This exception only shows in the TWebbrowser (FMX Application). Hello, I think you should look here: https://www.fast-report.com/en/product/fast-report-fmx/
Int3g3r Posted November 20, 2020 Author Posted November 20, 2020 I don't know what was the issue here. I've recompiled and deployed the FMX application after that the class exception was gone....
Recommended Posts