| Title | Description | Download | Commands Used |
|---|---|---|---|
| Array To Selection | This database will show how to use ARRAY TO SELECTION to load data from arrays into a table. | Win | Mac | |
| Combo Box | Here is an example of how to load a value from a combo box generated from a list to a text field. The list is populated by a predefined list created using the 4D List Editor. When the user selects an item from the list, or enters a new value, the data is copied to the field for permanent storage. |
Win | Mac | |
| Popup Lists | A popup list is just a visual representation of an array, which can also be a scrollable area. | Win | Mac | |
| Scroll Area Grouping | If four arrays need to be displayed "together" in scrollable areas so that, for example, the user can scroll down the four arrays at the same time, then we need to group them. | Win | Mac | |
| Selection To Array | This database will show how to use SELECTION TO ARRAY to load data from a table into an array. | Win | Mac | |
| Sort Multiple Arrays | This example will demonstrate how to sort multiple arrays at once. Two ways are illustrated; the first using the SORT ARRAY command, the arrays are sorted following the sort order of the first array; the second using the MULTI SORT ARRAY command where multi-level sorting can be performed. | Win | Mac | |
| Text To Array | This database will show how to parse a text field and place each word into an array. This can be useful to index the text or to analyze the text for certain words or phrases. | Win | Mac |