Final user

Table of Contents

Open an app

A FADA application is a specialized data management software program developed using FADAcore.

Fichiers FADA

In practical terms, it's a .fada file on your computer or on your local network. This file is an SQLite database that contains the application and your data.

Basic data

The FADA application may be provided with basic data marked with the 🔺 symbol:

Données de base

The basic data can be edited, deleted, and supplemented with your own data.

After editing or deleting, the basic data can be restored:

Reset basic data

View the data

By default, all columns are visible (right-click to change this), except for certain columns that are necessary for the system to function but are unnecessary for the user (hidden by default).

Sort

The initial sort can be performed across multiple columns:

Tri initial sur plusieurs colonnes

Double-click a column header to change the sort order.

First double-click on a column -> sort in ascending order

tri croissant

Second double-click -> sort in descending order

Double-click a column for the third time -> return to the initial sort order.

Filtering

Two filters can be combined:

User filter (all FADA apps) on any column:

Languages with accented characters: The filter considers only consonants so that accented vowels do not interfere with the search.

Predefined filter (based on the FADA app):

Filtre prédéfini

Edit Data

Edit Toolbar

View mode

Barre d'outils
refresch
refresh the display (the data may have been modified elsewhere)

edit
switch to edit mode

For each tab, you can choose whether edit mode is selected when the tab is opened.

Edit at start

Edit mode

Barre d'outils activée
Insérer plusieurs lignes
insert one or more lines

Dupliquer
duplicate the current row once or multiple times

Delete
delete the selected rows (you don't need to select the entire row; one cell is enough)

commit
commit the changes

rollback
discard changes (rollback)

For each tab, you can choose whether changes are saved manually or automatically when you change a row or cell.

Commit mode

Multi-line text editor

Some text fields allow line breaks.

  • Press Enter to open the Markdown editor.
  • Press Ctrl+Enter to exit and save your changes (note: you must still confirm all changes).
  • Press Esc to exit without saving your changes.

Advanced Copy and Paste

Copy multiple non-adjacent cells...

Copy

Paste without changing the cells that aren't affected!

Paste

Ctrl+click to select multiple non-adjacent cells

Ctrl+C: The copied cells are highlighted in green

ctrl+C

Ctrl+V: Copied cells are pasted while retaining their relative positions

ctrl+V

Ctrl+Shift+V: Paste while merging cells. In a multi-line field, the copied cells are pasted as a merged group into the destination field. Delimiter for copied cells: Tabs and line breaks.

 ctrl+shift+V

Ctrl+Alt+V: Paste while merging cells. The copied cells are pasted as a single row in the destination field, separated by commas.

ctrl+alt+V

Ctrl+Shift+Alt+V: Paste, splitting the single copied cell into multiple cells across multiple rows. Separator for the copied cell: tabs, commas, and semicolons.

ctrl+C
ctrl+shift+alt+V

Formula

In a numeric field, if an entry begins with an equal sign (=), what follows will be interpreted as an expression to be calculated when you press Enter.

=1+1 returns 2.

=‘1’||‘1’ returns ‘11’.

Only the result is stored, not the formula.

Syntax of calculated expressions

Type +, -, /, or * directly into a non-empty numeric cell to edit it using a formula.

Formule

Data backup

You can back up all your data by making a copy of the .fada file you're working on.

A date can be automatically inserted into the file name: the Db_copy_suffix parameter

Print

All data tables can be exported as PDF or HTML files, which can then be printed (right-click).

Headers and footers are not currently customizable.

Advanced use

Charts

Data export and import

Settings