Jump to content

sicoobcooplivre

uniGUI Subscriber
  • Posts

    201
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by sicoobcooplivre

  1. Even I got it! It turns out that I have 3 RowWidgets that the user has opened, and I need to loop and send a variable to these 3 or however many he has opened, and I can't find a way to find the RowWidgets! Thanks!
  2. @Sherzod Good afternoon! I have a UniDBGrid where I use RowExpand to display some data. Is there a possibility to find all the RowControls that are expanded so that I can send a variable for each one I find? Thanks!
  3. Doing some more tests, I found the ReadOnlyMode property! I left it as urmNotEditable and it worked! Thank you very much!
  4. @Sherzod Good afternoon! Please I need one more help with unidbgrid: I have a unidbgrid with the following scenario > unidbgrid1 -> roweditor = true; column[1] -> readonly = true; column[1] -> Editor = uniedit1; I put uniedit1 in the column edit so that a little magnifying glass button appears so that the user understands that it is to open another form to do a search, but since column[1] is readonly = true, the triggerevent function does not work . Sorry if I couldn't explain it right! Is there any way to make it work? After solving this post, do I have to mark it as solved? Thanks!
  5. @Sherzod Good afternoon! So, it helped me yes, but what I need is not to cancel if the user leaves the grid, but to record... I found a post where they said to use the same as below to edit, it worked to edit: JSInterface.JSCode('var me='#1'; ed=me.getSelectionModel().getCurrentPosition(); me.editingPlugin.startEdit(ed.row, ed.column);'); Wouldn't it be possible to execute the "save" button in a similar way? something like: me.editingPlugin.save.click();'); ... ? Thank you very much!
  6. @Sherzod Good afternoon! I have a unidbgrid and the RowEditor property is active! Is there a possibility that I send a command to execute the RowEditor's save button? The user forgets to click save, and I need to run it if he leaves the unidgrid to run another function! Thanks!
  7. Studying better, I got what I wanted using frame, it worked, thanks!
  8. Good afternoon! Is there a possibility to remove all lines from the borders of each column of a unidbgrid, and leave a border only involving all the columns of a record, similar to the attached image? Thanks!
  9. Thank you all for your attention! It worked by following your directions!
  10. I will test it, thanks! But it wasn't supposed to show this error, right?
  11. Good afternoon! If I ignore it, does the event run normally, that is, it goes to the end, for all sessions normally? Thanks!
  12. @Sherzod The error is happening in all websocket examples! Can you help me please?
  13. FMSoft_uniGUI_Complete_Professional_1.90.0.1565 I want to test the websocket examples, but it's giving me this error. I'm testing localhost, on my own pc!
  14. @Sherzodplease, the error above is some configuration? I need to test the examples of websocket, because maybe it will suit me! thanks!
  15. @SherzodI went to test the broadcast in the current version, just to find out, and I'm getting the error: Read timed out Can you tell me why?
  16. In my case, the only thing I need is for each mainform to know that it has to refresh a query, I don't need to send a message, or any parameters, I just need each session to understand that it has received an event, and then I'll execute a refresh in a query that brings a counter and I will display in a label of all sessions, the same value! Is there any other solution please?
  17. Please, I really need a suggestion on how to update sessions, but without the unitimer, to show important data to users! Is there any alternative to help me? Thank you so much again!
  18. @Sherzod I tested the suggestion in the post below, it looks like it did in every session, but it has no effect on any!
  19. @SherzodNo problem! And is there any way I can do what I want in the current version? My scenario was like this: I use an FBEvents in the VCL application, so every time I have a database update, the FBEvents updates the mainform data I want, without needing a ttimer! In Unigui I need to do the same thing, but I don't want to use Unitimer, I wanted some routine that triggers an event for all sessions, and then in each mainform I refresh a query to update my indicators! Is there any solution for this? Or any suggestions please? Thanks!
  20. @SherzodGood morning! Please, I need to trigger an event for all sessions, so that the mainform of each session refreshes a query to display a record counter in a label, so that each user knows a certain record. I don't want to use the unitimer, so I thought of using the example below, broadcast! Is it working on current version of unigui, using hyperserver? Thanks!
  21. @SherzodGood afternoon! Is there any Unigui native option to clear the log directory after a while? Thanks!
  22. Perfect! Thank you very much!
  23. @Sherzod Good morning! Please how do I display a gif in a TUniImage component? I looked in the examples but I didn't find it, if you already have it, could you indicate it to me? Thank you very much!
  24. Good morning! I was thinking wrong. I adjusted the component on the form and it worked. Thanks!
×
×
  • Create New...