Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Categoria: Articoli

Digital Innovation Partner

Delphi …. retrive locale format setting

TFormatsettings is record type in Delphi which is used to get or set local information’s like DateTimeFormat, CurrencyFormat, DecimalSeparator etc. wich is declared in System.SysUtils. For Example you need to retrive your current DecimalSeparator:

If you need to force some local settings for conversions you can do for example:

If you want to…
Leggi tutto

Firebird 3 – How to get record number of dataset

How to get record number of dataset using row_number window function with over().

Example of record number of dataset with even and odd column sorting.

Ubuntu 20.04 – Massive change of permissions and users to folders and files separately

With bash you can more and more… In linux you can use the “find” command from terminal and execute a command for each result simply. To change all subfolder permission from a folder recursively you can type:

now all falders have the execution permission. To change all files permission from a folder recursively you…
Leggi tutto

Ubuntu 20.04 – Startup Applications on session login

Per poter eseguire automaticamente un’applicazione alla partenza della sessione gnome esiste un software presente nella distribuzione di Ubuntu. Può essere richiamato a riga di comando: 

oppure da interfaccia cercando tra le applicazione e filtrando per “start”              e poi è possibile creare un elemento nuovo per lo startup dell’applicazione…
Leggi tutto

Ubuntu 20.04 – Startup Applications on session login

To be able to automatically run an application at the start of the gnome session there is a software present in the Ubuntu distribution. It can be invoked on the command line:

or from the interface by searching among the applications and filtering by “start”             and then you…
Leggi tutto

Managing mobile application life cycle events in Delphi

E’ facile comprendere che la gestione dello stato di attività delle applicazioni per dispositivi mobili (iOS / Android ) sia molto più prioritaria rispetto a una qualsiasi applicazione desktop o server che sia. I motivi di questa sottile ma sostanziale differenza derivano da due fattori non trascurabili : 1° la privacy dell’utente 2° la gestione…
Leggi tutto