milton luiz Posted May 9, 2016 Posted May 9, 2016 I am with this code to generate PDF: UniMainModule.RvSystem.DefaultDest:= rdFile; UniMainModule.RvSystem.DoNativeOutput:= false; UniMainModule.RvSystem.RenderObject:= UniMainModule.rvRenderPDF; UniMainModule.RvSystem.OutputFileName:= UniMainModule.LocalCachePath+'boletim'+turma_boletim+'.pdf'; UniMainModule.RvSystem.SystemSetups:= UniMainModule.RvSystem.SystemSetups -[ssAllowSetup]; UniMainModule.Rv_RelBolTur.projectfile:= 'C:\Portal_Aluno_Cnslv\Rv_RelBolTur.rav'; UniMainModule.Rv_RelBolTur.Engine:= UniMainModule.RvSystem; UniMainModule.Rv_RelBolTur.Execute; UniFrmRelBolTur.ShowModal(); UniMainModule.Rv_RelBolTur.Close; and when compiling this giving error in this line: UniMainModule.RvSystem.OutputFileName:= UniMainModule.LocalCachePath+'boletim'+turma_boletim+'.pdf'; error: [DCC Error] PortalProfessor.pas(493): E2003 Undeclared identifier: 'LocalCachePath' can anybody help me:
Administrators Farshad Mohajeri Posted May 10, 2016 Administrators Posted May 10, 2016 It must be UniServerModule. Please review our FastReport demo to see how to create a cache file for your report.
rencarnacion Posted May 20, 2016 Posted May 20, 2016 Rave Report is Still in Use l ? For me is the worst reporter in Delphi
Jean-Marc Kiener Posted June 14, 2016 Posted June 14, 2016 Rave Report is still out there and used. It is fast like hell but the GUI for creating reports has some issues. But they work on them. The main question here is: If you have done houndreds of reports with Rave what is your reason to choose another reporting tool? Out of boredom? Too much money leftover? :-)
md9projetos Posted July 13, 2016 Posted July 13, 2016 I used to use Rave Reports Code Based,using logic,no Bands. Only canvas,no GDI Handles enourmous comsuption.
Recommended Posts