Jump to content

rave gerando DPF


milton luiz

Recommended Posts

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:
 
 

 

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

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?

:-)

Link to comment
Share on other sites

  • 5 weeks later...
×
×
  • Create New...