

I first tried creating the file in AppCache, using the code you suggested. RE: Fast Report export when Intraweb app running as a service - 01-06-2020 NombreFicheroPDF := TIWAppCache.NewTempFileName( '.pdf' )

RE: Fast Report export when Intraweb app running as a service - Jose Nilton Pace - 01-06-2020 URLFicheroPDF := TIWAppCache.AddFileToCache(Self, NombreFicheroPDF, TIWMimeTypes.GetAsString(mtPDF), ctOneTime) Ĭould you please help me with this problem? RptOF.Export(frxPDFExport1) <- Here the file is created, empty when service, full as a SA NombreFicheroPDF := RutaInformeOrden + NombreFicheroPDF įrxPDFExport1.FileName := NombreFicheroPDF įrxPDFExport1.DefaultPath := RutaInformeOrden NombreFicheroPDF := ChangeFileExt(, '.pdf') Here is the source used to create the PDF file:įrxPDFExport1 is the Fast Report Export to PDF Filter object. I've changed also the user used to start the service, without success. I've changed the directory in which the file is created to C:\Temp, without success. But when I run the App as a Windows Service, the file is created empty, and an empty page is shown in browser. When I run the application on my development computer, or I run the app in SA mode, the report shows a preview, and when I export report to PDF, the file is created correctly and the PDF is shown in a new window in browser. Recently I've added a new report created with Fast Report 6.5 (last version). I have an application running in a Windows server as a Service, created with default parameters. I'm using Delphi 10.2 (Tokio) and Intraweb 15.1.10. +- Thread: Fast Report export when Intraweb app running as a service ( /thread-1469.html)įast Report export when Intraweb app running as a service - 01-04-2020 +- Forum: IntraWeb General Discussion ( )

Fast Report export when Intraweb app running as a service - Printable Version
