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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...