Patch level : 12.00 136

Files correlati     : ba1.exe ba1800a.msk

Commento:
Aggiunta la possibilità di aggiornare campi al programma di importazione file di testo
This commit is contained in:
Alessandro Bonazzi 2024-10-14 21:54:57 +02:00
parent 78d653577a
commit 2c7c159ea1
5 changed files with 381 additions and 255 deletions

View File

@ -16,7 +16,7 @@ int main(int argc,char** argv)
case 4: ba1500(argc,argv); break; // Attivazione moduli case 4: ba1500(argc,argv); break; // Attivazione moduli
case 5: ba1600(argc,argv); break; // Creazione dischi e fascicolatore case 5: ba1600(argc,argv); break; // Creazione dischi e fascicolatore
case 6: ba1700(argc,argv); break; // Installazione moduli case 6: ba1700(argc,argv); break; // Installazione moduli
case 7: ba1800(argc,argv); break; // Utility(?) case 7: ba1800(argc,argv); break; // importazione file
case 8: ba1900(argc,argv); break; // Dizionario case 8: ba1900(argc,argv); break; // Dizionario
default: ba1100(argc,argv); break; // Manutenzione default: ba1100(argc,argv); break; // Manutenzione
} }

File diff suppressed because it is too large Load Diff

View File

@ -13,5 +13,6 @@
#define F_ZAP 210 #define F_ZAP 210
#define F_SAVE 250 #define F_SAVE 250
#define F_IMPORT 251 #define F_IMPORT 251
#define F_UPDATE 252
#define F_COLUMNIZER 300 #define F_COLUMNIZER 300
#define F_FIELDS 301 #define F_FIELDS 301

View File

@ -1,21 +1,28 @@
#include "ba1800.h" #include "ba1800.h"
TOOLBAR "" 0 20 0 3 TOOLBAR "" 0 0 0 2
BUTTON F_SAVE 10 2 BUTTON F_SAVE 10 2
BEGIN BEGIN
PROMPT -13 -11 "~Registra" PROMPT -14 -11 "~Registra"
PICTURE TOOL_SAVEREC PICTURE TOOL_SAVEREC
END END
BUTTON F_IMPORT 10 2 BUTTON F_IMPORT 10 2
BEGIN BEGIN
PROMPT -23 -11 "~Importa" PROMPT -24 -11 "~Importa"
PICTURE TOOL_IMPORT
END
BUTTON F_UPDATE 10 2
BEGIN
PROMPT -34 -11 "~Aggiorna"
PICTURE BMP_LINK
END END
BUTTON DLG_QUIT 10 2 BUTTON DLG_QUIT 10 2
BEGIN BEGIN
PROMPT -33 -11 "" PROMPT -44 -11 ""
END END
ENDPAGE ENDPAGE
@ -25,7 +32,7 @@ PAGE "Importazione" -1 -1 78 23
STRING F_FILE 50 STRING F_FILE 50
BEGIN BEGIN
PROMPT 1 1 "File da importare " PROMPT 1 1 "File da importare "
FLAGS "B" FSELECT "*.*"
END END
STRING F_INI 50 STRING F_INI 50

View File

@ -123,7 +123,8 @@ Item_09 = "Gestione dizionario", "ba2 -6", ""
Item_10 = "Query e Report", [MENU_014], "", 10217 Item_10 = "Query e Report", [MENU_014], "", 10217
Item_11 = "Firma digitale", "ba8 -6", "" Item_11 = "Firma digitale", "ba8 -6", ""
Item_12 = "Trasferimenti", "ba7 -0 -f", "" Item_12 = "Trasferimenti", "ba7 -0 -f", ""
Item_13 = "Teleassistenza", "setup/teamviewerqs.exe", "F", 10236 Item_13 = "Importazione file di testo", "ba1 -7", ""
Item_14 = "Teleassistenza", "setup/teamviewerqs.exe", "F", 10236
[MENU_016] [MENU_016]
Caption = "Procedure speciali" Caption = "Procedure speciali"