Jump to content

estor485

Members
  • Posts

    49
  • Joined

  • Last visited

Everything posted by estor485

  1. Note: the report must be inactive all dialogs, example printdialog, search dialog...
  2. This is my solution : Report.TextFileName := UniServerModule.LocalCachePath+StringReplace(UniMainModule.nombre, ' ','',[rfReplaceAll])+'.pdf'; //assign name and route to file Report.Print; // send a message to report for print the file ReporteForm.UniURLFrame1.URL := UniServerModule.LocalCacheURL+StringReplace(UniMainModule.nombre, ' ','',[rfReplaceAll])+'.pdf'; //Assign the route to url property of the uniurlframe reporteform.show; // and display the report in new form, in new form only contain an UniURLFrame, I'm testing in Opera, Chrome and IE9 I hope that someone would be useful.
  3. Hi! Im using UniGui, the most recent version, in the application I'm using ReportBuilder v14 Enterprise, i save the PDF in "localhost:8077/Reportes/Report.PF" and in a new form i use the UniURLFrame and assign the URL property, when i run the application in localhost i can see the PDF, but the page freezes and can't save the file, when i run the application in other PC i can't see the page, any idea?
×
×
  • Create New...