Jump to content

Recommended Posts

  • 3 weeks later...
  • 6 months later...
Posted

Roony encarnación , me podría indicar como hacer para usar Flexcel c/unigui, lo he usado en ambiente vcl pero no con web unigui, no se como enviar el archivo al servidor , yo use flexcel en delphi 5 sin problema.

 

gracias de antemano

 

mmurgas

Posted

Hello is so Simple with FlexCel  Here the Code

var
  MemStream: TMemoryStream;
begin
  inherited;
  MemStream := TMemoryStream.Create;
  try
    FlexReporteComision.SaveToStream(MemStream);
    UniSession.SendStream(MemStream, 'ReporteComision.XLS');
  finally
    MemStream.Free;
  end;
Posted
Hello is so Simple with FlexCel  Here the Code
var
  MemStream: TMemoryStream;
begin
  inherited;
  MemStream := TMemoryStream.Create;
  try
    FlexReporteComision.SaveToStream(MemStream);
    UniSession.SendStream(MemStream, 'ReporteComision.XLS');
  finally
    MemStream.Free;
  end;

I worked only in localhost mode .... uploaded it to the server and it did not work

 

 

... I will be doing wrong? :huh:

Posted
Ronny, how the server should consider action? , Must be installed excel? I'm trying to rule out activities, and I have the same code that I send me.
 
Thank you very much for your help

 

Posted
still the same ... What is your version of FLEXCEL? is shareware or is paid, I use one that goes down test (2010) to see if I served in unigui.
 
Thanks for the help

 

Posted

I have used SMI import tools by Scalabium software for regular Delphi projects. Not sure if it will work here with UniGUI.  SMI tools are very easy to use and have been very good for my needs. I will test in the upcoming weeks as my project also require this , unless someone else can comment.

 

John P.

Posted
finally it works, the problem was that I had a test version and switch to the full version and all ok, I can say it works very well with FLEXCEL + unigui.

 

Ronny Thanks for your help.

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