Jump to content

eduardosuruagy

uniGUI Subscriber
  • Posts

    845
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by eduardosuruagy

  1. Follow the test project. To open the form click on the left side in the Protocols menu, when you open the form click the Filters button UniGui Testes 4.rar
  2. Eu encontrei um bug no dbgrid, se eu deixei a opção WebOptins.Paged = False e clicando em qualquer linha da grade, ele vai para o final da grade automaticamente.
  3. I have a problem in dbgrid, when I click on the column to sort LoadMask appears at the time of the click but it does not undo, with the screen stuck and the column does not sort. I'm using the option of our friend Mohammad. function headerclick (ct, column, e, t, eOpts) { Frame.dbgrid.getStore (). Sort (column.dataIndex); } function store.afterCreate (sender) { sender.remoteSort = false; }
  4. I'm having a dbgrid tweaking problem, I put a panel with the Collapsed option, when I leave it with the False option the dbgrid is not the full size of the screen.
  5. I researched everything related to dbgrid but I did not find anything
  6. I need several options so Grid-ActionColumn does not work in this case.
  7. How to put a button in a dbgrid column and the button have a popupmenu with actions like: Delete, Include and Change?
  8. Can you remove the filter at run time?
  9. I'm using ADO, do you have any settings I need to make in it?
  10. I used this example of unigui folder C:\Program Files (x86)\FMSoft\Framework\uniGUI\Demos\Desktop\ScrollBox
  11. I had already tried these options yesterday, but they all make mistakes. The errors are these: Cannot read property 'scrollTo' of undefined procedure TMainForm.UniFormCreate(Sender: TObject); begin UniSession.AddJS(UniScrollbox1.JSName+'.body.scrollTo(''Top'', 0, true);'); end; --- Cannot set property 'scrollTop' of null procedure TMainForm.UniFormCreate(Sender: TObject); begin UniSession.AddJS('document.getElementById("'+UniScrollBox1.JSName+'_id-body").scrollTop = 0;'); end;
  12. How do I leave the UniScrollBox always with the top in the beginning?
  13. I'm sending another example so you can see what happens. When you edit the Address column onwards, it says exactly what you did, but when it arrives in the Cep column and gives an Enter, even without making any changes to the registry, the system cancels the changes that were made in the previous columns. Another problem I noticed was when I am in the last line and in the last field and I click on enter and the system does not execute any view of ClientDataSet. When I'm in the last column I give the enter in the ClientDataSet in the AfterPost event I give an ApplyUpdates (0). Grid - DbGrid Editavel.rar
  14. It worked perfect, congratulations for the great work of you, that's why I bought the tool, besides being great, also has a great support. Thank you!!
  15. It worked perfect, congratulations for the great work of you, that's why I bought the tool, besides being great, also has a great support. Thank you!!
  16. Open the C: \ Program Files (x86) \ FMSoft \ Framework \ uniGUI \ Demos \ Desktop \ GridFiltering project then open the database and add a new record and leave that field blank, then see that it is not shown On the grid when it runs.
  17. The following example Grid - DbGrid Editavel.rar
  18. If I am editing the first line of the grid it does nothing, I give enter but nothing happens. If it's the second line it edits and jumps to the next field. When I am in the last field and press enter it jumps down the line being that it is in the last column, it should go to the first column.
×
×
  • Create New...