A coat of paint on the structure editor

The structure editor is a crucial element of your project. First of all, it allows you to create your structure. But above all, it will enable you to visualize your tables, fields, and relations during your developments, which is always helpful for manipulating data.

The toolbar has been modified to modernize and standardize all 4D windows.

When hovering over tables, fields, or relationships, helpful information is displayed in the status bar. New in 4D v19 R7 is the display of relationship names directly in the status bar. You no longer need to open the properties window. It’s a time saver.

 

var $entitySel : cs.RacesSelection
var $circuitName : Text

$entitySel:=ds.Races.query("raceId = :1"; 1)
$circuitName:=$entitySel.first().toCircuit.name

To know all the features and possibilities of the structure editor, we advise you to read the documentation.

Vanessa Talbot
• Product Owner •Vanessa Talbot joined 4D Program team in June, 2014. As a Product Owner, she is in charge of writing the user stories then translating it to functional specifications. Her role is also to make sure that the feature implementation delivered is meeting the customer need.Since her arrival, she has worked to define key features in 4D. She has worked on most of preemptive multi-threading new features and also on a very complex subject: the new architecture for engined application. Vanessa has a degree from Telecom Saint-Etienne. She began her career at the Criminal Research Institute as a developer for the audiovisual department. She has also worked in media and medical fields as expert in technical support, production as well as documenting new features.