Jump to content

Alexander Sviridenkov

Members
  • Content Count

    280
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Alexander Sviridenkov

  1. Alexander Sviridenkov

    Office files viewer

    Yes
  2. Alexander Sviridenkov

    Office files viewer

    @Salas sorry, this is commercial product.
  3. Alexander Sviridenkov

    Office files viewer

    RTF, DOCX, DOC, XLS, XLSX, PPT, PPTX, SCX
  4. Alexander Sviridenkov

    Office files viewer

    Nothing is used, only Delphi code.
  5. Alexander Sviridenkov

    pre-generic dictionary class

    @dummzeuch written in a unit header - "Free for any use"
  6. Alexander Sviridenkov

    pre-generic dictionary class

    http://guildalfa.ru/alsha/node/32 Article is in russian, but at the bottom there is link to implementation file,
  7. Alexander Sviridenkov

    How to Code SQL IN Statement correctly

    Such queries may be slow, After some number join is faster,
  8. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    @Alberto Fornés Currently you can have any number of THtmlView component inside report bands, each component can have own source and render div, table, etc.
  9. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    @microtronx thank you, this month.
  10. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    Report Builder
  11. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    Attila, Thank you!
  12. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    Thank you!
  13. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    Subscription is around 50% of license price + 15% discount increased by 5% every year of continued subscription.
  14. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    You can use SVG images defined via href, standard FR DB fields (as shown in video) which may contains HTML too, or load complete HTML using http or other protocol, but last one requires overriding one component method.
  15. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    1. Yes 2. Preview only
  16. Alexander Sviridenkov

    TImage's SaveToStream vs SaveToFile

    SavetoFile use encoder depending on file extension, SavetoStream writes content unchanged.
  17. Alexander Sviridenkov

    JFF: FMX + FR + HTML

    Yes, platform and framework doesn't matter, VCL, FMX, iOS, Linux, etc.
  18. Alexander Sviridenkov

    How to Code SQL IN Statement correctly

    Parameters cannot be used for IN operator. In some cases you can use LIKE instead of IN.
  19. Alexander Sviridenkov

    Dynamic creation of SQL queries

    SQL Framework (part of HTML Library bundle) is designed for creating, parsing and modifying SQL queries based on database schema. You can easily add new field from existing or new table, change order/group parts, convert where conditions to joins, add/remove where conditions and much more. Please check https://delphihtmlcomponents.com/SQLLibrary.pdf
  20. Alexander Sviridenkov

    TLabel-like Component with HTML Tags

    HTML Component Library contains HTML Label for VCL and all FMX platforms. This is the most powerful HTML label because it supports almost all HTML tags and CSS properties while others supports only small subset.
  21. Alexander Sviridenkov

    if I can see [Parsing...], IDE shuts down

    Lot of times in XE7, never in 10.3
  22. Alexander Sviridenkov

    HTML Library limited offer

    Like every year, today, in honor of my birthday, I give a 43% discount on 5 licenses (excluding renewal). Please use coupon code NOV202019 https://delphihtmlcomponents.com/order.html
  23. Alexander Sviridenkov

    HTML Library limited offer

    @Jacek Laskowskisorry, .DB was missed in zip, now fixed.
  24. Alexander Sviridenkov

    HTML Library limited offer

    @Kas Ob. thank you!
×