4D V11 SQL
How Many Clients on 4D Server v11 SQL?
How many clients can 4D Server v11 SQL handle? This video answers the question.
List Box: Current Selection
A video tutorial on how to use a List Box based on Current Selection.
List Box: Named Selection
See how a List Box works with a Named Selection. This will allow you to create multiple views from the same List Box, saving time for your users, and resources for the server.
List Box: Hidden Rows Array
This tutorial shows you an efficient new way to use List Boxes: The "Hidden Rows Array" feature, which shows and hides data already in memory, resulting in less network traffic.
Form Variable: Dynamic Code in a Variable Name
This tutorial demonstrates how you can save time and hassle by using code directly in a variable's name field, instead of repeating code throughout your application.
Components: 4-State Buttons with b3DCreate
Learn how to very easily create a 4-state interface button using b3DCreate, a free third-party component.
Two Windows From the Same Process
This video tutorial shows you how to use very little code (in fact, one character!) to control an active, non-modal palette window in front of a primary window. In previous versions, you had no choice but to launch two processes and program and interchange between them.
Integrating Google Maps
This video tutorial will show you how to easily integrate Google Maps into your application using 4D v11 SQL's Web Area feature.
An Interface with SVG
Take advantage of SVG (Scalable Vector Graphics) to create a resizable, map-based interface to retrieve geographic information - all with only a couple of lines of code.
Dynamic SVG
The SVG standard allows the use and manipulation of Scalable Vector Graphics. In this tutorial, learn how to programmatically generate and modify SVG images to add rich, dynamic visuals to your applications.