Jump to content

Stano

Members
  • Content Count

    879
  • Joined

  • Last visited

  • Days Won

    7

Stano last won the day on May 31 2023

Stano had the most liked content!

Community Reputation

143 Excellent

1 Follower

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. For compiling SQL texts I recommend to use some DB manager. It would print this error directly!
  2. The GROUP BY NF.DOCUMENT part is missing
  3. My experience is that some invalid paths are valid. If you delete them, the IDE will crash easily. This was a few years ago. I don't know if this is still valid.
  4. I've been using BDE to work with Paradox. I don't know if it's Database Destkop. There is a version for D11. I don't know if there is one for D12.
  5. Stano

    Delphi Documentation website issues

    I can't get on the FMX wiki for the third day.
  6. This remark applies in full measure to me
  7. Stano

    Show executable size after successful build?

    Peter: this is not an anecdote. That was a real scientific experiment.
  8. Stano

    Newbie Question - VCL Object Rename

    Hm, and how is it done? I can't imagine.
  9. I consider this a necessary duty!
  10. I downloaded the free version 2.0 out of curiosity. No message appeared.
  11. Stano

    Select the entire procedure/function?

    I collapse the function/procedure and so seemingly copy "just one" line.
  12. Stano

    Set form in read only mode

    Sometimes it is useful to make a list of these components.
  13. Stano

    DateTimePicker - Set empty date

    If an array of type Date has the option "null" in the DBTable so DTP_STAT_HAND_GRIF_VOL_DOSSIER_OPVR_DATE.Field.AsDateTime := 0;// = strToDAte('30/12/1899') You can set DTP_STAT_HAND_GRIF_VOL_DOSSIER_OPVR_DATE.Field.Value := null;
  14. Stano

    DateTimePicker - Set empty date

    I don't know the Konopka components. But: In the second part of the code (else) you don't have a value for the date Some components have the property "Allow null value"
×