Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fast Report export when Intraweb app running as a service
#2
Hi Venancio. Try this:
Code:
  NombreFicheroPDF := TIWAppCache.NewTempFileName( '.pdf' );

  frxPDFExport1.FileName := NombreFicheroPDF;
etc...
  RptOF.Export(frxPDFExport1);

   // Open PDF in a new window
  URLFicheroPDF := TIWAppCache.AddFileToCache(Self, NombreFicheroPDF, TIWMimeTypes.GetAsString(mtPDF), ctOneTime);
  WebApplication.NewWindow(URLFicheroPDF);
Reply


Messages In This Thread
RE: Fast Report export when Intraweb app running as a service - by Jose Nilton Pace - 01-06-2020, 03:36 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)