Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 01/15/23 in all areas

  1. Dmitry Arefiev

    FireDAC + TableNames with '$'

    Thanks, fixed.
  2. mofareh

    order by string same integer

    thank you for all it is done by ORDER BY Cast ('/' + acc_numb + '/' AS HIERARCHYID)
  3. Anders Melander

    MAP2PDB - Profiling with VTune

    Fixed.
  4. Stefan Glienke

    MAP2PDB - Profiling with VTune

    GitLab is amazing and you can host on-premise - for some people including our company, this is important.
  5. Uwe Raabe

    Close application during form create??

    This code should terminate the application after the form creation without making the main form visible: Application.ShowMainForm := False; Application.Terminate;
×