Jump to content

fakhri

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by fakhri

  1. fakhri

    Rave Report PDF

    yes Anders, i am using designed report , any suggestion ?
  2. fakhri

    Rave Report PDF

    thanks for your reply,but it's still same,any more solution ?
  3. fakhri

    Rave Report PDF

    Hii,i am trying to output report as PDF using rave report,i'm use this code : RvProject1.ProjectFile := UniServerModule.StartPath+'repot.rav'; RvProject1.SetParam('tgl1',DateToStr(UniDateTimePicker1.DateTime)); RvProject1.SetParam('tgl2',DateToStr(UniDateTimePicker2.DateTime)); RvSystem1.DefaultDest := rdFile; RvSystem1.DoNativeOutput := false; RvSystem1.RenderObject := RvRenderPDF1; rptfile := FormatDateTime('ddMMyy',UniDateTimePicker1.DateTime)+'-sampai- '+FormatDateTime('ddMMyy',UniDateTimePicker2.DateTime); RvSystem1.OutputFileName := UniServerModule.LocalCachePath+ rptfile +'.pdf'; UniURLFrame1.URL := UniServerModule.LocalCacheURL + rptfile+'.pdf'; RvProject1.ExecuteReport('Report1'); but the code line : RvProject1.ProjectFile := UniServerModule.StartPath+'repot.rav'; is not executed properly and raise ajax error "server unavailable",so the report output can't be done. is there any solution for this ?
  4. thank you for your recommendation mr Farshad,now it is works fine.
  5. ups,sory i check the use window NT integrated security option,so its not working
  6. Hi there,im trying to acces database using ado,in VCL App/Standalone Server mode working perfectly but in ISAPI Mode Not working at all,any solution ?
×
×
  • Create New...