Patch level : 12.0 nopatch

Files correlati     :
Commento        :

Aggiunta esportazione testo e dbase alla barra delle stampe con relativi tasti di uscita
This commit is contained in:
Alessandro Bonazzi 2021-11-05 01:17:20 +01:00
parent de2e5d73a2
commit f3ae3b9233

View File

@ -53,6 +53,8 @@
#define DLG_LOG 49 /* TAG del delle transazioni */
#define DLG_EXPORT_EXCEL 50 /* TAG del bottone Esporta in Excel */
#define DLG_EXPORT_PDF 51 /* TAG del bottone Esporta un pdf */
#define DLG_EXPORT_DBF 52 /* TAG del bottone Esporta in dbf */
#define DLG_EXPORT_TEXT 53 /* TAG del bottone Esporta un testo */
#define DLG_USER 100 /* TAG del primo controllo definito dall'utente */