Jump to content

Como utilizar reporte Fortes Report no unigui?


derlis

Recommended Posts

eu ja consegui utilizando o fortes report da siguiente manera.

 

procedure TFrmped40.UniBitBtn1Click(Sender: TObject);
 var
  url,archivo,server: string;
begin
  archivo:= FrmPdv.editnummov.Text; //valor a asignar como nome do arquivo.
  server := UniServerModule.TempFolderURL; //endereco uniservermodule temfolderURL
  RLReport1.SaveToFile('C:\SoftWeb\Win32\Debug\temp\'+archivo+'.pdf'); //salvando arquivo na pasta temp com extencao .pdf
  url:= server + archivo+'.pdf'; asignando valor para a variable url;
  UniPDFFrame1.PdfURL := url; abrindo no uniframe do unigui.

end;

 

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...