Jump to content

rencarnacion

uniGUI Subscriber
  • Posts

    633
  • Joined

  • Last visited

  • Days Won

    14

Posts posted by rencarnacion

  1. 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;
  2. Hi, I'm having problem with my ISAPI Application and the problem is that After open three or more session the application stop working and in a log file a got these message  "SistCom: 00000A0C: 09:43:46 [HandleFileRequest]:File not found: D:\SistComNew\msdownload\update\v3\static\trustedr\en\authrootseq.txt"

     

    I don't understand why Unigui Application is requesting Update or something like that thanks 

     

     

    Could somebody helpme with the error 

     

     

    Thanks 

     

     

     

     

  3. Hello, I was testing a ISAPI unigui application in our Intranet but when more than 3 user try access the application the application freeze 

    And I have to reset the IIS. Is there some configuration that I have to make in order that the application can support more than 3 session at the same time ?

     

    thanks 

     

    Ronny Encarnacion 

     

  4. Hello, I'm having problem with my application, the problem is when I Have two session the third one don't run  and I got these error in the unigui Log : SistCom: 00002508: 16:47:01 [HttpExtensionProc]:EUniSessionException : Session Invalida o Vencida

    Could Some body help me with these problem ?

     

     

     

    thanks 
    Ronny Encarnacion 

     

     

     

     

    '

     

  5. It easy to work to udl files, you just only has to create a txt file and change the extension txt by udl.

    Example : myDbConnect.txt by myDbConecct.udl,

    Then you just only has to click and you will see the option to connect to any database

     

     

    Ronny Encarnacion

    • Upvote 1
×
×
  • Create New...