Jump to content

mmurgas

uniGUI Subscriber
  • Posts

    108
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mmurgas

  1. mmurgas

    Map Dem

    You must install the package unigmap (UniGMapDXXXX.dpk) and a new palette will be added to your delphi, then use the demos are very good (... \ FMSoft \ UniGMap \ Demo), excellent work is a very good job and easy understanding of the code. regards
  2. Thanks for your interest delphi developer, finally made ​​it via code and not use DBCrossTabSource Series2.Clear; Series2.Add((100, 'TEST1'); Series3.Add((200, 'TEST1'); etc. Best regards
  3. e not yet been able to solve this problem, there will be someone solved a humble servant ... thanks in advance greetings
  4. 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.
  5. 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
  6. 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
  7. 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?
  8. Muchas Gracias, Excelente flexcel Thanks! Excelent Flexcel
  9. 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
  10. actualice a IExplorer 9 y funciona correctamente
  11. Estimados, una ayuda.... mi aplicación empezo a quedar en loop de LOADING..... y no abre ... lo extraño es que me falla en IExplorer 8 y no con crome ...ni IExplorer 9. A alguien le pasa esto me sale un error de "Ext no esta definido" ...pero con algunos browser solamente Gracias de antemano
  12. mmurgas

    Contabo.com

    friends, could show us a demo with data base access contabo to see response times ... from another part of the world... regards!
  13. Recordar que esto no es un sitio web plano html, Unigui esta orientado a sistemas sobre la web por lo que los tiempos no son los mismos. se ve bastante bien . un saludo
  14. Dear Lema, first of all thank you very much for your help, has been a great utilizad for me. My query is performing a previous question ... Is it possible or not done as soon ask? Posted 23 March 2013 - 07:38 AM mmurgas, on 22 Mar 2013 - 07:32 AM, said: I need to add a layer with a network of roads that we have digitized, these roads I have them in different formats, among them KML, shapefile, etc. .. can display it on my unigmap? I can load other data as KML (polygons) correctly. Lema: I will try to add this functionality to unigmap next week. Grateful mmurgas
  15. ... been difficult for me to change to IIS 7 (I can not even figure out what security) someone could tell us how did the update of windows 2003 server with IIIS 6.0 to Windows 2008 server with IIS 7 and ISAPI our Thanks in advance
  16. Many Thanks Bruno, was very useful regards mmurgas
  17. Hi all, I'm trying to show all files uploaded to the server in a directory XXXX , example: Folder123 / *. * -> Folder123/ file1.jpg Folder123/ file2.jpg Folder123/ file3.jpg UniServerModule.StartPath+'Folder123\'; ?????? Did anyone will have made?. In advance, Thanks mmurgas
  18. Dear Lema, when viewing a Polygon KML, when you click the polygon is it possible to display more information of the same? Many Thanks for all mmurgas example http://3.bp.blogspot.com/-czN4J6jcrkI/TcQNx5W5mMI/AAAAAAAAALc/3kAtT92Uxj8/s1600/mymap2.png
  19. idem Good work!!. Thanks for sharing
  20. mmurgas

    Hola...

    Saludos a todos desde Chile!
  21. Hello friends, you can add to my website with one pluggins climate unigui eg Freemeteo or acuweather ... someone has made Greetings to all http://freemeteo.com/default.asp?pid=183&la=1
  22. Hi Hendra ... this code does what you ask for ... I found it in this forum ... regards mmurgas var I: Integer; ASessionList: TList; begin unimemo1.Lines.Clear; ASessionList := UniServerModule.SessionManager.Sessions.SessionList.LockList; try for I := 0 to ASessionList.Count - 1 do begin UniMemo1.Lines.Add(TUniGUISession(ASessionList[I]).UniApplication.RemoteAddress); end; finally UniServerModule.SessionManager.Sessions.SessionList.UnlockList; end;
×
×
  • Create New...