Jump to content

VictorAlves

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by VictorAlves

  1. 22 minutes ago, picyka said:

    I went through situations like this, where I would have a huge data processing, so I work with multi layers, so today I process on the server with thead, and record in a table, then user can download the file

    Hello, today I'm doing this.. my client downloads.. opens the file and clicks enable editing, excel shows "Error in file: data may have been lost"

     

    https://ibb.co/MMR6mLK

  2. Bom dia, alguém tem alguma ideia de como posso realizar a exportação para Excel quando há mais de 65000 registros. No momento quando realizo a exportação e depois abro o arquivo, ele menciona que dados podem ser perdidos.. acho que é pelo fato de passar do limite.

     

    Desde já agradeço.

  3. As soon as possible I change the email
    Logs

    Projeto.exe: 00001C80: 15:35:18 [127.0.0.1]:EUniSessionException : Sessão inválida por tempo de limite. : Addr: $007A6CCF
    Projeto.exe: 00000B60: 15:36:00 []:>--------------------------------------------------------------<
    Projeto.exe: 00000B60: 15:36:00 [TUniServerModule]:Server First Init.
    Projeto.exe: 00000B60: 15:36:00 [TUniServerModule]:Global Cache Folder Erased. <25> Files deleted.
    Projeto.exe: 00000B60: 15:36:00 [TUniServerModule]:Starting HTTP Server on Port: 8084...
    Projeto.exe: 00000B60: 15:36:00 [TUniServerModule]:HTTP Server Started on Port: 8084
    Projeto.exe: 000016B0: 15:36:04 [127.0.0.1]:EUniSessionException : Sessão inválida por tempo de limite. : Addr: $007A6CCF

  4. Hello, I have a problem in my project ... My system is running normal until it crashes and I can not do anything else, the message's browser that the page stopped working .. the system only comes back if I refresh the page.

    Can someone help me?

    Unigui Version 1.50.0.1481

  5. Can someone help me with this error ? Using UniGUI version 1.50.0.1480 and UniGMap version 1.4.8
    

     

    Ajax Error

    Google is not defined

    _rsov_(O164,2);var geocoder = new google.maps.Geocoder(); geocoder.geocode({"address": "18520-000"}, function(results, status) {   if (status == google.maps.GeocoderStatus.OK) {     ajaxRequest(O212, "Geocoder", ["lat="+results[0].geometry.location.lat(), "lng="+results[0].geometry.location.lng() ]); gm_O212.panTo( results[0].geometry.location );    } else {     ajaxRequest(O212, "Geocoder", ["Geocoder failed due to: " + status]);     }   } );_rfes_(O164);

  6. Okay, you can help me?

    Ajax Error

    Google is not defined

     

    _rsov_(O164,2);var geocoder = new google.maps.Geocoder(); geocoder.geocode({"address": "18520-000"}, function(results, status) {   if (status == google.maps.GeocoderStatus.OK) {     ajaxRequest(O212, "Geocoder", ["lat="+results[0].geometry.location.lat(), "lng="+results[0].geometry.location.lng() ]); gm_O212.panTo( results[0].geometry.location );    } else {     ajaxRequest(O212, "Geocoder", ["Geocoder failed due to: " + status]);     }   } );_rfes_(O164);

  7. Always give this error on first run // If you refresh the page and enter another browser does not give more error. Help me pls
    

    Ajax Error

      Google is not defined

    var geocoder = new google.maps.Geocoder(); geocoder.geocode({"address": "18520-000"}, function(results, status) {   if (status == google.maps.GeocoderStatus.OK) {     ajaxRequest(O202, "Geocoder", ["lat="+results[0].geometry.location.lat(), "lng="+results[0].geometry.location.lng() ]); gm_O202.panTo( results[0].geometry.location );    } else {     ajaxRequest(O202, "Geocoder", ["Geocoder failed due to: " + status]);     }   } );

     

  8. Estou usando o componente UniGMap, Sempre quando eu rodo o sistema pela primeira vez e tento usar o mapa ele da erro. Ele só para de dar  erro quando eu atualizo a pagina ou abro o sistema em outro navegador. 

     

    Ajax Error

      Google is not defined

    var geocoder = new google.maps.Geocoder(); geocoder.geocode({"address": "18520-000"}, function(results, status) {   if (status == google.maps.GeocoderStatus.OK) {     ajaxRequest(O202, "Geocoder", ["lat="+results[0].geometry.location.lat(), "lng="+results[0].geometry.location.lng() ]); gm_O202.panTo( results[0].geometry.location );    } else {     ajaxRequest(O202, "Geocoder", ["Geocoder failed due to: " + status]);     }   } );

     

     

×
×
  • Create New...