Jump to content

Osama Ghazal

Members
  • Posts

    56
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Osama Ghazal

  1. @Sherzod Ok, now it works but not very well it is like excel in one row only you should only move the cursor by Tab not by Enter and when the row is finished it stops, not moving to the next row. I think it is very limited not practical. I can't depend on them if the customer want to work inside the grid in the invoices and vouchers. for example: The customer want to enter the barcode then the qty then the price and want to begin a new line by pressing Enter Key, like TDBGGrid
  2. I want if I press any key([A..Z] or [0..9]) upper or lower case (a..z and !@#$%^&*()) the cell edited and when press Enter the cursor move to the next cell in the same row if it is not read only
  3. I read many solutions, but I didn't know from where can I start, I think it is difficult a little bit.
  4. Hi Sherzod, How can I use this solution to edit cell in dbgrid by pressing anykey? https://fiddle.sencha.com/#view/editor&fiddle/2cfu @Sherzod I am using Latest Trial Version: uniGUI Web Application Framework - Trial Edition Copyright FMSoft 2009-2023. All rights reserved. Version:1.90.0 build 1572 info@fmsoft.net
  5. New Version 1568 was Released. Thanks
  6. Hi Sherzod, When the new edition from trial version will be available, because version 1565 was expired? @Sherzod
  7. I solve it with timer, I add a unitimer with interval 100 ms and do full expand inside the timer
  8. ftp://nl1-wts2%5Carqaamso@www.arqaamsoft.com/arqaam.com/test/UniGuiVersion.png
  9. uniGUI Web Application Framework - Trial Edition Copyright FMSoft 2009-2023. All rights reserved. Version:1.90.0 build 1565 info@fmsoft.net
  10. cdsprecos, I think it is the ClientDataSet or the table or query
  11. Hi all, I have a uniDBTreeGrid Connected with fdquery. I delete a record by this sentence: qryProductsTree.Delete; the record deleted from the table but still on the grid unless i refresh the query or refresh the grid, so it will be full collapsed. how can i delete the record from grid without reload the full tree and without collapsed. Thank you all
  12. I will try later, if i didn't find i will try the idea for @stemon63 Thanks Sherzod
  13. I saw them all, all of them are old posts, and they are not working now
  14. it is better, but I want if i press any key on keyboard it writes directly without press by mouse then write then press enter again
  15. Hi All, I have a UniDBGrid, I want to Edit Cells in this grid without press Enter on key board or dblclick on mouse Then type the value then press Enter again. and I want to skip the readonly fields I used hidden panel and uniedit for the field editor, and i tried the solution the you gave it to someone before by reconfigure event, but it gives me an error I am using Trial Version 1.90.0.1565 Thank you
  16. Hi Sherzod, Why your website (unigui) not secured (http) not (https)? @Sherzod
  17. Trial Version also not working, and there is no new version, my version is 1564
  18. Thank you for your answer. but Only Now I Found the problem. the problem is that When I Open a Cheques Form by Mistake I forget to delete StartTransaction from Onshow. so there is two starttransaction, one when save the voucher and other when show the cheques form. thank you again
  19. what i see is when I make the voucher cash payment it will execute the post command and qrysaveAccountingEntries.execute(chRecCount,0); and it goes ok, and other user can found the voucher directly, but if the payments id cheques or e-wallets and run many execute commands on many tables this cause that the new voucher does not appeared on the other user until the first user add another voucher or logout from his program. only the last voucher don't appeared on other users, it seems that it stored in cache, put the cache update always false not true
  20. the connection place is uniMainMudule and in uniservermodule i put fdManager
×
×
  • Create New...