4D v13Video script |
||
|
4D v13
Video script
Video script
Today, we're going to take a look at how 4D v13 works. Double-click on the 4D executable to start your 4D application. Automatically, the Welcome wizard offers to help you:
Later, when you've gotten the hang of things, you can check the "Do not show this at 4D launch" option and this dialog will no longer be displayed. We're going to create an application so as to discover the 4D architecture and interface. We'll save this 1st database on the desktop: "My first 4D database". 4D starts by opening the Explorer that you will nearly always use to modify tables and fields (in other words, your "structure"), as well as forms or methods. Here we recognize the classic MVC model (Model - View - Controller). These are:
In addition, 4D consists of two stacked "layers":
We find these two concepts in the organization of the toolbar and menus as well. Here we see that the first menus, from File to Design, concern the development layer and are intended specifically for the developer. The following Records and Tools menus are designed for use. The toolbar is divided into two parts: The MSC and database settings concern both development and use, but are more for use on the administrator side. 4D v13 also has complementary tools for managing the security aspects of your databases with advanced and programmable management of users, groups and passwords, as well as menus, pictures, styles, and so on. Now, let's see how easy it is to create an application and enter a few records with just a few clicks. Later on, we'll create a specific application for which we are going to set up the outline and we will see, step by step, the different elements that can be implemented to produce a professional application that is available in client/server mode, through the Web, with the integration of modern technology such as XLIFF, SVG and many other tools as well. |
PROPERTIES
Product: 4D |