Jump to content

eduardosuruagy

uniGUI Subscriber
  • Posts

    805
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by eduardosuruagy

  1. I have the updated version (1.95.0.1579) and the error continues. EventName: click Error: TUniCustomDBGrid.MoveToRow(): Unexpected Row number: 3, 4
  2. I'm putting a fontawesome on a SpeedButton, when clicking on the button I do this: UniSpeedButton3.Caption := '<i class="fas fa-cross" style="color:red"></i>'; but the image is not centered. Is there a way to leave it in the center? My button has a height of 32 and a width of 32
  3. I'm putting this color on a SpeedButton with the command unISession.AddJS ('document.getElementById("' + _SpeedButton.JSId + '").style.background = "lime";'); How do I return the original color or remove the background?
  4. I still have this error, has anyone managed to resolve it? EventName: mousedown Error: TUniCustomDBGrid.MoveToRow(): Unexpected Row number: 0, 2 EventName: select Erro: TUniCustomDBGrid.MoveToRow(): Unexpected Row number: 0, 2
  5. I still have this error, has anyone managed to resolve it? EventName: mousedown Error: TUniCustomDBGrid.MoveToRow(): Unexpected Row number: 0, 2 EventName: select Erro: TUniCustomDBGrid.MoveToRow(): Unexpected Row number: 0, 2
  6. And to use it in the UniDateTimePicker component, would it be the same way?
  7. Good morning Farshad, I installed the new version and I still have the same problem, can you or someone else help me? Thanks!
  8. Eu estou tentando primeiro o modo 0 porque é o mais simples, depois iria tentar o modo 2, mas nem isso estou conseguindo. O sistema até entra no servidor-01 e no servidor-2, mas quando abro o hyperserver ele mostra como na figura abaixo. Coloquei uma opção de quando for o servidor 1 ou servidor 2 mostrar no login. Caso voce possa, eu posso entrar em contato com voce? Me daria um suporte? Caso seja cobrado me fala o valor. ------- I'm trying mode 0 first because it's the simplest, then I would try mode 2, but I'm not even able to do that. The system even enters server-01 and server-2, but when I open the hyperserver it shows as in the figure below. I added an option to show when server 1 or server 2 is displayed at login. If so, can I contact you? Would you give me support? If charged, tell me the amount.
  9. Placing the two applications on the same machine and using different ports looks like this. I'll adjust my application for the new version and talk back here ok. Thanks!!
  10. using the "server-1" machine I accessed server-2 using the network IP and it worked, check the attached image.
  11. I will test, do I need to change both ports? port=8241 [http_transport] start_port=27264 I only released port 8241 on the firewall, is that correct?
  12. I had already released port 8241 on the firewall of both machines. I don't know if it's necessary, but the error continues.
  13. Boa tarde Wilton, no meu caso eu uso o endereço assim: app.meusite.com.br/pasta_cliente1 app.meusite.com.br/pasta_cliente2 app.meusite.com.br/pasta_cliente3 Como ficaria o endereço configurado no arquivo? O manual não ficou muito claro pra mim. -- Good afternoon Wilton, in my case I use the address like this: app.meusite.com.br/pasta_cliente1 app.meusite.com.br/pasta_cliente2 app.meusite.com.br/pasta_cliente3 What would the address configured in the file look like? The manual wasn't very clear to me.
  14. I think this is correct, but I'm sending the CFG files. Server-1 = SigefWeb.cfg Server-2 = hyper_service_teste.cfg SigefWeb.cfg hyper_service_teste.cfg
  15. I have two servers and would like to put the "HyperServer Server Farm" option to work. Currently on server-1 I have the following configuration: IIS + Hyperserver on server-2 I placed my application as Hyperserver service. I configured the cfg file on my server-1 and it looked like this. As shown in the figure, sometimes I access it and it shows that I am on server-1 and sometimes on server-2 I would like to know if my settings are correct. Thanks! Here is my server-1 CFG file configuration: [server-0] enabled=1 url=http://10.32.30.82:8241 name=SERV-APP1 global_url= cluster_mode=0 avoid_direct_access=0 error_redirect_master=0 url_timeout_secs=300 token=yvfnfXXXXXXXXXX [server-1] enabled=1 url=http://10.32.30.83:8241 name=SERV-APP2 global_url= cluster_mode=0 avoid_direct_access=0 error_redirect_master=0 url_timeout_secs=300 token=pexmhpXXXXXXXXXX
  16. I have the same problem, how can I leave my frame that has rowexpand on the entire screen? Inside the frame I am using a PageControl
  17. I tried to use this code but my project shows an error, could you help me? Erro.txt
×
×
  • Create New...