Jump to content

rencarnacion

uniGUI Subscriber
  • Posts

    633
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by rencarnacion

  1. No you don't need to install excel in the server, you just only have to do is to create the template in excel then generate the report based on the template that you created
  2. 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;
  3. Hello Farshad I got these email, But when I try to download I got the following error " Sorry, you don't have permission for that! " Farshad Mohajeri has just submitted a file "uniGUI Beta" to a category you are currently subscribed to. The file download can be found here: http://forums.unigui.com/index.php?/files/file/11-unigui-beta/
  4. Hello, I'm having problem using frames in unigui form. the issue is when I create a frame I can't Insert o use in a form, does anybody have any idea what could be happening. Thanks
  5. Really, I don't Follow what do you mean. If you Feel better You can Write in Spanish Ronny Encarnacion
  6. Hello, Guillermo It look like Client/server Application. What are you using in these application ? Ronny Encarnacion
  7. I recreated the project again but It doesn't work. I'd like to know what else to do Ronny Encarnacion
  8. Hello, I'm having problem when I try create a from from Inheritable Item . I'm Using Delphi XE2 and the last version of Unigui Attached the Image of Error
  9. Thanks Work Great !! Ronny Encarnacion
  10. I suggest you to recreate the project Ronny Encarnacion
  11. 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
  12. Hi, You can Find a demo About it, in the folder where the Unigui is installed c:\Program Files (x86)\FMSoft\Framework\uniGUI\Demos\GridGroupingSummary\
  13. 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
  14. Hello I'd like to know how I can run ISAPI 64 bit in IIS 7 Thanks
  15. 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 '
  16. Hello, I'd like to know if there is a way to save one more data than the Description of the Tree Item. Could I save any other data like db tree ?. My Idea is to save the Description and the ID of description in tree in order to be able to search these item in database. Thanks
  17. Hi, Hayri Aslan, what kind of tools are you using to connect to the database, ADO, Firedac, BDE or DbExpress ? Thanks
  18. Yes the host is like VPS, I took the trial and It work very good and the performance is excellent. The Only Issue is the price is only for big companies. I Also try Amazon but is too expensive like Azure Now I'm using GoDaddy
  19. Where I can download the xComponent in order to compile the Demo Ronny Encarnacion
  20. 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
×
×
  • Create New...