Jump to content

Stano

Members
  • Content Count

    868
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Stano

  1. Stano

    RAD Studio 11 Alexandria is now available

    Skúšal. Práve som to skontroloval. Výsledok je rovnaký - hovno Delphi 11 tam chýba aj po aktualizácii.
  2. Stano

    RAD Studio 11 Alexandria is now available

    Javier Tarí - I have the same problem. I tried everything I could and knew. Downloading the registration file didn't help either.
  3. Stano

    RAD Studio 10.4.2 crashes upon exit

    For me, the periods when it goes OK and then the periods when it falls. I told myself I wouldn't notice
  4. Stano

    Delphi on virtual machine and licence

    For sure: the basic license is for 3 installations on different numbers. Only one Delphi can run at a time. I have automatic page translation turned on. That's why sometimes I miss it. I apologise.
  5. Stano

    Sql

    Pravda. Nevšimol som si GROUP BY M.LMONTH
  6. Stano

    Sql

    Tento dotaz použite ako poddotaz pre svoj konečný dotaz. Použite SUM () a SKUPINU MESIACOM
  7. Generuje súbor * .elp. V ich prehliadači to vyzerá takto. Mám tam málo, pretože v dpr boli chyby. Keď sa však dostanem k akýmkoľvek ladiacim očiam (napríklad k oknu CPU), keď spustím aplikovaniu anti-IDE s ladením, nie sú pripravené žiadne nastaviteľné telá prehladávača. Toto je opísané v príručke. Myslím, že je to tiež Zobrazené vo videu.
  8. First of all, have a detailed statement sent to you. Eurekalog has a few videos. Look at them.
  9. Just to be sure, I quote: Refactoring teaches us how to modify existing not very happily designed programs so that we get programs that will do the same, but their new design will allow easier maintenance and modifiability, thus significantly reducing costs ... Power-hunting does not fall within this definition. Other reasons given by you yes.
  10. The reason for your action is not stated in the topic of the topic. I'm convinced that a lot of people here think you're dealing with stupidity. I needed to pull out the topic names for TMS. I used Copy ().
  11. Stano

    Class tree utility released

    Hm, error 404
  12. Stano

    Format uses clause

    Excellent. I missed it, I didn't notice. He didn't understand.
  13. I knew that something like that. I just didn't find it.
  14. Personally, I do not use DBGrid. There are always some problems with them. I use VirtalStringTree.
  15. I found a problem. It's in DBGrid. I threw away his DataSource and at the end Button1Click DBGrid1.DataSource: = dsQryItemReceita; It goes immediately.
  16. Um, it's programmatic. the data was displayed in the DBGrid in about 20 seconds. But something was still going on there. I canceled it after a minute This cycle runs relatively quickly for 6 seconds for I := 1 to 20 do begin qryItemReceita.Append; qryItemReceitaID_ITEM_RECEITA.AsInteger := I; qryItemReceitaID_PRODUTO.AsInteger := I; qryItemReceitaQUANTIDADE.AsFloat := 1; qryItemReceitaDESCRICAO_PRODUTO.AsString := 'PRODUCT ' + I.ToString; qryItemReceitaPRECO.AsCurrency := 2.00; qryItemReceita.Post; end; Here it hangs those 20 sec qryItemReceita.First; while not qryItemReceita.Eof do begin qryItemReceita.Edit; qryItemReceitaVALOR_DESCONTO.AsCurrency := qryItemReceitaVALOR_DESCONTO.AsCurrency + 0.1; qryItemReceita.Post; // This action takes about 3 seconds during the first cycle. At 20 cycles of 10 sec! qryItemReceita.Next; end; Try converting both cycles to batch processing (DMArray)
  17. I used Firebird-2.5.9.27139-0_Win32_embed files. Insert TFDPhysFBDriverLink on the form and enter VendorLib on the given files. He keeps reporting the same mistake to me. I do not know why.
  18. Stano

    Help with Sql

    ...sum(amount)... Group by customer having sum(amount)= 0
  19. I'm missing TFDPhysFBDriverLink and TFDGUIxWaitCursor. I don't know if it will help. I can't try it. I have FB v3.07 Project Project1.exe raised exception class EIBNativeException with message '[FireDAC][Phys][FB]unsupported on-disk structure for file D:\DOKUMENTY\Z INTERNETU\TEST\TEST.FDB; found 11.2, support 12.2 IProvider::attachDatabase failed when loading mapping cache'.
  20. Stano

    Abandoned components?

    ExpressScheduler
  21. Stano

    FireDAC: Need help understanding "ConnectedStoredUsage"

    Such things are basically done programmatically. This will give you full control over them.
  22. Does TD bGrid have the "center selected record" property?
  23. https://www.xda-developers.com/microsoft-has-new-windows-10-build-refreshed-segoe-ui-font/
  24. Stano

    Prevent Alt or Ctrl + Print Screen

    I've added the ability to print every form everywhere. It hasn't been written about taking a photo of the screen yet. So it's a completely useless effort.
×