News

4D v20 R3 is Here

Introducing 4D v20 R3 – Available Now!

Here’s a snapshot of what’s new:

Download 4D v20 R3 (monthly Hot Fixes available)

  • 4D Write Pro: Unlock the potential of PDF/A format for eco-friendly business transactions. Enhance document readability with named formulas, simplifying templates.
  • Enhanced Coding Experience: Bid farewell to repetitive code! Declare and initialize variables in a single line. Simplify method declarations with the “…” symbol for flexibility. Explore the efficiency of the new multiSort() function for data manipulation.
  • WebSocket: Customize client headers for better interaction control, transmitting security or application-specific data.
  • 4D View Pro: Enjoy improved performance handling larger 4D View Pro documents with a new blob format, storing compressed files in the database without speed compromise.
  • Visual Studio Code Extension: Easily access informative descriptions by hovering over commands or classes. Click for comprehensive details, enhancing your coding experience in VSCode thanks to the “Show 4D Documentation” feature.
Product blank

ORDA: Assigning a path to a blob or picture attribute

Non-ORDA database commands allowed you to put images and blobs outside your data file thanks to the SET EXTERNAL DATA PATH command. This command is not adapted for ORDA, so we have decided to add similar functionality in v20 R3: The ability to assign to a blob or picture attribute a path pointing to a file. Let me tell you more about it.