Jump to content

eduardosuruagy

uniGUI Subscriber
  • Posts

    805
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by eduardosuruagy

  1. can you show me an example? I do a lot this way, I don't know if it's correct. DataSet.Edit; DataSet.FieldByName ('FIELD'). AsString: = 'Value'; DataSet.Post; DataSet.ApplyUpdate (0); DataSet.RefreshRecord; dbgrid.RefreshCurrentRow ();
  2. Unfortunately I do not know what they are doing, I asked if there is an error and they report that it is not.
  3. This error is happening a lot after updating to version 1.90.0.1547. Event: click, Object: O8BB not found in session list. It could be timed out, refresh page and try again Event: click, Object: O1690 not found in session list. It could be timed out, refresh page and try again Event: click, Object: O747A not found in session list. It could be timed out, refresh page and try again All my clients have similar errors and I don't know what it can be.
  4. Sorry, I didn't understand the translation of what would be "grid is dirty"
  5. This error is old and they have never been able to correct it.
  6. I have several routines, cancellation, deletion and etc. just do the test with the example that I send and see that it gives error when passing through this line ClientDataSet1.Bookmark: = dd.SelectedRows [I];
  7. I put a sleep just to simulate a code execution that takes a little longer.
  8. Are you talking about the project I sent? Or in my project? I was using version 1537 of unigui and this week I migrated to the latest version and after that started to give these errors
  9. Please, someone give me a solution to my problem, after I upgraded to version 1547 several errors started to appear and this is one of them, I have several routines that I use this way and all are with errors
  10. When I perform a loop where I have checkboxes in dbgrid, I randomly get an error in the line ClientDataSet1.Bookmark: = dd.SelectedRows [I]; I am attaching an example, just check all the grid options and click on the "Test" button and wait for the error to happen. This is urgent, my project uses this option a lot! UniGui - DbGrid Slelecao.rar
  11. TFrameInicialPrestador(MainForm.FindComponent('FrameInicialPrestador')).TimerAtualizacaoPrestador.Enabled := True;
  12. great, it worked perfectly. Thank you very much!!
  13. An example is attached Unigui - Video.rar
  14. Quando eu reproduzo um vídeo no UniHTMLFrame, um ícone com 3 pontos aparece e ao clicar nesse ícone, há uma opção para baixar o vídeo, como posso desabilitar essa opção?
  15. I wanted to open popupmenu in UniCalendarPanel only when an event exists and is clicked on. CalendarPanel.rar
  16. I wanted to use this example but I'm using the calendar inside a frame and I can't get the right mouse button to work, what procedure can I do? I wanted to use this example but I'm using the calendar inside a frame and I can't get the right mouse button to work, what procedure can I do?
×
×
  • Create New...