Jump to content

frxRichObject IIS


sinanaydin

Recommended Posts

Kolay gelsin;

 

Projemizde frxRichObject kullanarak çıktılar alıyoruz.  

 

Projeyi yazarken hep kendi bilgisayarımda denedim sorunsuz şekilde frxRichObject kullanarak çıktılarımızı alabiliyorduk

 

Fakat IIS üzerinde nedense pdf export yapılıyor fakat rich metin boş olarak çıkıyor.

 

Sebebi ne olabilir sizce ?

 

 

ISS 8.5.96 versiyonu kullanıyoruz.

FMSoft_uniGUI_Complete_Professional_0.99.96.1346_Beta

 

 

 

        
 
 
        FrxRepor1.Clear;
        FrxRepor1.EngineOptions.SilentMode:=True;
        FrxRepor1.PrintOptions.ShowDialog := False;
        FrxRepor1.ShowProgress:=false;
        FrxRepor1.EngineOptions.SilentMode:=True;
        FrxRepor1.EngineOptions.EnableThreadSafe := True;
        FrxRepor1.EngineOptions.DestroyForms := False;
        frxPDFExport1.Background:=True;
        frxPDFExport1.ShowProgress:=False;
        frxPDFExport1.ShowDialog:=False;
        frxPDFExport1.FileName := UniServerModule.NewCacheFileUrl(False, 'pdf', '', '', AUrl);
        frxPDFExport1.DefaultPath := '';
        FrxRepor1.PreviewOptions.AllowEdit:=False;
        FrxRepor1.LoadFromFile(s);
        FrxRepor1.PrepareReport();
        FrxRepor1.Export( frxPDFExport1);
 
 
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...